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

    r11348 r11713  
    5555     */
    5656    public MainFrame() {
    57         this(new JPanel(), new MainPanel(Main.getLayerManager()), new WindowGeometry(new Rectangle(10, 10, 500, 500)));
     57        this(new JPanel(), new WindowGeometry(new Rectangle(10, 10, 500, 500)));
    5858    }
    5959
     
    6161     * Create a new main window. The parameters will be removed in the future.
    6262     * @param contentPanePrivate The content
    63      * @param mainPanel The main panel.
    6463     * @param geometry The inital geometry to use.
    65      */
    66     public MainFrame(Container contentPanePrivate, MainPanel mainPanel, WindowGeometry geometry) {
     64     * @since 11713
     65     */
     66    public MainFrame(Container contentPanePrivate, WindowGeometry geometry) {
    6767        super();
    6868        this.geometry = geometry;
Note: See TracChangeset for help on using the changeset viewer.