Ignore:
Timestamp:
2019-02-13T01:45:44+01:00 (6 years ago)
Author:
donvip
Message:

disable error_prone EqualsHashCode error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r34889 r34890  
    130130            <compilerarg value="-Xlint:deprecation"/>
    131131            <compilerarg value="-Xlint:unchecked"/>
    132             <compilerarg value="-Xplugin:ErrorProne -Xep:StringSplitter:OFF -Xep:ReferenceEquality:OFF -Xep:InsecureCryptoUsage:OFF -Xep:FutureReturnValueIgnored:OFF -Xep:JdkObsolete:OFF"/>
     132            <compilerarg value="-Xplugin:ErrorProne -Xep:StringSplitter:OFF -Xep:ReferenceEquality:OFF -Xep:InsecureCryptoUsage:OFF -Xep:FutureReturnValueIgnored:OFF -Xep:JdkObsolete:OFF -Xep:EqualsHashCode:OFF"/>
    133133            <compilerarg line="-Xmaxwarns 1000"/>
    134134            <classpath refid="plugin.classpath"/>
Note: See TracChangeset for help on using the changeset viewer.