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 240815 - NullPointerException at com.sun.tools.javac.code.Types$20.visitArrayType
Summary: NullPointerException at com.sun.tools.javac.code.Types$20.visitArrayType
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-22 12:22 UTC by Maksim Khramov
Modified: 2016-07-07 07:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206831


Attachments
stacktrace (4.38 KB, text/plain)
2014-01-22 12:22 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2014-01-22 12:22:10 UTC
Build: NetBeans IDE Dev (Build 201401100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b06, Java(TM) SE Runtime Environment, 1.7.0_45-b08
OS: Windows 7

User Comments:
mkhramov: Just open project with external sources. Exception occurs during project scanning




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types$20.visitArrayType(Types.java:2350)
   at com.sun.tools.javac.code.Types$20.visitArrayType(Types.java:2301)
   at com.sun.tools.javac.code.Type$ArrayType.accept(Type.java:1030)
   at com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:4511)
   at com.sun.tools.javac.code.Types.supertype(Types.java:2298)
   at com.sun.tools.javac.comp.Check.checkConflicts(Check.java:2407)
Comment 1 Maksim Khramov 2014-01-22 12:22:12 UTC
Created attachment 144241 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:17:41 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss