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 12525 - The override methods dialog shows String as java.lang.String
Summary: The override methods dialog shows String as java.lang.String
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-31 08:48 UTC by navneet
Modified: 2002-07-19 15:16 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 navneet 2001-05-31 08:48:04 UTC
Select a class in the Explorer and invoke the Override Methods menu on that.
Select the class Object in the all inherited classes pane.

The list of methods has method declarations like:

java.lang.Object clone()
java.lang.String toString()

These should have been

Object clone()
String toString()
Comment 1 Svata Dedic 2001-06-01 08:37:00 UTC
I'm moving this to the clazz module. It reports all types from .class files as
fully qualified, although it could pretend that their "source" forms are more
human-readable. Code analysis tools should use full forms anyway, so there
should be no harm.
The override tool is innocent (mostly) because it receives over-specified data
and only displays them.
Comment 2 Tomas Hurka 2001-08-17 08:12:58 UTC
no longer occurs in dev builds