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 269254 - NullPointerException at com.sun.tools.javac.comp.TypeEnter$AbstractHeaderPhase$Synthesizer.visit
Summary: NullPointerException at com.sun.tools.javac.comp.TypeEnter$AbstractHeaderPhas...
Status: NEW
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: 2016-12-07 03:39 UTC by ksrini
Modified: 2016-12-07 03:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227461


Attachments
stacktrace (9.71 KB, text/plain)
2016-12-07 03:39 UTC, ksrini
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ksrini 2016-12-07 03:39:26 UTC
Build: NetBeans IDE Dev (Build 201612060001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b01, Java(TM) SE Runtime Environment, 1.8.0_45-b06
OS: SunOS

User Comments:
ksrini: Scanning....




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.TypeEnter$AbstractHeaderPhase$Synthesizer.visit(TypeEnter.java:566)
   at com.sun.tools.javac.comp.TypeEnter$AbstractHeaderPhase$1.getModelType(TypeEnter.java:546)
   at com.sun.tools.javac.code.Symbol$ClassSymbol.getSuperclass(Symbol.java:1300)
   at com.sun.tools.javac.code.Types$15.visitClassType(Types.java:2404)
   at com.sun.tools.javac.code.Types$15.visitClassType(Types.java:2393)
   at com.sun.tools.javac.code.Type$ClassType.accept(Type.java:1003)
Comment 1 ksrini 2016-12-07 03:39:28 UTC
Created attachment 163175 [details]
stacktrace