Ignore:
Timestamp:
2017-03-10T02:28:00+01:00 (7 years ago)
Author:
Don-vip
Message:

add Ant target to run PMD (only few rules for now), fix violations

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1212junit*.properties
        1313foobar
         14pmd-josm.xml
  • trunk/src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java

    r11542 r11713  
    153153            Shortcut.registerShortcut("mapmode:parallel", tr("Mode: {0}",
    154154                tr("Parallel")), KeyEvent.VK_P, Shortcut.SHIFT),
    155             mapFrame, ImageProvider.getCursor("normal", "parallel"));
     155            ImageProvider.getCursor("normal", "parallel"));
    156156        putValue("help", ht("/Action/Parallel"));
    157157        mv = mapFrame.mapView;
Note: See TracChangeset for help on using the changeset viewer.