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 173661 - Code Navigation Not Working
Summary: Code Navigation Not Working
Status: RESOLVED INCOMPLETE
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-02 21:36 UTC by phidias51
Modified: 2009-10-20 14:38 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 phidias51 2009-10-02 21:36:44 UTC
Navigating to method calls in Grails Services, or Groovy source classes doesn't seem to work within either a Groovy
project or a Grails project.  I've tried both navigating to a Groovy method, and to a Java method (from a Groovy class)
and neither seems to work.  I've also tried navigating from a Groovy class to an interface method that the class
implements with the same result

I would expect that the user would be able to Command click on any method and be able to navigate to that method.
Comment 1 Petr Hejl 2009-10-09 10:14:27 UTC
Can you provide a snippet? I'm not sure I understand your usecase.

Thanks.
Comment 2 ender01 2009-10-19 14:55:37 UTC
Will second this as I think I have a similar scenario. Have groovy projects that have java project dependencies and the 
other way around as well. If I'm in a groovy file and 'ctrl-click' on the name of an interface class name nothing 
happens. Same if I'm in a Java file and 'ctrl-click' on a groovy class name. 
Comment 3 Petr Hejl 2009-10-20 14:38:42 UTC
Java to groovy is kind of expected - I filed issue 175013.

Groovy to Java should work in any recent dev build (I fixed many cases couple of days ago) - please let me know about that.