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 269800 - NullPointerException at com.sun.tools.javac.code.Types$UnaryVisitor.visit
Summary: NullPointerException at com.sun.tools.javac.code.Types$UnaryVisitor.visit
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-10 22:54 UTC by Vladimir Voskresensky
Modified: 2017-05-02 10:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228011


Attachments
stacktrace (9.59 KB, text/plain)
2017-02-10 22:54 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2017-02-10 22:54:39 UTC
Build: NetBeans IDE Dev (Build 20170210-1a756da077cd)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
vv159170: reopened IDE




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4874)
   at com.sun.tools.javac.comp.Check$3.visitTypeVar(Check.java:1113)
   at com.sun.tools.javac.comp.Check$3.visitTypeVar(Check.java:1107)
   at com.sun.tools.javac.code.Type$TypeVar.accept(Type.java:1667)
   at com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4874)
   at com.sun.tools.javac.comp.Check.isTypeArgErroneous(Check.java:1104)
Comment 1 Vladimir Voskresensky 2017-02-10 22:54:41 UTC
Created attachment 163614 [details]
stacktrace
Comment 2 Dusan Balek 2017-05-02 10:54:51 UTC
Should be fixed in the current dev build.