Ignore:
Timestamp:
2017-03-10T02:28:00+01:00 (8 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/SelectAction.java

    r11553 r11713  
    182182        super(tr("Select"), "move/move", tr("Select, move, scale and rotate objects"),
    183183                Shortcut.registerShortcut("mapmode:select", tr("Mode: {0}", tr("Select")), KeyEvent.VK_S, Shortcut.DIRECT),
    184                 mapFrame,
    185184                ImageProvider.getCursor("normal", "selection"));
    186185        mv = mapFrame.mapView;
Note: See TracChangeset for help on using the changeset viewer.