Ignore:
Timestamp:
2016-05-17T00:43:47+02:00 (8 years ago)
Author:
Don-vip
Message:

findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + UC_USELESS_CONDITION + OS_OPEN_STREAM_EXCEPTION_PATH + ICAST_INTEGER_MULTIPLY_CAST_TO_LONG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/ButtonMarker.java

    r9078 r10234  
    6666
    6767        String labelText = getText();
    68         if ((labelText != null) && showTextOrIcon && Main.pref.getBoolean("marker.buttonlabels", true)) {
     68        if (labelText != null && Main.pref.getBoolean("marker.buttonlabels", true)) {
    6969            g.drawString(labelText, screen.x+4, screen.y+2);
    7070        }
Note: See TracChangeset for help on using the changeset viewer.