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 184043 - NullPointerException at java.io.FileInputStream.<init>
Summary: NullPointerException at java.io.FileInputStream.<init>
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: sreimers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 14:52 UTC by marco_bresciani
Modified: 2010-06-17 14:56 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 30673


Attachments
stacktrace (821 bytes, text/plain)
2010-04-13 14:52 UTC, marco_bresciani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco_bresciani 2010-04-13 14:52:25 UTC
This issue was reported manually by mmirilovic.
It already has 26 duplicates 


Build: NetBeans IDE 6.0.1 (Build 080320)
VM: OpenJDK Client VM, 1.6.0_0-b11
OS: Linux

User Comments:
GUEST: I get a NullPointerException when I try to run the SQE "Find Bugs"  plugin.

GUEST: Running SQE results in zero bugs from FindBugs, and a flashing error indicator that pops up a dialog indicating Findbugs has NPE'ed.

GUEST: looking at the Task List

jmresler: Selected run findbugs on project JScience-4.3 from the popup menu

GUEST: Nullpointer exception when trying to run the Findbugs SQE plugin

mbarreraa: I try to run FindBugs in Linux and ever have NullPointerException. I don't know if FindBugs doesn't work in NetBeans 6.1 and Linux.

erisch: When trying to run FindBugs i always get this exception...
The same reasons like the above, i experience this issue whenever I try to run SQE FindBugs for a web application on my Ubuntu 7.10 x64 machine.

GUEST: Attempting to run SQE Findbugs.  Got exception and no results from Findbugs.

GUEST: Using SQE, findbugs does not run. PMD does run, apperently correctly. The attched exception is reported.




Stacktrace: 
java.lang.NullPointerException
   at java.io.FileInputStream.<init>(FileInputStream.java:133)
   at org.nbheaven.sqe.bridge.findbugs.project.freeform.FindBugsSettingsProviderImpl.getFindBugsSettings(FindBugsSettingsProviderImpl.java:113)
   at org.nbheaven.sqe.bridge.findbugs.output.FindBugsSession.executeFindBugs(FindBugsSession.java:189)
   at org.nbheaven.sqe.bridge.findbugs.output.FindBugsSession.computeResult(FindBugsSession.java:81)
   at org.nbheaven.sqe.codedefects.resultui.action.AbstractRunSingleSQEAction$Processor.execute(AbstractRunSingleSQEAction.java:109)
   at org.nbheaven.sqe.codedefects.resultui.action.RunSQEAction$1.run(RunSQEAction.java:54)
Comment 1 marco_bresciani 2010-04-13 14:52:29 UTC
Created attachment 97216 [details]
stacktrace
Comment 2 Jesse Glick 2010-06-17 14:56:26 UTC
We're not collecting bugs for old versions. See: sqe.kenai.com