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 258632 - NullPointerException at edu.umd.cs.findbugs.DetectorFactoryCollection.loadPlugins
Summary: NullPointerException at edu.umd.cs.findbugs.DetectorFactoryCollection.loadPlu...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-03 05:08 UTC by javatlacati
Modified: 2016-04-03 05:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212972


Attachments
stacktrace (1.09 KB, text/plain)
2016-04-03 05:08 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2016-04-03 05:08:38 UTC
This issue was reported manually by javatlacati.
It already has 2 duplicates 


Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 7

User Comments:
javatlacati: Selected configure hint.

GUEST: findbugs pluggin fails randomly on 8.0.1. This bug is getting tired




Stacktrace: 
java.lang.NullPointerException
   at edu.umd.cs.findbugs.DetectorFactoryCollection.loadPlugins(DetectorFactoryCollection.java:250)
   at edu.umd.cs.findbugs.DetectorFactoryCollection.ensureLoaded(DetectorFactoryCollection.java:214)
   at edu.umd.cs.findbugs.DetectorFactoryCollection.instance(DetectorFactoryCollection.java:99)
   at org.netbeans.modules.findbugs.options.FindBugsPanel.createRootNode(FindBugsPanel.java:490)
   at org.netbeans.modules.findbugs.options.FindBugsPanel.backgroundInit(FindBugsPanel.java:151)
   at org.netbeans.modules.findbugs.options.FindBugsPanel.access$000(FindBugsPanel.java:105)
Comment 1 javatlacati 2016-04-03 05:08:39 UTC
Created attachment 159109 [details]
stacktrace