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 71716 - ClassCastException during code completion
Summary: ClassCastException during code completion
Status: RESOLVED DUPLICATE of bug 71715
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-22 13:49 UTC by rptmaestro
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rptmaestro 2006-01-22 13:49:33 UTC
Frequently, while attempting to use code completion, I get the following 
exception:

java.lang.ClassCastException: org.netbeans.jmi.javamodel.Parameter$Impl
	at org.netbeans.modules.java.OverrideAnnotationSupport.createMethodMap
(OverrideAnnotationSupport.java:258)
	at 
org.netbeans.modules.java.OverrideAnnotationSupport.findOverriddenMethods
(OverrideAnnotationSupport.java:296)
	at 
org.netbeans.modules.java.OverrideAnnotationSupport.processOverriddenAnnotation
(OverrideAnnotationSupport.java:123)
	at 
org.netbeans.modules.java.OverrideAnnotationSupport.processOverriddenAnnotation
Impl(OverrideAnnotationSupport.java:180)
	at org.netbeans.modules.java.OverrideAnnotationSupport.access$400
(OverrideAnnotationSupport.java:45)
	at 
org.netbeans.modules.java.OverrideAnnotationSupport$Request.computeAnnotations
(OverrideAnnotationSupport.java:362)
	at org.netbeans.modules.java.OverrideAnnotationSupport$Request.run
(OverrideAnnotationSupport.java:346)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:493)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:926)
Comment 1 rptmaestro 2006-01-22 13:51:13 UTC
This error is similar to 71715 and may be a duplicate, even though the stack 
trace is different.
Comment 2 Jan Becicka 2006-05-05 13:19:57 UTC

*** This issue has been marked as a duplicate of 71715 ***
Comment 3 Quality Engineering 2007-09-20 10:52:29 UTC
Reorganization of java component