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 180456

Summary: remove using of deprecated class in OverrideAnnotationAction
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: NavigationAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 180569    
Bug Blocks:    

Description Alexander Simon 2010-02-09 01:21:52 UTC
Class uses depricated class:
org.netbeans.editor.ImplementationProvider
Class was deprecated more then 5 years.
Do not use class in new developed features.
Comment 1 Vladimir Kvashin 2010-02-10 10:44:27 UTC
For now it is impossible to fix, since no public replacement for this deprecation class exists. I filed an issue 180569 against editor in this connection.
Comment 2 Egor Ushakov 2010-03-29 11:22:29 UTC
suppress the warning in:
http://hg.netbeans.org/cnd-main/rev/ebad734fc668
Comment 3 Quality Engineering 2010-04-02 05:20:12 UTC
Integrated into 'main-golden', will be available in build *201004020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ebad734fc668
User: Egor Ushakov <gorrus@netbeans.org>
Log: #180456 (remove using of deprecated class in OverrideAnnotationAction) - supress warning