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 53194 - CCE from MethodImpl.getOverriddenMethods
Summary: CCE from MethodImpl.getOverriddenMethods
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: REGRESSION
: 53141 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-10 21:06 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (2.36 KB, text/plain)
2005-01-10 21:07 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-01-10 21:06:55 UTC
Thrown when selecting a method in the navigator.
Dev 050110 custom, JDK 1.6.
Comment 1 Jesse Glick 2005-01-10 21:07:15 UTC
Created attachment 19589 [details]
Stack trace
Comment 2 Tomas Hurka 2005-01-12 09:39:38 UTC
Fixed in trunk.
java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/MethodImpl.java
revision 1.21
date: 2005/01/11 10:57:30;  author: thurka;  state: Exp;  lines: +4 -1
CCE fixed - unwrap ParameterizedType if needed
Comment 3 Tomas Hurka 2005-01-12 13:36:51 UTC
*** Issue 53141 has been marked as a duplicate of this issue. ***
Comment 4 Jiri Prox 2005-07-12 16:30:39 UTC
Verified in 4.2 (200507110943)
Comment 5 Quality Engineering 2007-09-20 09:54:19 UTC
Reorganization of java component