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 254479 - NullPointerException at com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable
Summary: NullPointerException at com.sun.tools.javac.comp.Resolve$AbstractMethodCheck....
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-18 11:16 UTC by stefan79
Modified: 2016-07-29 15:49 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219257


Attachments
stacktrace (6.24 KB, text/plain)
2015-08-18 11:16 UTC, stefan79
Details
stacktrace (7.28 KB, text/plain)
2015-09-03 14:21 UTC, stefan79
Details
stacktrace (7.28 KB, text/plain)
2015-09-07 09:12 UTC, stefan79
Details
stacktrace (4.57 KB, text/plain)
2015-10-07 18:36 UTC, Exceptions Reporter
Details
stacktrace (12.69 KB, text/plain)
2016-07-29 15:49 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2015-08-18 11:16:25 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
stefan79: ???




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Resolve$AbstractMethodCheck.argumentsAcceptable(Resolve.java:728)
   at com.sun.tools.javac.comp.Resolve$4.argumentsAcceptable(Resolve.java:839)
   at com.sun.tools.javac.comp.Resolve.rawInstantiate(Resolve.java:580)
   at com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1435)
   at com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1622)
   at com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1693)
Comment 1 stefan79 2015-08-18 11:16:26 UTC
Created attachment 155423 [details]
stacktrace
Comment 2 stefan79 2015-09-03 14:21:31 UTC
Created attachment 155863 [details]
stacktrace

Exception occured while Background-Scanning.
Comment 3 stefan79 2015-09-07 09:12:55 UTC
Created attachment 155937 [details]
stacktrace

Exception occured while Background-Scanning.
Comment 4 Exceptions Reporter 2015-10-07 18:36:59 UTC
Created attachment 156601 [details]
stacktrace

Debugging, hit breakpoint.
Comment 5 Exceptions Reporter 2016-07-22 13:25:05 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=219257
Comment 6 alied 2016-07-29 15:49:16 UTC
Created attachment 161494 [details]
stacktrace

Copied a class code into another class