Ignore:
Timestamp:
2017-12-18T00:46:58+01:00 (7 years ago)
Author:
Don-vip
Message:

see #15574:

  • additionally refactors ImageDisplay to use ImageEntry instead; stores width and height info while metadata of images are read; might break plugin code (patch by cmuelle8, minor changes)
  • remove double semicolon causing https://github.com/pmd/pmd/issues/785
  • enable PMD rule DoNotCallGarbageCollectionExplicitly
  • disable SpotBugs rule ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/KeyedItem.java

    r11384 r13220  
    100100         * A set of values that were used for this key.
    101101         */
    102         public final SortedSet<String> values = new TreeSet<>();; // NOSONAR
     102        public final SortedSet<String> values = new TreeSet<>(); // NOSONAR
    103103        private boolean hadKeys;
    104104        private boolean hadEmpty;
Note: See TracChangeset for help on using the changeset viewer.