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 209453 - [cc] Code completion shows package proposals even if the package name isn't prefixed by typed prefix
Summary: [cc] Code completion shows package proposals even if the package name isn't p...
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-12 10:26 UTC by Martin Janicek
Modified: 2012-04-03 13:50 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-12 10:26:13 UTC
class AAA {
    in|
}

=> Expected: Only 'in' keyword is proposed
   Actual:   Also all packages are proposed even if they are not prefixed by 'in'

The same behavior could be also seen in a different situations. For example:

class AAA {
	
    public void method() {
        in|
    }
}

or:

class AAA extends in| {
}
Comment 1 Martin Janicek 2012-03-12 15:14:55 UTC
Fixed in: web-main #6b8c4a023d70
Comment 2 Quality Engineering 2012-03-13 14:08:54 UTC
Integrated into 'main-golden', will be available in build *201203130400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6b8c4a023d70
User: Martin Janicek <mjanicek@netbeans.org>
Log: #209453 - [cc] Code completion shows package proposals even if the package name isnt prefixed by typed prefix
Comment 3 Vladimir Riha 2012-04-03 13:50:31 UTC
verified

Product Version: NetBeans IDE Dev (Build 201204021038)