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 173552 - [syntax error highlighting] the error remains highlighted even if the error is no more
Summary: [syntax error highlighting] the error remains highlighted even if the error i...
Status: RESOLVED DUPLICATE of bug 158716
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-02 09:07 UTC by matusdekanek
Modified: 2009-10-02 09:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (340.32 KB, text/plain)
2009-10-02 09:09 UTC, matusdekanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2009-10-02 09:07:53 UTC
Product Version: NetBeans IDE 6.8 Beta (Build 200909302201)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Linux version 2.6.28-15-generic running on i386; UTF-8; en_US (nb)

-create a web project
-open index.jsp
-insert '<%' somewhere as opening sequence for script code (do not insert the closing sequence yet)
-wait until the syntax errors in code are highlighted
-insert the closing sequence for the script code ('%>'), so that the code should be correct now (do not insert anything
else)
The syntax errors, that are now invalid because of the '%>' sequnce are still highlighted. They disappear after
inserting any new character.
Comment 1 matusdekanek 2009-10-02 09:09:23 UTC
Created attachment 88711 [details]
messages.log
Comment 2 Marek Fukala 2009-10-02 09:21:15 UTC

*** This issue has been marked as a duplicate of 158716 ***