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 254332

Summary: NullPointerException at com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable
Product: java Reporter: stwr
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: mps77
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter: 219134
Attachments: stacktrace
URLClassLoader dump

Description stwr 2015-08-13 06:15:47 UTC
Build: NetBeans IDE Dev (Build 201508120002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b25
OS: Windows 10

User Comments:
stwr: I was debugging the MemoryView project and playing around exception breakpoints. The exception has been thrown when the debugger hit the breakpoint.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable(Resolve.java:724)
   at com.sun.tools.javac.comp.Resolve$4.argumentsAcceptable(Resolve.java:843)
   at com.sun.tools.javac.comp.Resolve.rawInstantiate(Resolve.java:584)
   at com.sun.tools.javac.comp.Resolve.checkMethod(Resolve.java:609)
   at com.sun.tools.javac.comp.Attr.checkMethod(Attr.java:4012)
   at com.sun.tools.javac.comp.Attr.checkIdInternal(Attr.java:3794)
Comment 1 stwr 2015-08-13 06:15:50 UTC
Created attachment 155317 [details]
stacktrace
Comment 2 stwr 2015-08-13 06:19:36 UTC
Created attachment 155318 [details]
URLClassLoader dump
Comment 4 Quality Engineering 2015-09-03 01:24:35 UTC
Integrated into 'main-silver', will be available in build *201509030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/14e8f7ad1e4b
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #241425, #254332, #254333, and #254875 - fixed.