This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269159 - NullPointerException at org.netbeans.modules.findbugs.options.FindBugsPanel.createRootNode
Summary: NullPointerException at org.netbeans.modules.findbugs.options.FindBugsPanel.c...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-29 10:18 UTC by gualtiero65
Modified: 2016-11-29 10:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227362


Attachments
stacktrace (716 bytes, text/plain)
2016-11-29 10:18 UTC, gualtiero65
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gualtiero65 2016-11-29 10:18:22 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) Client VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Linux

User Comments:
gualtiero65: Opening Options - editor - hints to check FindBugs configuration




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.findbugs.options.FindBugsPanel.createRootNode(FindBugsPanel.java:498)
   at org.netbeans.modules.findbugs.options.FindBugsPanel.backgroundInit(FindBugsPanel.java:153)
   at org.netbeans.modules.findbugs.options.FindBugsPanel.access$000(FindBugsPanel.java:105)
   at org.netbeans.modules.findbugs.options.FindBugsPanel$1.run(FindBugsPanel.java:136)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 gualtiero65 2016-11-29 10:18:24 UTC
Created attachment 163072 [details]
stacktrace