mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-3180: UP-4259 Avoid ConcurrentModificationException on .InspectionProjectProfileManager initialization
This commit is contained in:
@@ -942,6 +942,7 @@ public class InspectionProfileImpl extends ProfileEx implements ModifiableModel,
|
||||
map.put(toolId, toolSettingsAreEqual(toolId, myBaseProfile, this));
|
||||
}
|
||||
myDisplayLevelMap = map;
|
||||
return map;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user