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 242061 - edu.umd.cs.findbugs.PluginException: Couldn't find "findbugs.xml" in plugin
Summary: edu.umd.cs.findbugs.PluginException: Couldn't find "findbugs.xml" in plugin
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-18 15:13 UTC by Jiri Prox
Modified: 2015-03-11 04:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207738


Attachments
stacktrace (947 bytes, text/plain)
2014-02-18 15:13 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2014-02-18 15:13:44 UTC
Build: NetBeans IDE Dev (Build 201402140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b65, Java(TM) SE Runtime Environment, 1.8.0-ea-b123
OS: Windows 7

User Comments:
jiriprox: Adding jar which is not findbug plugin among findbug custom plugins




Stacktrace: 
edu.umd.cs.findbugs.PluginException: Couldn't find "findbugs.xml" in plugin
   at edu.umd.cs.findbugs.PluginLoader.init(PluginLoader.java:541)
   at edu.umd.cs.findbugs.PluginLoader.<init>(PluginLoader.java:201)
   at edu.umd.cs.findbugs.PluginLoader.getPluginLoader(PluginLoader.java:1189)
   at org.netbeans.modules.findbugs.DetectorCollectionProvider.getTemporaryCollection(DetectorCollectionProvider.java:93)
   at org.netbeans.modules.findbugs.options.FindBugsPanel.createRootNode(FindBugsPanel.java:477)
   at org.netbeans.modules.findbugs.options.FindBugsPanel.backgroundInit(FindBugsPanel.java:147)
Comment 1 Jiri Prox 2014-02-18 15:13:46 UTC
Created attachment 145369 [details]
stacktrace
Comment 2 Petr Hejl 2015-03-10 11:19:15 UTC
Fixed in web-main 378c2524aa3d.
Comment 3 Quality Engineering 2015-03-11 04:06:37 UTC
Integrated into 'main-silver', will be available in build *201503110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/378c2524aa3d
User: Petr Hejl <phejl@netbeans.org>
Log: #242061 - edu.umd.cs.findbugs.PluginException: Couldn't find "findbugs.xml" in plugin