mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-52426 - NPE: JavaDocInfoGenerator.generateSuperMethodsSection
This commit is contained in:
@@ -1488,6 +1488,7 @@ public class JavaDocInfoGenerator {
|
||||
if (!isAbstract) continue;
|
||||
}
|
||||
PsiClass superClass = superMethod.getContainingClass();
|
||||
if (superClass == null) continue;
|
||||
if (!headerGenerated) {
|
||||
buffer.append("<DD><DL>");
|
||||
buffer.append("<DT><b>");
|
||||
|
||||
Reference in New Issue
Block a user