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 33797 - [java-mdr] code completion database is broken
Summary: [java-mdr] code completion database is broken
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-21 00:06 UTC by Timothy.n Jones
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 Timothy.n Jones 2003-05-21 00:06:47 UTC
Mount openide-io.jar from modules/autoload.  Now
update the code completions for it.  A dialog pops
up with the following warning:

Class "IOProvider" claims to exist in package "",
yet it is mounted under package
"org.openide.windows".  The package
"org.openide.windows" will not be updated."

...and the code completion db is not updated. 
This problem is not limited to that particular jar.
Comment 1 Martin Matula 2003-05-21 08:15:14 UTC
The code completion functionality will be rewritten to use MDR. It is
an editor issue. For now, you should turn the automatical updates of
the codecompletion off by going to Tools->Options-->Editing->Editor
Settings->Java Editor and setting "Update Code Completion Database
After Mounting" property in Expert tab to "Never".
Comment 2 Tomas Hurka 2003-08-18 13:48:12 UTC
Code completion has been rewritten to use Java/MDR.