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

Summary: NullPointerException at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.visitPrimitiveWrapperMethods
Product: java Reporter: Jesse Glick <jglick>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228327
Attachments: stacktrace

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