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 171162

Summary: Create new JUnit Test from existing class lacks a class chooser like "Go to Type"
Product: java Reporter: locked <locked>
Component: JUnitAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: blocker CC: markiewb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description locked 2009-08-31 12:10:02 UTC
When creating a Unit Test for an existing class, one can choose the class to test in a tree-view.
In a deep package-structure, it would be much easier, if one (also) had a dialog like the one in "Go to Type" (press
Ctrl+O in editor).

Reproduce:
- right click package in projects view
- new > Test for existing class
- "class to test" provides a "Browse" button which opens the tree view mentioned above

Proposed fix:
- either replace the tree view with an "Go to Type" like dialog
- or add a search possibility to search for a class of a specific name
Comment 1 alied 2015-09-04 02:18:51 UTC
Is this still valid?
Comment 2 Jiri Kovalsky 2015-09-04 15:17:58 UTC
I think so. This is still a valid requirement.
Comment 3 locked 2015-09-05 15:42:04 UTC
Oh yes indeed - would be very nice