mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
NPE
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ public class SuppressWarningsFoldingBuilder extends FoldingBuilderEx {
|
||||
return o.toString();
|
||||
}
|
||||
}
|
||||
return memberValue.getText();
|
||||
return memberValue != null ? memberValue.getText() : "";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user