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 219913 - Go to type with respect to the package name
Summary: Go to type with respect to the package name
Status: RESOLVED DUPLICATE of bug 217187
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 12:21 UTC by Martin Janicek
Modified: 2012-10-11 13:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2012-10-11 12:21:08 UTC
Would it be possible to extend Go to type to take care about package name?
For example I would like to find only classes from a certain package using e.g. "java.lang.*" but in the current state it finds only JavaLangAccess class from a sum.misc package. I would expect that all classes from "java.lang" should be shown.

Maybe I'm the only one but I have a similar use case pretty often :) ..e.g. looking for a class I don't remember where exactly it is and what's the exact name, but I know it's in one of mine package starting with "org.netbeans.modules.groovy" and e.g. name starting with "GroovyL"

Not sure how hard is to implement this, so feel free to close the ticket if you don't think it would worth for it
Comment 1 Jiri Prox 2012-10-11 12:37:16 UTC
This is already implemented in 7.3
http://wiki.netbeans.org/NewAndNoteworthyNB73#.27Go_To_Type.27-Dialog
Comment 2 Martin Janicek 2012-10-11 13:08:03 UTC
Great, thanks Jirko!
Comment 3 Martin Janicek 2012-10-11 13:08:13 UTC

*** This bug has been marked as a duplicate of bug 217187 ***