Changeset 13220 in josm for trunk/tools/pmd


Ignore:
Timestamp:
2017-12-18T00:46:58+01:00 (6 years ago)
Author:
Don-vip
Message:

see #15574:

  • additionally refactors ImageDisplay to use ImageEntry instead; stores width and height info while metadata of images are read; might break plugin code (patch by cmuelle8, minor changes)
  • remove double semicolon causing https://github.com/pmd/pmd/issues/785
  • enable PMD rule DoNotCallGarbageCollectionExplicitly
  • disable SpotBugs rule ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/pmd/josm-ruleset.xml

    r13207 r13220  
    157157    <exclude name="ConstructorCallsOverridableMethod"/>
    158158    <exclude name="DataflowAnomalyAnalysis"/>
    159     <exclude name="DoNotCallGarbageCollectionExplicitly"/>
    160159    <exclude name="DoNotCallSystemExit"/>
    161160    <exclude name="DontImportSun"/>
Note: See TracChangeset for help on using the changeset viewer.