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 210948

Summary: [72cat] No code completion for expressions inside GStrings
Product: groovy Reporter: crazyjavahacking
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

Description crazyjavahacking 2012-04-10 13:10:42 UTC
Groovy editor will not provide serious code completion for expressions inside GStrings, for example for the following code:

def generateServerSocketHostOption() {
    def serverSocketHost = (args as List).findAll { it == "-serverSocketHost" }

    "-DserverSocketHost=${serverSocketHost}"
}

the code completion after =${ will not provide serverSocketHost even if it was defined just few lines before


JDK 7u3, NetBeans Dev 201204060400
Comment 1 Martin Janicek 2012-04-26 08:21:24 UTC
Valid issue --> Setting TM = 7.2