Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 4594 Details for
Bug 26247
JUnit: New Test Case wizard does not init dialogs when browsing for test class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
proposed fix. changes filter param
patch26247.txt (text/plain), 1.38 KB, created by
Randy Faust
on 2003-04-15 10:44:35 EDT
(
hide
)
Description:
proposed fix. changes filter param
Filename:
MIME Type:
Creator:
Randy Faust
Created:
2003-04-15 10:44:35 EDT
Size:
1.38 KB
patch
obsolete
>Index: NewTestCaseCreationWizardPage.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/NewTestCaseCreationWizardPage.java,v >retrieving revision 1.17 >diff -u -r1.17 NewTestCaseCreationWizardPage.java >--- NewTestCaseCreationWizardPage.java 18 Mar 2003 19:44:43 -0000 1.17 >+++ NewTestCaseCreationWizardPage.java 15 Apr 2003 14:43:45 -0000 >@@ -332,7 +332,7 @@ > } > } > >- private IType chooseClassToTestType() { >+ private IType chooseClassToTestType() { > IPackageFragmentRoot root= getPackageFragmentRoot(); > if (root == null) > return null; >@@ -341,8 +341,8 @@ > IJavaSearchScope scope= SearchEngine.createJavaSearchScope(elements); > > IType type= null; >- try { >- SelectionDialog dialog= JavaUI.createTypeDialog(getShell(), getWizard().getContainer(), scope, IJavaElementSearchConstants.CONSIDER_CLASSES, false, null); >+ try { >+ SelectionDialog dialog= JavaUI.createTypeDialog(getShell(), getWizard().getContainer(), scope, IJavaElementSearchConstants.CONSIDER_CLASSES, false, fClassToTestText.getText()); > dialog.setTitle(WizardMessages.getString("NewTestClassWizPage.class_to_test.dialog.title")); //$NON-NLS-1$ > dialog.setMessage(WizardMessages.getString("NewTestClassWizPage.class_to_test.dialog.message")); //$NON-NLS-1$ > dialog.open();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26247
: 4594