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 191808 - marking matching elements doesn't work in some cases
Summary: marking matching elements doesn't work in some cases
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P4 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-10 16:20 UTC by Filip Zamboj
Modified: 2016-07-07 08:54 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 Filip Zamboj 2010-11-10 16:20:17 UTC
Product Version: NetBeans IDE 7.0 Beta (Build 201011082300)
Java: 1.6.0_20; Java HotSpot(TM) 64-Bit Server VM 16.3-b01-279

1. create new WebApplication 
2. index.jsp should open 
3. go to line 16 behind </body> tag 
expected: matching opening tag should be highlighted yellow 
result: lines 1 - 5 are highlighted yellow 
<%-- 
    Document   : index
    Created on : Nov 10, 2010, 4:28:27 PM
    Author     : filipzamboj
--%>

for matching tag </head> with opening tag, for example, the opening tag is not found in this case. However in JSP examples application, in index.html file, </head> is colored and matched correctly.
Comment 1 Martin Balin 2016-07-07 08:54:06 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