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

Summary: Strike through method remains in code completion after removal of the deprecated flag
Product: java Reporter: Daniel Prusa <dprusa>
Component: UnsupportedAssignee: Daniel Prusa <dprusa>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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