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 151032 - [cc] Methods not offered without dot prefix
Summary: [cc] Methods not offered without dot prefix
Status: RESOLVED 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-22 15:51 UTC by Petr Hejl
Modified: 2012-02-23 15:51 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-22 15:51:19 UTC
Method completions are not offered when caret location is not prefixed with dot.
Comment 1 Petr Hejl 2008-11-25 16:27:34 UTC
Partially fixed in main 8c62feccfa9f and e1d07caefc55. Needs more cleanup and proper handling of static context.
Comment 2 Quality Engineering 2008-11-27 05:33:17 UTC
Integrated into 'main-golden', will be available in build *200811270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8c62feccfa9f
User: phejl@netbeans.org
Log: #151032 [cc] Methods not offered without dot prefix
Comment 3 Martin Janicek 2012-02-21 13:51:22 UTC
Petr, I'm not sure what you meant by 'proper handling of static context'. I know that it's a loooong time ago, but do you have any idea what might be missing after your fixes?

I've tried some basic cases and they all works just fine.
Comment 4 Martin Janicek 2012-02-23 15:51:20 UTC
Ok, I've tried all possible cases (at least all that comes to my mind) and I wasn't able to find some not-working test case. Closing as FIXED (related revisions are listed in comment 1).

If someone find a case where it wont work as expected, please reopen the issue.