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 36505

Summary: EDITOR: Bracket Matching vs. EL
Product: javaee Reporter: David Kaspar <dkaspar>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description David Kaspar 2003-10-09 09:04:28 UTC
How to reproduce:
1) Open JSP editor
2) Type following text:
<!---->
${'${
3) Set cursor at the end
4) ERROR - Comment on the first line is marked as
matching bracket for "'${" characters
Comment 1 David Kaspar 2003-10-09 09:06:32 UTC
Second problematic case:
1) Type following text:
${'${'}
2) Set cursor at the end
3) ERROR - The last "{" character is highlighted as matching bracket
for "}" character but it should be the first one
Comment 2 Petr Pisl 2004-10-13 12:48:07 UTC
The first case is fixed in the trunk. The second case is still valid.
Comment 3 Marek Fukala 2008-11-18 15:56:21 UTC
The braces matching doesn't use lexical analyzer, it is just text based.
Comment 4 Quality Engineering 2009-11-02 11:16:24 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX