Changeset 16050 in josm for trunk/tools


Ignore:
Timestamp:
2020-03-06T23:54:39+01:00 (4 years ago)
Author:
Don-vip
Message:

see #18845 - see #16860 - directory cleanup

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/checkstyle/josm_filters.xml

    r16006 r16050  
    2424  <suppress checks="." files="[\\/]tools[\\/]pmd[\\/]" />
    2525  <suppress checks="HeaderCheck" files="josm[\\/]tools[\\/]commons[\\/]" />
     26  <suppress checks="HeaderCheck" files="CheckThreadViolationRepaintManager\.java" />
    2627  <suppress checks="HeaderCheck" files="Ellipsoid\.java" />
    2728  <suppress checks="HeaderCheck" files="NTV2GridShift\.java" />
  • trunk/tools/spotbugs/josm-filter.xml

    r14417 r16050  
    6464    </Match>
    6565    <Match>
    66         <Class name="~org.jdesktop.swinghelper.debug.*" />
    67     </Match>
    68     <Match>
    6966        <Class name="~org.openstreetmap.gui.jmapviewer.*" />
    7067    </Match>
Note: See TracChangeset for help on using the changeset viewer.