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 267930 - NullPointerException at com.sun.tools.javac.code.Types.subst
Summary: NullPointerException at com.sun.tools.javac.code.Types.subst
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-07 17:39 UTC by Vladimir Voskresensky
Modified: 2016-09-07 17:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226123


Attachments
stacktrace (6.18 KB, text/plain)
2016-09-07 17:40 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2016-09-07 17:39:59 UTC
Build: NetBeans IDE Dev (Build 20160905-d011a8fc67ce)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: SunOS

User Comments:
vv159170: drag and drop class from package to new package




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types.subst(Types.java:3104)
   at com.sun.tools.javac.code.Types.hasSameBounds(Types.java:3258)
   at com.sun.tools.javac.code.Types$SameTypeVisitor.visitForAll(Types.java:1359)
   at com.sun.tools.javac.code.Types$SameTypeVisitor.visitForAll(Types.java:1255)
   at com.sun.tools.javac.code.Type$ForAll.accept(Type.java:1771)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4699)
Comment 1 Vladimir Voskresensky 2016-09-07 17:40:00 UTC
Created attachment 161951 [details]
stacktrace