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 256037

Summary: [81cat] NullPointerException at com.sun.tools.javac.comp.Attr.visitTypeParameter
Product: java Reporter: muellermi <muellermi>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213817
Attachments: stacktrace

Description muellermi 2015-10-20 06:51:44 UTC
Build: NetBeans IDE Dev (Build 201510190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
muellermi: Tried to renamed a third type

GUEST: java generics and inheritance




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Attr.visitTypeParameter(Attr.java:4199)
   at com.sun.tools.javac.tree.JCTree$JCTypeParameter.accept(JCTree.java:2230)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:572)
   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:641)
   at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:657)
   at com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4488)
Comment 1 muellermi 2015-10-20 06:51:45 UTC
Created attachment 156822 [details]
stacktrace