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 - NullPointerException at com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve$AbstractMethodCheck....
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-13 06:15 UTC by stwr
Modified: 2015-09-03 01:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219134


Attachments
stacktrace (5.98 KB, text/plain)
2015-08-13 06:15 UTC, stwr
Details
URLClassLoader dump (37.11 KB, application/octet-stream)
2015-08-13 06:19 UTC, stwr
Details

Note You need to log in before you can comment on or make changes to this bug.
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.