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 257079 - NullPointerException at com.sun.tools.javac.comp.Attr$ResultInfo.attr
Summary: NullPointerException at com.sun.tools.javac.comp.Attr$ResultInfo.attr
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: 2015-12-09 14:40 UTC by terje7601
Modified: 2017-09-28 09:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221600


Attachments
stacktrace (9.76 KB, text/plain)
2015-12-09 14:40 UTC, terje7601
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2015-12-09 14:40:32 UTC
Build: NetBeans IDE Dev (Build 201512070002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
terje7601: NPE while coding




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Attr$ResultInfo.attr(Attr.java:494)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:635)
   at com.sun.tools.javac.comp.Attr.attribType(Attr.java:694)
   at com.sun.tools.javac.comp.Attr.attribType(Attr.java:687)
   at com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:416)
   at com.sun.tools.javadoc.JavadocMemberEnter.visitVarDef(JavadocMemberEnter.java:86)
Comment 1 terje7601 2015-12-09 14:40:34 UTC
Created attachment 157737 [details]
stacktrace