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 197653 - NullPointerException at com.sun.tools.javac.code.Types$ImplementationCache.get
Summary: NullPointerException at com.sun.tools.javac.code.Types$ImplementationCache.get
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
: 197827 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-04-12 09:47 UTC by Jiri Skrivanek
Modified: 2011-04-18 08:10 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178290


Attachments
stacktrace (3.65 KB, text/plain)
2011-04-12 09:47 UTC, Jiri Skrivanek
Details
stacktrace (3.59 KB, text/plain)
2011-04-12 11:39 UTC, rov63rus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-04-12 09:47:46 UTC
Build: NetBeans IDE Dev (Build 201104120401)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows XP

User Comments:
jskrivanek: - open j2ee.kit project
- it starts to scan sources and about 30% it throws exception




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2073)
   at com.sun.tools.javac.code.Types.implementation(Types.java:2101)
   at com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1320)
   at com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1309)
   at com.sun.tools.javac.comp.Check.checkImplementations(Check.java:2063)
   at com.sun.tools.javac.comp.Check.checkImplementations(Check.java:2041)
Comment 1 Jiri Skrivanek 2011-04-12 09:47:50 UTC
Created attachment 107672 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-04-12 11:30:35 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=178290
Comment 3 rov63rus 2011-04-12 11:39:33 UTC
Created attachment 107677 [details]
stacktrace
Comment 4 Dusan Balek 2011-04-12 13:43:53 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/79e529ef5175

changeset 2cd47be35522 in main/nb-javac
details: http://hg.netbeans.org/main/nb-javac?cmd=changeset;node=2cd47be35522
Comment 5 Quality Engineering 2011-04-13 08:41:02 UTC
Integrated into 'main-golden', will be available in build *201104130401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/79e529ef5175
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #197653: NullPointerException at com.sun.tools.javac.code.Types$ImplementationCache.get - fixed.
Comment 6 Dusan Balek 2011-04-18 07:24:13 UTC
*** Bug 197827 has been marked as a duplicate of this bug. ***
Comment 7 Jiri Skrivanek 2011-04-18 08:10:55 UTC
Verified in build 201104180401.