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 241516

Summary: [80cat]Editing XML: XML Closing Tag Code completion is incorrect
Product: xml Reporter: manikantannaren <manikantannaren>
Component: Text-EditAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description manikantannaren 2014-02-07 03:28:01 UTC
XML sample
        <dependency>
            <groupId>org.glassfish.main.extras</groupId>
            <artifactId>glassfish-embedded-static-shell</artifactId>
            <version>4.0</version>
        </dependency>


type <scope>system after the version tags
type </ and use code completion (ctrl+space)

Expected behaviour
<scope>system</scope>

Actual behaviour
<scope>system</</scope>
Comment 1 Svata Dedic 2015-05-15 08:16:20 UTC
Fixed in jet-main#869029641cc4
Comment 2 Quality Engineering 2015-05-17 05:24:29 UTC
Integrated into 'main-silver', will be available in build *201505170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/869029641cc4
User: Svata Dedic <sdedic@netbeans.org>
Log: #241516: improved handling of </ end tag completion