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 197827 - NullPointerException at com.sun.tools.javac.code.Types$ImplementationCache.get
Summary: NullPointerException at com.sun.tools.javac.code.Types$ImplementationCache.get
Status: RESOLVED DUPLICATE of bug 197653
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-17 22:01 UTC by charlweed
Modified: 2011-04-18 07:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178375


Attachments
stacktrace (3.84 KB, text/plain)
2011-04-17 22:01 UTC, charlweed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description charlweed 2011-04-17 22:01:37 UTC
Build: NetBeans IDE Dev (Build 20110411-ef268b7a1d51)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

User Comments:
charlweed: Compiling Java project

charlweed: Opening  the source file of a generic interface :
 Laborer<I, V, X extends Laborer<I, V, X > > extends AllCancelSupporter, RunnableFuture<V>, AllCompletedEventListener,RunnableFutureEventListener<X>




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 charlweed 2011-04-17 22:01:42 UTC
Created attachment 107802 [details]
stacktrace
Comment 2 Dusan Balek 2011-04-18 07:24:13 UTC
Already fixed in the current dev build.

*** This bug has been marked as a duplicate of bug 197653 ***