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 51830

Summary: [40cat] erroneous method overidden indicator
Product: java Reporter: andersmholmgren <andersmholmgren>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: mroskanin
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description andersmholmgren 2004-11-25 01:40:56 UTC
[ BUILD # : 200411211900 ]
[ JDK VERSION : J2SE 1.5.0 ]

After doing some reorganising of a class I noticed
that the indicator in the left column that shows
that a method is being overriden is attached to
the wrong method. The comment says that the
toString method is overriden from java.lang.Object
but this is attached to a method of the name
getPropertyName (which incidentally is not overriden).

I had been doing a combination of refactoring,
manual code movement and using the auto comment
tool. Not sure which of these (if any) contributed
to this happening.

After killing and restarting the ide the problem
went away.
Comment 1 Martin Roskanin 2004-11-29 09:01:41 UTC
the feature is implemented in java module. Reassigning.
Comment 2 Martin Matula 2005-01-20 15:40:17 UTC

*** This issue has been marked as a duplicate of 45183 ***