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

Summary: The override methods dialog shows String as java.lang.String
Product: java Reporter: navneet <navneet>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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