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 - EDITOR: Bracket Matching vs. EL
Summary: EDITOR: Bracket Matching vs. EL
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 09:04 UTC by David Kaspar
Modified: 2009-11-02 11:16 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 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