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 138887 - Groovy type missing in completion
Summary: Groovy type missing in completion
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: schmidtm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 08:23 UTC by martin_adamek
Modified: 2008-10-30 14:25 UTC (History)
0 users

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_adamek 2008-07-03 08:23:20 UTC
class Foo { }
class Bar { | }
Foo is not offered in completion (classes are in standalone files), even if it is in Go To Type (it means it is in index). Also if I add method into Foo, this method 
is not offered on Foo instance in Bar code.
Comment 1 schmidtm 2008-07-09 11:10:03 UTC
This was fixed with:

"Retrieving types from same package and even types from same source file from the index."
http://hg.netbeans.org/main/rev/6163235b0ea5

But those mini-classes unveiled a new bug which is filed here:

"AstPath fails for mini-class: class Bar { }"
http://www.netbeans.org/issues/show_bug.cgi?id=139371
Comment 2 Lukas Jungmann 2008-10-01 15:10:35 UTC
v.