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 149947 - Go to declaration should not do "autojumps"
Summary: Go to declaration should not do "autojumps"
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-13 14:07 UTC by Lukas Jungmann
Modified: 2009-10-08 16:07 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-10-13 14:07:43 UTC
package groovy
class NewGroovyClass {
    String a,b,c
    int e,f
}

-press Ctrl (and keep it pressed) and point mouse to "String"

=>
 actual: IDE automatically opens String.java in the editor
 expected: IDE will open String.java in the editor after a mouse click and not earlier
Comment 1 Petr Hejl 2009-10-08 16:07:40 UTC
Fixed in web-main c282149d95b8.