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.273 by jsr166, Fri Jun 22 17:45:02 2018 UTC

# Line 492 | Line 492
492        <arg value="-tag"/> <arg value="${javadoc.jls.option}"/>
493        <arg value="-tag"/> <arg value="implSpec:a:Implementation Requirements:"/>
494        <arg value="-tag"/> <arg value="implNote:a:Implementation Note:"/>
495 < <!-- @apiNote tag currently unused -->
496 < <!--  <arg value="-tag"/> <arg value="apiNote:a:API Note:"/> -->
495 >      <arg value="-tag"/> <arg value="apiNote:a:API Note:"/>
496   <!-- tags added in jdk9: currently unused -->
497   <!--  <arg value="-tag"/> <arg value="revised:X"/> -->
498   <!--  <arg value="-tag"/> <arg value="spec:X"/> -->
# Line 1433 | Line 1432
1432             fork="true">
1433  
1434        <include name="**/*.java"/>
1435 <      <compilerarg value="-J--illegal-access=debug"/>
1435 >      <!-- Needed to silence -Xep:FutureReturnValueIgnored -->
1436 >      <compilerarg value="-J--illegal-access=permit"/>
1437        <compilerarg value="-XDcompilePolicy=simple"/>
1438        <compilerarg line="-processorpath ${errorprone.jar}"/>
1439        <compilerarg value="-Xplugin:ErrorProne
# Line 1456 | Line 1456
1456        workdir="${build.dir}"
1457        classes="${product.jar}">
1458        <javac-elements>
1459 <        <compilerarg value="-J--illegal-access=debug"/>
1459 >        <!-- Needed to silence -Xep:FutureReturnValueIgnored -->
1460 >        <compilerarg value="-J--illegal-access=permit"/>
1461          <compilerarg value="-XDcompilePolicy=simple"/>
1462          <compilerarg line="-processorpath ${errorprone.jar}"/>
1463          <compilerarg value="-Xplugin:ErrorProne

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines