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 148393 - incorrectly highlighted occurences
Summary: incorrectly highlighted occurences
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker with 1 vote (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-25 16:38 UTC by Lukas Jungmann
Modified: 2009-02-19 20:51 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 Lukas Jungmann 2008-09-25 16:38:25 UTC
-have some grails controller
-have following line there:
 def query = params.query
-put cursor in some "query"

=>
expected: only one word (query) will be highlighted
actual: both "query"s are highlighted
Comment 1 martin_adamek 2008-09-29 12:22:00 UTC
Matthias, I am working on this one right now.
Comment 2 Petr Hejl 2008-11-19 15:03:16 UTC
Still reproducible.