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 - [81cat] NullPointerException at com.sun.tools.javac.comp.Attr.visitTypeParameter
Summary: [81cat] NullPointerException at com.sun.tools.javac.comp.Attr.visitTypeParameter
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-20 06:51 UTC by muellermi
Modified: 2015-10-20 06:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213817


Attachments
stacktrace (6.34 KB, text/plain)
2015-10-20 06:51 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
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