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 153135

Summary: GSP code completion (was: no cc in <%= %>)
Product: groovy Reporter: Lukas Jungmann <jungi>
Component: GSPAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: blocker CC: ksilz
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 171816    

Description Lukas Jungmann 2008-11-13 11:41:33 UTC
-have following GSP:

 <head>
<%= "".| %>

-invoke CC at | position

=>
 actual: java keywords are offered (if one is lucky)
 expected: string related methods are offered
Comment 1 Petr Hejl 2008-11-20 10:10:08 UTC
Seems like GSP code completion does not work reliably in general.