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

Summary: NullPointerException at com.sun.tools.javac.code.Types$ImplementationCache.get
Product: java Reporter: charlweed <charlweed>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178375
Attachments: stacktrace

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 ***