Ignore:
Timestamp:
2021-03-16T21:56:57+01:00 (5 years ago)
Author:
simon04
Message:

fix #20563 - PluginListParser.parse amounts to 80% of allocations during startup

File:
1 edited

Legend:

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

    r17562 r17571  
    185185        public String getText() {
    186186            StringBuilder b = new StringBuilder();
    187             for (Entry<String, String> e : info.attr.entrySet()) {
     187            for (Entry<Object, Object> e : info.attr.entrySet()) {
    188188                b.append(e.getKey());
    189189                b.append(": ");
Note: See TracChangeset for help on using the changeset viewer.