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

Summary: incorrectly highlighted occurences
Product: groovy Reporter: Lukas Jungmann <jungi>
Component: EditorAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.