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 270022 - NullPointerException at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.visitPrimitiveWrapperMethods
Summary: NullPointerException at org.netbeans.modules.java.hints.bugs.NPECheck$Visitor...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-08 19:27 UTC by Jesse Glick
Modified: 2017-03-08 19:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228327


Attachments
stacktrace (6.48 KB, text/plain)
2017-03-08 19:27 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2017-03-08 19:27:48 UTC
Build: NetBeans IDE Dev (Build 20170217-9672783085a7)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Linux

User Comments:
jglick: Working on tests in github.com/jenkinsci/cloudbees-folder-plugin




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.visitPrimitiveWrapperMethods(NPECheck.java:1004)
   at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.visitMethodInvocation(NPECheck.java:970)
   at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.visitMethodInvocation(NPECheck.java:544)
   at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1650)
   at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
   at org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:94)
Comment 1 Jesse Glick 2017-03-08 19:27:51 UTC
Created attachment 163797 [details]
stacktrace