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 150862 - [cc] wrong code completion when prefix matches keyword
Summary: [cc] wrong code completion when prefix matches keyword
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks: 151985
  Show dependency tree
 
Reported: 2008-10-21 13:22 UTC by Petr Hejl
Modified: 2012-04-03 14:24 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 Petr Hejl 2008-10-21 13:22:35 UTC
class Test1 {
    def String x
}

class Test2 {
    def test= {
        new Test1().in^
    }
}
Comment 1 Petr Hejl 2008-12-11 10:26:15 UTC
Reproducible. Part of umbrella issue. Should be fixed for M2.
Comment 2 Martin Janicek 2011-12-05 16:02:30 UTC
Still valid issue. Setting TM --> 7.2.
Comment 3 Martin Janicek 2012-02-20 09:24:40 UTC
Fixed in: web-main #0c41a2872e8f
Comment 4 Quality Engineering 2012-02-21 10:55:33 UTC
Integrated into 'main-golden', will be available in build *201202210400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0c41a2872e8f
User: Martin Janicek <mjanicek@netbeans.org>
Log: #150862 - [cc] wrong code completion when prefix matches keyword
Comment 5 Quality Engineering 2012-02-22 11:03:05 UTC
Integrated into 'main-golden', will be available in build *201202220400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0c41a2872e8f
User: Martin Janicek <mjanicek@netbeans.org>
Log: #150862 - [cc] wrong code completion when prefix matches keyword
Comment 6 Vladimir Riha 2012-04-03 14:24:52 UTC
verified

Product Version: NetBeans IDE Dev (Build 201204021038)