mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-63802 - assert: PositionManagerImpl$.run
This commit is contained in:
@@ -253,9 +253,6 @@ public class PositionManagerImpl implements PositionManager {
|
||||
requiredDepth.set(getNestingDepth(psiClass));
|
||||
baseClassNameRef.set(parentClassName);
|
||||
}
|
||||
else {
|
||||
LOG.error("The name of a parent " + topLevelClass + " of a local (anonymous) class " + psiClass + " is null");
|
||||
}
|
||||
}
|
||||
else {
|
||||
LOG.error("Local or anonymous class has no non-local parent");
|
||||
|
||||
Reference in New Issue
Block a user