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 - [cc] Code completion propose undefined field value
Summary: [cc] Code completion propose undefined field value
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks: 151985
  Show dependency tree
 
Reported: 2012-03-13 08:50 UTC by Martin Janicek
Modified: 2012-04-03 12:45 UTC (History)
1 user (show)

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 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)