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 217605 - NullPointerException at org.netbeans.modules.findbugs.AnalyzerImpl.analyze
Summary: NullPointerException at org.netbeans.modules.findbugs.AnalyzerImpl.analyze
Status: RESOLVED DUPLICATE of bug 216626
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-30 08:56 UTC by Petr Cyhelsky
Modified: 2012-09-03 13:39 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191972


Attachments
stacktrace (539 bytes, text/plain)
2012-08-30 08:56 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-08-30 08:56:30 UTC
This bug was originally marked as duplicate of bug 216626, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201208280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b22
OS: Linux

User Comments:
bokc: Try to inspect a Java Project

cyhelsky: on source -> inspect




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.findbugs.AnalyzerImpl.analyze(AnalyzerImpl.java:139)
   at org.netbeans.modules.analysis.RunAnalysis$1$1.doRunAnalyzer(RunAnalysis.java:203)
   at org.netbeans.modules.analysis.RunAnalysis$1$1.run(RunAnalysis.java:156)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Comment 1 Petr Cyhelsky 2012-08-30 08:56:32 UTC
Created attachment 123720 [details]
stacktrace
Comment 2 Jan Lahoda 2012-09-03 13:39:31 UTC
I checked logs from two of the reports, and they contain findbugs integration module version 1.15, while #216626 has been fix in version 1.16 (I guess this is a consequence of constant problems with the nbms-and-javadoc build).

*** This bug has been marked as a duplicate of bug 216626 ***