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 71531 - Strike through method remains in code completion after removal of the deprecated flag
Summary: Strike through method remains in code completion after removal of the depreca...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-18 09:49 UTC by Daniel Prusa
Modified: 2007-09-26 09:14 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 Daniel Prusa 2006-01-18 09:49:48 UTC
Steps to reproduce:
1. Create method annotated by @Deprecated
2. Invoke code completion (e.g., in body of the method) - strike-trough is
correctly displayed
3. Remove @Deprecated annotation in the source
4. Wait until the source is parsed (two or three seconds)
4. Invoke code completion - strike-trough is still present
Comment 1 Daniel Prusa 2006-01-18 10:10:51 UTC
Deprecation is also incorrectly displayed in Navigator, seems like a javacore issue.
Comment 2 Jan Becicka 2006-10-26 16:27:24 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 3 Quality Engineering 2007-09-20 10:45:04 UTC
Reorganization of java component