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.271 by jsr166, Tue May 15 22:36:42 2018 UTC vs.
Revision 1.272 by jsr166, Sun Jun 3 16:16:47 2018 UTC

# Line 1433 | Line 1433
1433             fork="true">
1434  
1435        <include name="**/*.java"/>
1436 <      <compilerarg value="-J--illegal-access=debug"/>
1436 >      <!-- Needed to silence -Xep:FutureReturnValueIgnored -->
1437 >      <compilerarg value="-J--illegal-access=permit"/>
1438        <compilerarg value="-XDcompilePolicy=simple"/>
1439        <compilerarg line="-processorpath ${errorprone.jar}"/>
1440        <compilerarg value="-Xplugin:ErrorProne
# Line 1456 | Line 1457
1457        workdir="${build.dir}"
1458        classes="${product.jar}">
1459        <javac-elements>
1460 <        <compilerarg value="-J--illegal-access=debug"/>
1460 >        <!-- Needed to silence -Xep:FutureReturnValueIgnored -->
1461 >        <compilerarg value="-J--illegal-access=permit"/>
1462          <compilerarg value="-XDcompilePolicy=simple"/>
1463          <compilerarg line="-processorpath ${errorprone.jar}"/>
1464          <compilerarg value="-Xplugin:ErrorProne

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines