avoid log: method not implemented in class com.intellij.psi.impl.file.PsiPackageImpl
This commit is contained in:
@@ -145,9 +145,7 @@ public class Tree implements ProjectViewNodeDecorator {
|
||||
if (parent == null) {
|
||||
return null;
|
||||
}
|
||||
if (parent.getChildren().length != 1) {
|
||||
return null;
|
||||
}
|
||||
// PsiPackage not implemented getChildren()
|
||||
child = parent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user