Changeset 15963 in josm for trunk/build.xml
- Timestamp:
- 2020-02-29T16:02:30+01:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/build.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r15816 r15963 43 43 <property name="error_prone_core.jar" location="${tools.dir}/error_prone_core.jar"/> 44 44 <property name="error_prone_javac.jar" location="${tools.dir}/error_prone_javac.jar"/> 45 <property name="auto-value-annotations.jar" location="${tools.dir}/auto-value-annotations.jar"/> 45 46 <property name="dataflow.jar" location="${tools.dir}/dataflow.jar"/> 46 47 <property name="javacutil.jar" location="${tools.dir}/javacutil.jar"/> … … 102 103 <pathelement location="${guava.jar}"/> 103 104 <pathelement location="${jformatstring.jar}"/> 105 <pathelement location="${auto-value-annotations.jar}"/> 104 106 </path> 105 107 </target> … … 357 359 <!-- Undocumented argument to ignore "Sun internal proprietary API" warning, see http://stackoverflow.com/a/13862308/2257172 --> 358 360 <compilerarg value="-XDignore.symbol.file"/> 359 <compilerarg value="-Xplugin:ErrorProne -Xep:CatchAndPrintStackTrace:OFF -Xep:ReferenceEquality:OFF -Xep:StringSplitter:OFF"/> 361 <compilerarg value="-Xplugin:ErrorProne -Xep:CatchAndPrintStackTrace:OFF -Xep:ReferenceEquality:OFF -Xep:StringSplitter:OFF -Xep:BadImport:OFF"/> 360 362 <compilerarg line="-Xmaxwarns 1000"/> 361 363 </javac> … … 383 385 <!-- Undocumented argument to ignore "Sun internal proprietary API" warning, see http://stackoverflow.com/a/13862308/2257172 --> 384 386 <compilerarg value="-XDignore.symbol.file"/> 385 <compilerarg value="-Xplugin:ErrorProne -Xep:ReferenceEquality:OFF -Xep:ImmutableEnumChecker:OFF -Xep:FutureReturnValueIgnored:OFF -Xep:FloatingPointLiteralPrecision:OFF -Xep:ShortCircuitBoolean:OFF -Xep:StringSplitter:OFF -Xep:JdkObsolete:OFF -Xep:UnnecessaryParentheses:OFF -Xep:EqualsGetClass:OFF -Xep:ThreadPriorityCheck:OFF -Xep:UndefinedEquals:OFF -Xep:MixedMutabilityReturnType:OFF -Xep:OverrideThrowableToString:OFF -Xep:JavaTimeDefaultTimeZone:OFF -Xep:UnusedVariable:OFF -Xep:EqualsUsingHashCode:OFF"/> 387 <compilerarg value="-Xplugin:ErrorProne -Xep:ReferenceEquality:OFF -Xep:ImmutableEnumChecker:OFF -Xep:FutureReturnValueIgnored:OFF -Xep:FloatingPointLiteralPrecision:OFF -Xep:ShortCircuitBoolean:OFF -Xep:StringSplitter:OFF -Xep:JdkObsolete:OFF -Xep:UnnecessaryParentheses:OFF -Xep:EqualsGetClass:OFF -Xep:ThreadPriorityCheck:OFF -Xep:UndefinedEquals:OFF -Xep:MixedMutabilityReturnType:OFF -Xep:OverrideThrowableToString:OFF -Xep:JavaTimeDefaultTimeZone:OFF -Xep:UnusedVariable:OFF -Xep:EqualsUsingHashCode:OFF -Xep:BadImport:OFF -Xep:UnnecessaryLambda:OFF -Xep:AnnotateFormatMethod:OFF -Xep:MutablePublicArray:OFF"/> 386 388 <compilerarg line="-Xmaxwarns 1000"/> 387 389 <exclude name="org/openstreetmap/josm/io/audio/fx/*.java" if:set="noJavaFX"/>
Note:
See TracChangeset
for help on using the changeset viewer.
