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 228067 - NullPointerException at com.sun.tools.javac.code.Types.isAssignable
Summary: NullPointerException at com.sun.tools.javac.code.Types.isAssignable
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-28 23:15 UTC by Chiana
Modified: 2013-03-29 17:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199988


Attachments
stacktrace (3.38 KB, text/plain)
2013-03-28 23:15 UTC, Chiana
Details
Screen and markings (120.70 KB, image/jpeg)
2013-03-28 23:16 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2013-03-28 23:15:21 UTC
Build: NetBeans IDE Dev (Build 201303272300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
Chiana: Marked a block with the mouse in order to cut it out and move it to an other place, the source does contains several errors at the moment as I'm moving bits from a static initializer to a general static method.

Chiana: Occured 2 seconds after report #667690, my guess it was triggered by moving the mouse as I had just grabbed it.

Chiana: Same thing as report #667691.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types.isAssignable(Types.java:2015)
   at com.sun.tools.javac.comp.Check$1.compatible(Check.java:515)
   at com.sun.tools.javac.comp.Check$NestedCheckContext.compatible(Check.java:487)
   at com.sun.tools.javac.comp.Check.checkType(Check.java:555)
   at com.sun.tools.javac.comp.Attr$ResultInfo.check(Attr.java:525)
   at com.sun.tools.javac.comp.Attr.visitTry(Attr.java:1365)
Comment 1 Chiana 2013-03-28 23:15:23 UTC
Created attachment 133191 [details]
stacktrace
Comment 2 Chiana 2013-03-28 23:16:55 UTC
Created attachment 133192 [details]
Screen and markings
Comment 3 Chiana 2013-03-28 23:28:41 UTC
One note, the program was suspended in the debugger when theese exceptions occured.