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 209500

Summary: [cc] Code completion propose undefined field value
Product: groovy Reporter: Martin Janicek <mjanicek>
Component: EditorAssignee: Martin Janicek <mjanicek>
Status: VERIFIED FIXED    
Severity: normal CC: vriha
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 151985    

Description Martin Janicek 2012-03-13 08:50:20 UTC
class NewGroovyClass {	
    private Intege^
}

=> Expected: Only Integer type proposal is shown
   Actual:   There is also 'Intege' field proposal which isn't defined anywhere
Comment 1 Martin Janicek 2012-03-13 14:42:59 UTC
Fixed in: web-main #60e9ace7bf64
Comment 2 Quality Engineering 2012-03-15 12:28:58 UTC
Integrated into 'main-golden', will be available in build *201203150400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/60e9ace7bf64
User: Martin Janicek <mjanicek@netbeans.org>
Log: #209500 - [cc] Code completion propose undefined field value
Comment 3 Vladimir Riha 2012-04-03 12:45:11 UTC
verified

Product Version: NetBeans IDE Dev (Build 201204021038)