Ignore:
Timestamp:
2013-10-07T00:04:48+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/FindBugs - Nested blocks of code should not be left empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/ExtendedDialog.java

    r6221 r6310  
    438438                x = JOptionPane.getFrameForComponent(parent).getSize();
    439439            }
    440         } catch(NullPointerException e) { }
     440        } catch(NullPointerException e) {
     441            Main.warn(e);
     442        }
    441443        return x;
    442444    }
Note: See TracChangeset for help on using the changeset viewer.