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

Summary: marking matching elements doesn't work in some cases
Product: javaee Reporter: Filip Zamboj <fzamboj>
Component: JSPAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: 7.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

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