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 32222 - Missing Code Completion in XML Documents
Summary: Missing Code Completion in XML Documents
Status: VERIFIED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker with 1 vote (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2003-03-24 09:20 UTC by _ pkuzel
Modified: 2007-09-25 01:33 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 _ pkuzel 2003-03-24 09:20:08 UTC
Ocassionaly completion is not working at all. It's
not well reproducible but it happens.

Brute force tests are not still able to reproduce it.

There is also a workaround, to invoke Reload
document action.
Comment 1 ldunaway 2003-11-14 02:18:08 UTC
Using hibernate-mapping DTD <!DOCTYPE hibernate-mapping PUBLIC
        "-//Hibernate/Hibernate Mapping DTD 2.0//EN"
        "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd">

When I create a new xxx.hbm.xml file: ie:
<?xml version="1.0" encoding="UTF-8"?>

<!--
    Document   : Person.hbm.xml
    Created on : November 13, 2003, 6:08 PM
    Author     : Les
    Description:
        Purpose of the document follows.
-->

<!DOCTYPE hibernate-mapping PUBLIC 
        '-//Hibernate/Hibernate Mapping DTD 2.0//EN'
         'http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd'>
<hibernate-mapping default-cascade="none" auto-import="true">
   <class name="Person" table="PersonTbl">
        <id name="pkId" column="pkId" type="int" >
            <generator class="identity"/>
        </id>
   </class>
   
</hibernate-mapping>

After completing the first class def, code completion dies
Comment 2 _ pkuzel 2003-11-18 09:55:02 UTC
Less, is not your case fixed in 3.5.1?
Comment 3 ldunaway 2003-11-18 11:46:46 UTC
No, this is a 3.5.1 issue.  Sorry, I should have put it in my note.
Comment 4 _ pkuzel 2004-08-04 10:31:46 UTC
I cannot reproduce on particular hibernate-mapping document.

So it's probaly still RANDOM.
Comment 5 Milan Kuchtiak 2004-08-11 14:03:34 UTC
I cannot reproduce that either (in 4.0) so I am chnging the status to
WORKSFORME.
Comment 6 Mikhail Matveev 2007-09-20 14:26:43 UTC
Wasn't reported for a years. Closing as verified.