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 151034 - [cc] Methods not offered on groovy operators like ?., *., @
Summary: [cc] Methods not offered on groovy operators like ?., *., @
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Janicek
URL: http://docs.codehaus.org/display/GROO...
Keywords:
: 206573 (view as bug list)
Depends on:
Blocks: 151985
  Show dependency tree
 
Reported: 2008-10-22 16:00 UTC by Petr Hejl
Modified: 2013-03-23 01: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 Petr Hejl 2008-10-22 16:00:48 UTC
This applies to fields as well.
Comment 1 Petr Hejl 2009-01-14 14:52:25 UTC
Fixed for ?. in main 9eabe4fa5656.
Comment 2 Petr Hejl 2009-01-18 19:56:15 UTC
Method closure operator 326ea0b09b74, c80e89e77666.
Comment 3 Petr Hejl 2009-01-19 10:43:06 UTC
Method closure operator for dynamic methods 5bd09fdc2efa.
Comment 4 Martin Janicek 2011-12-20 13:40:12 UTC
*** Bug 206573 has been marked as a duplicate of this bug. ***
Comment 5 Martin Janicek 2011-12-20 13:42:33 UTC
See URL for more details (I'm going to create some test to find out what's fixed already and what's not)
Comment 6 Martin Janicek 2012-02-23 13:27:20 UTC
Elvis Operator ?:, Java Field operator .@ and collection based Spread operators *. are still not implemented. Also combination of Spread and Java Field operator is missing (Spread Java Field operator *.@)
Comment 7 Martin Janicek 2013-03-18 14:43:15 UTC
Elvis operator fixed in: web-main #204b96053d70
Comment 8 Martin Janicek 2013-03-20 08:57:59 UTC
Spread operator fixed in: web-main #29fed85af129
Comment 9 Martin Janicek 2013-03-20 12:48:04 UTC
Java Field and Spread Java Field operators fixed in: web-main #93dfa17384fc
I think everything should be implemented now --> closing the issue
Comment 10 Martin Janicek 2013-03-20 15:49:45 UTC
Minor fix related to the issue and several tests added in:
web-main #d0a9d0b96c4b
web-main #f53889cf3269
Comment 11 Quality Engineering 2013-03-23 01:57:09 UTC
Integrated into 'main-golden', will be available in build *201303222300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/204b96053d70
User: Martin Janicek <mjanicek@netbeans.org>
Log: #151034 - [cc] Methods not offered on Elvis operator ?: