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

Summary: Go to type with respect to the package name
Product: editor Reporter: Martin Janicek <mjanicek>
Component: NavigationAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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 ***