ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.241 by jsr166, Mon Mar 27 02:11:26 2017 UTC vs.
Revision 1.242 by jsr166, Sat Apr 1 21:47:32 2017 UTC

# Line 1404 | Line 1404
1404                            -Xep:MissingOverride:OFF
1405                            -Xep:MixedArrayDimensions:WARN
1406                            -Xep:RemoveUnusedImports:ERROR
1407 +                          -Xep:ClassName:ERROR
1408 +                          -Xep:MultipleTopLevelClasses:ERROR
1409 +                          -Xep:EmptyIf:ERROR
1410 +                          -Xep:LongLiteralLowerCaseSuffix:ERROR
1411 +                          -Xep:ArgumentParameterSwap:ERROR
1412 +                          -Xep:RedundantThrows:ERROR
1413                            -Xep:MethodCanBeStatic:WARN"/>
1414        <compilerarg value="--patch-module=java.base=${src.dir}"/>
1415        <compilerarg value="-Xprefer:source"/>
# Line 1441 | Line 1447
1447                              -Xep:MissingOverride:OFF
1448                              -Xep:MixedArrayDimensions:WARN
1449                              -Xep:RemoveUnusedImports:ERROR
1450 +                            -Xep:ClassName:ERROR
1451 +                            -Xep:MultipleTopLevelClasses:ERROR
1452 +                            -Xep:EmptyIf:ERROR
1453 +                            -Xep:LongLiteralLowerCaseSuffix:ERROR
1454 +                            -Xep:ArgumentParameterSwap:ERROR
1455 +                            -Xep:RedundantThrows:ERROR
1456                              -Xep:MethodCanBeStatic:WARN"/>
1457          <compilerarg line="-Xmaxerrs 3000 -Xmaxwarns 3000"/>
1458        </javac-elements>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines