Ignore:
Timestamp:
2017-04-01T01:23:56+02:00 (7 years ago)
Author:
Don-vip
Message:

findbugs - BC_UNCONFIRMED_CAST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/remotecontrol/DNSName.java

    r9344 r11809  
    203203            constraintType = NAME_DIFF_TYPE;
    204204        else {
     205            if (!(inputName instanceof DNSName)) {
     206                throw new IllegalArgumentException("inputName: " + inputName);
     207            }
    205208            String inName =
    206209                (((DNSName) inputName).getName()).toLowerCase(Locale.ENGLISH);
Note: See TracChangeset for help on using the changeset viewer.