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 262218 - NullPointerException at com.sun.tools.javac.code.Type.equalsIgnoreMetadata
Summary: NullPointerException at com.sun.tools.javac.code.Type.equalsIgnoreMetadata
Status: RESOLVED FIXED
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: 2016-05-25 12:04 UTC by Petr Hejl
Modified: 2016-05-27 08:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224200


Attachments
stacktrace (7.92 KB, text/plain)
2016-05-25 12:04 UTC, Petr Hejl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2016-05-25 12:04:06 UTC
Build: NetBeans IDE Dev (Build 20160523-f68f653d4d0f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
phejl: Switching branches outside of the IDE.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Type.equalsIgnoreMetadata(Type.java:506)
   at com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Types.java:1092)
   at com.sun.tools.javac.code.Types$SameTypeVisitor.visitType(Types.java:1089)
   at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visitTypeVar(Types.java:4539)
   at com.sun.tools.javac.code.Types$SimpleVisitor.visitCapturedType(Types.java:4584)
   at com.sun.tools.javac.code.Type$CapturedType.accept(Type.java:1702)
Comment 1 Petr Hejl 2016-05-25 12:04:08 UTC
Created attachment 159869 [details]
stacktrace
Comment 2 Dusan Balek 2016-05-27 08:55:53 UTC
Fixed together with issue #256911