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 - [80cat]Editing XML: XML Closing Tag Code completion is incorrect
Summary: [80cat]Editing XML: XML Closing Tag Code completion is incorrect
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 03:28 UTC by manikantannaren
Modified: 2015-05-17 05:24 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 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