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 - [40cat] erroneous method overidden indicator
Summary: [40cat] erroneous method overidden indicator
Status: RESOLVED DUPLICATE of bug 45183
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-25 01:40 UTC by andersmholmgren
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 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 ***