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 153785 - In some case end element can not match begin element correctly.
Summary: In some case end element can not match begin element correctly.
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-24 15:40 UTC by gooddreams
Modified: 2016-07-07 09:56 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 gooddreams 2008-11-24 15:40:40 UTC
Create the following xml snippet and put cursor on the last </fileset>, it will be in RED (should in YELLOW) and can 
not match <fileset> (should match to it and both should be in YELLOW).
<root>
    <fileset>
        <fileset/>
    </fileset>
</root>
Comment 1 Martin Balin 2016-07-07 09:56:34 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss