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 270815 - NullPointerException at org.netbeans.modules.findbugs.RunFindBugs.runFindBugs
Summary: NullPointerException at org.netbeans.modules.findbugs.RunFindBugs.runFindBugs
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: 2017-06-06 13:58 UTC by peterhull90
Modified: 2017-06-06 13:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195934


Attachments
stacktrace (2.14 KB, text/plain)
2017-06-06 13:58 UTC, peterhull90
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peterhull90 2017-06-06 13:58:25 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
msandoz: code inspection

peterhull90: Using findbugs inspector on java code




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.findbugs.RunFindBugs.runFindBugs(RunFindBugs.java:328)
   at org.netbeans.modules.findbugs.AnalyzerImpl$2.run(AnalyzerImpl.java:312)
   at org.netbeans.modules.findbugs.AnalyzerImpl$2.run(AnalyzerImpl.java:310)
   at org.netbeans.modules.java.source.parsing.MimeTask.run(MimeTask.java:83)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:380)
Comment 1 peterhull90 2017-06-06 13:58:27 UTC
Created attachment 164477 [details]
stacktrace