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 149715 - Method list is incomplete
Summary: Method list is incomplete
Status: RESOLVED DUPLICATE of bug 152778
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 09:04 UTC by pinus
Modified: 2009-05-25 20:57 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 pinus 2008-10-10 09:04:52 UTC
The following code executes as expected.

// Import the classes
this.class.classLoader.rootLoader.addURL(new File("target/classes").toURL())

If you set the cursor "rootLoader.add<cursor>URL" and press ^<space> for help you don't see the addURL method. This is
true for many classes. The shown list of methods is much smaller than the list of methods callable.
Comment 1 Petr Hejl 2008-11-18 16:19:25 UTC
This is most likely caused by missing type inference in cc.
Comment 2 Petr Hejl 2008-11-18 16:27:02 UTC

*** This issue has been marked as a duplicate of 152778 ***