mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inspection toolwindow: do not need get implicit constructor to delete from entry points IDEA-156613
This commit is contained in:
@@ -234,15 +234,6 @@ public abstract class EntryPointsManagerBase extends EntryPointsManager implemen
|
||||
|
||||
@Override
|
||||
public void removeEntryPoint(@NotNull RefElement anEntryPoint) {
|
||||
if (anEntryPoint instanceof RefClass) {
|
||||
RefClass refClass = (RefClass)anEntryPoint;
|
||||
if (!refClass.isInterface()) {
|
||||
anEntryPoint = refClass.getDefaultConstructor();
|
||||
}
|
||||
}
|
||||
|
||||
if (anEntryPoint == null) return;
|
||||
|
||||
myTemporaryEntryPoints.remove(anEntryPoint);
|
||||
|
||||
Set<Map.Entry<String, SmartRefElementPointer>> set = myPersistentEntryPoints.entrySet();
|
||||
|
||||
Reference in New Issue
Block a user