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 139420 - CC is not case-insensitive like Java
Summary: CC is not case-insensitive like Java
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-09 15:58 UTC by Lukas Jungmann
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 Lukas Jungmann 2008-07-09 15:58:37 UTC
in some groovy class type:

static String format(s) {
   new XMLSl|

and invoke CC

=> CC offers XmlSlurper class even though there's no import statement for it (this case works in java files)
Comment 1 Lukas Jungmann 2008-07-09 16:02:21 UTC
ooops, sorry, read the last sentence as:

"CC *should* offer XmlSlurper..."
Comment 2 schmidtm 2008-07-11 09:52:58 UTC
This should be fixed with:

http://hg.netbeans.org/main/rev/468ab6e89cd5
Comment 3 Lukas Jungmann 2008-07-23 13:33:59 UTC
v.