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 253589 - [81cat] No completion for not imported classes.
Summary: [81cat] No completion for not imported classes.
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal with 1 vote (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-20 17:04 UTC by kosmonaffft
Modified: 2015-07-20 17:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
No completion. (47.35 KB, image/png)
2015-07-20 17:04 UTC, kosmonaffft
Details
Completion with imported class. (52.72 KB, image/png)
2015-07-20 17:05 UTC, kosmonaffft
Details
Completion with 'star' imported classes. (49.99 KB, image/png)
2015-07-20 17:06 UTC, kosmonaffft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kosmonaffft 2015-07-20 17:04:47 UTC
Created attachment 154740 [details]
No completion.

In Groovy code there are no code completion for classes not imported in import section (in comparison Java code completer allows all matched classes from all packages from current project dependencies).

See screenshots for details.
Comment 1 kosmonaffft 2015-07-20 17:05:18 UTC
Created attachment 154741 [details]
Completion with imported class.
Comment 2 kosmonaffft 2015-07-20 17:06:38 UTC
Created attachment 154742 [details]
Completion with 'star' imported classes.