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 151130 - Remove dependency on org.netbeans.modules.editor.deprecated.pre61completion
Summary: Remove dependency on org.netbeans.modules.editor.deprecated.pre61completion
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2008-10-23 11:49 UTC by Vitezslav Stejskal
Modified: 2009-02-19 23:31 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 Vitezslav Stejskal 2008-10-23 11:49:34 UTC
Please sort out the warnings that are displayed for your module during the IDE startup:

[exec] WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.xml.text uses
org.netbeans.modules.editor.deprecated.pre61completion which is deprecated.

The old Completion API has been nonfunctional for a long time. We formally deprecated it and separated it to an autoload
module in Nb6.5 as part of the editor settings cleanup (http://wiki.netbeans.org/EditorSettingsUpgrade). Please stop
using classes from this API and replace them by official Editor Code Completion API
(http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-completion/overview-summary.html).

Thanks!
Comment 1 Samaresh Panda 2008-11-13 19:10:50 UTC
Will do it soon.
Comment 2 Samaresh Panda 2008-12-10 23:58:04 UTC
Fixed: http://hg.netbeans.org/main/rev/b78c0d165aa1.
Comment 4 Quality Engineering 2008-12-12 17:25:43 UTC
Integrated into 'main-golden', will be available in build *200812121401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b78c0d165aa1
User: samaresh@netbeans.org
Log: #151130: Remove dependency on org.netbeans.modules.editor.deprecated.pre61completion