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

Summary: NullPointerException at com.sun.tools.javac.code.Types.subst
Product: java Reporter: Vladimir Voskresensky <vv159170>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226123
Attachments: stacktrace

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