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/gui/dialogs/NotesDialog.java

    r11386 r11713  
    355355                Main.getLayerManager().addLayer(new NoteLayer());
    356356            }
    357             Main.map.selectMapMode(new AddNoteAction(Main.map, noteData));
     357            Main.map.selectMapMode(new AddNoteAction(noteData));
    358358        }
    359359    }
Note: See TracChangeset for help on using the changeset viewer.