1372 |
|
|
1373 |
<!-- Find buglets that can be detected by static build tools --> |
<!-- Find buglets that can be detected by static build tools --> |
1374 |
|
|
1375 |
<target name="lint"> |
<!-- <target name="lint"> --> |
1376 |
<antcall target="dists"> |
<!-- <antcall target="dists"> --> |
1377 |
<param name="build.javadoc.access" value="public"/> |
<!-- <param name="build.javadoc.access" value="protected"/> --> |
1378 |
</antcall> |
<!-- </antcall> --> |
1379 |
</target> |
<!-- </target> --> |
1380 |
|
|
1381 |
<!-- Generates all doclint warnings, even for private methods (rarely useful) --> |
<!-- Generates all doclint warnings, even for private methods (rarely useful) --> |
1382 |
<target name="lint-private"> |
<target name="doclint-private"> |
1383 |
<antcall target="dist"> |
<antcall target="dist"> |
1384 |
<param name="build.javadoc.access" value="private"/> |
<param name="build.javadoc.access" value="private"/> |
1385 |
</antcall> |
</antcall> |