mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
CME fix
This commit is contained in:
@@ -261,12 +261,14 @@ public class InspectionProfileImpl extends ProfileEx implements ModifiableModel,
|
||||
element.setAttribute(VERSION_TAG, VALID_VERSION);
|
||||
element.setAttribute(IS_LOCKED, String.valueOf(myLockedProfile));
|
||||
|
||||
synchronized (myExternalInfo) {
|
||||
if (!myInitialized) {
|
||||
for (Element el : myDeinstalledInspectionsSettings.values()) {
|
||||
element.addContent((Element)el.clone());
|
||||
}
|
||||
for (Element el : myDeinstalledInspectionsSettings.values()) {
|
||||
element.addContent((Element)el.clone());
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Map<String, Boolean> diffMap = getDisplayLevelMap();
|
||||
if (diffMap != null) {
|
||||
|
||||
Reference in New Issue
Block a user