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 259135 - NullPointerException at org.nbheaven.sqe.tools.findbugs.codedefects.hints.FindBugsHintTask.lambda$computeErrors$1
Summary: NullPointerException at org.nbheaven.sqe.tools.findbugs.codedefects.hints.Fin...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-05 07:09 UTC by javatlacati
Modified: 2016-05-05 07:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223888


Attachments
stacktrace (1.54 KB, text/plain)
2016-05-05 07:09 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2016-05-05 07:09:32 UTC
Build: NetBeans IDE 8.1 (Build 201511021428)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 7

User Comments:
javatlacati: save

javatlacati: findbugs error?




Stacktrace: 
java.lang.NullPointerException
   at org.nbheaven.sqe.tools.findbugs.codedefects.hints.FindBugsHintTask.lambda$computeErrors$1(FindBugsHintTask.java:118)
   at org.nbheaven.sqe.tools.findbugs.codedefects.hints.FindBugsHintTask$$Lambda$54/907559984.test(FindBugsHintTask.java:0)
   at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
   at java.util.TreeMap$KeySpliterator.forEachRemaining(TreeMap.java:2742)
   at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
   at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
Comment 1 javatlacati 2016-05-05 07:09:34 UTC
Created attachment 159548 [details]
stacktrace