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 72355

Summary: Code Comepletion doesn't work for 2.5
Product: javaee Reporter: Petr Pisl <ppisl>
Component: DD EditorAssignee: issues@javaee <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: pjiricka
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Pisl 2006-02-07 16:52:54 UTC
The code completion doesn't work for deployment descriptor, which follow 2.5
specification.
Comment 1 Petr Jiricka 2006-03-06 21:16:22 UTC
Petr Pisl promised to look at this - thanks.
Comment 2 Petr Pisl 2006-03-09 09:04:50 UTC
Fixed in the releas55 branch.

Checking in DDCatalog.java;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/DDCatalog.java,v
 <--  DDCatalog.java
new revision: 1.2.10.1.2.2; previous revision: 1.2.10.1.2.1
done
Checking in DDGrammarQueryManager.java;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/DDGrammarQueryManager.java,v
 <--  DDGrammarQueryManager.java
new revision: 1.1.22.1.2.1; previous revision: 1.1.22.1
done
Checking in resources/web-app_2_5.dtd;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/resources/Attic/web-app_2_5.dtd,v
 <--  web-app_2_5.dtd
new revision: 1.1.4.2; previous revision: 1.1.4.1
done

We don't have correct web-app_2_5.dtd so for the cc is now used the
web-app_2_4.dtd. This is workaround, so should be still fixed. Because there are
minimal changes between 2.5 and 2.4 and cc works, I decrease the priority to P4
Comment 3 Jayashri Visvanathan 2008-12-23 23:54:36 UTC
CC seems to work fine in 6.5. Please re open if you still see issues.