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 193382 - [70cat] Code completion not available in project.xml due to new xmlns
Summary: [70cat] Code completion not available in project.xml due to new xmlns
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 15:15 UTC by misterm
Modified: 2010-12-15 15:44 UTC (History)
2 users (show)

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 misterm 2010-12-14 15:15:33 UTC
Sometimes NB 7.0 upgrades project.xml and changes the xmlns for java-data to http://www.netbeans.org/ns/freeform-project-java/3 . Because of that, code completion doesn't work anymore inside this element.

Product Version = NetBeans IDE Dev (Build 101214-090a73ea0cba)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_19
Runtime = Java HotSpot(TM) Client VM 16.2-b04
Comment 1 Tomas Zezula 2010-12-14 17:07:09 UTC
The upgrade is correct it's needed for source level >= 1.6 and for AP. But there was no schema registered in XML catalog. Registering the schema
Fixed jet-main c569ad0d1852
Comment 2 Quality Engineering 2010-12-15 06:20:49 UTC
Integrated into 'main-golden', will be available in build *201012150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c569ad0d1852
User: Tomas Zezula <tzezula@netbeans.org>
Log: #193382:[70cat] Code completion not available in project.xml due to new xmlns