Ignore:
Timestamp:
2016-05-30T01:17:28+02:00 (7 years ago)
Author:
Don-vip
Message:

sonar - Performance - Method passes constant String of length 1 to character overridden method + add unit tests/javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r10245 r10300  
    12291229            return true;
    12301230        } else if (jar != null) {
    1231             Main.warn("Invalid jar file ''"+jar+"'' (exists: "+jar.exists()+", canRead: "+jar.canRead()+")");
     1231            Main.warn("Invalid jar file ''"+jar+"'' (exists: "+jar.exists()+", canRead: "+jar.canRead()+')');
    12321232        }
    12331233        return false;
Note: See TracChangeset for help on using the changeset viewer.