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

Summary: Method list is incomplete
Product: groovy Reporter: pinus <pinus>
Component: EditorAssignee: Petr Hejl <phejl>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: schmidtm
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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 ***