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/ImageryAdjustAction.java

    r11652 r11713  
    5353     */
    5454    public ImageryAdjustAction(AbstractTileSourceLayer<?> layer) {
    55         super(tr("New offset"), "adjustimg",
    56                 tr("Adjust the position of this imagery layer"), Main.map,
    57                 cursor);
     55        super(tr("New offset"), "adjustimg", tr("Adjust the position of this imagery layer"), cursor);
    5856        putValue("toolbar", Boolean.FALSE);
    5957        this.layer = layer;
Note: See TracChangeset for help on using the changeset viewer.