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 141174 - CC not offering methods on Groovy type
Summary: CC not offering methods on Groovy type
Status: RESOLVED DUPLICATE of bug 139286
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-22 14:40 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-22 14:40:44 UTC
In following script on 2 marked places completion offers nothing (on static methods on class and methods on instance):

import groovy.sql.Sql
import java.sql.*
Sql sql = Sql.ne|wInstance("jdbc:mysql://localhost:8889/foo", "foo", "foo", "com.mysql.jdbc.Driver")
Statement statement = sql.cre|ateConnection().createStatement()
Comment 1 schmidtm 2008-07-23 09:59:45 UTC
This is covered by another issue.

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