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 267359 - NullPointerException at com.sun.tools.javac.code.Types.subst
Summary: NullPointerException at com.sun.tools.javac.code.Types.subst
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-29 16:49 UTC by petrk
Modified: 2016-08-03 14:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225503


Attachments
stacktrace (5.42 KB, text/plain)
2016-07-29 16:49 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2016-07-29 16:49:32 UTC
Build: NetBeans IDE Dev (Build 20160720-bc712d97b7dd)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
petrk: Edited java code




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types.subst(Types.java:3104)
   at com.sun.tools.javac.comp.Check.firstIncompatibleTypeArg(Check.java:1046)
   at com.sun.tools.javac.comp.Check.access$500(Check.java:72)
   at com.sun.tools.javac.comp.Check$Validator.visitTypeApply(Check.java:1364)
   at com.sun.tools.javac.tree.JCTree$JCTypeApply.accept(JCTree.java:2326)
   at com.sun.tools.javac.comp.Check$Validator.validateTree(Check.java:1460)
Comment 1 petrk 2016-07-29 16:49:35 UTC
Created attachment 161495 [details]
stacktrace