Ignore:
Timestamp:
2016-08-06T19:21:33+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S00100 - Method names should comply with a naming convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/MapImage.java

    r10714 r10748  
    102102                        if (result == null) {
    103103                            source.logWarning(tr("Failed to locate image ''{0}''", name));
    104                             ImageIcon noIcon = MapPaintStyles.getNoIcon_Icon(source);
     104                            ImageIcon noIcon = MapPaintStyles.getNoIconIcon(source);
    105105                            img = noIcon == null ? null : (BufferedImage) noIcon.getImage();
    106106                        } else {
     
    134134
    135135    public float getAlphaFloat() {
    136         return Utils.color_int2float(alpha);
     136        return Utils.colorInt2float(alpha);
    137137    }
    138138
Note: See TracChangeset for help on using the changeset viewer.