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 95098 - Move JUnit options from the Advanced dialog into the new Options dialog
Summary: Move JUnit options from the Advanced dialog into the new Options dialog
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: PLAN, UI
Depends on:
Blocks: 90522
  Show dependency tree
 
Reported: 2007-02-09 15:16 UTC by Josef Pavlicek
Modified: 2008-07-17 04:39 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josef Pavlicek 2007-02-09 15:16:34 UTC
Hi,
according to the ISSUE http://www.netbeans.org/issues/show_bug.cgi?id=90522
I started to consolidate the option settings for these modules:

org.netbeans.core               
org.netbeans.core.ui            
org.netbeans.core.windows        
org.netbeans.modules.autoupdate
org.netbeans.modules.db
org.netbeans.modules.db.sqleditor
org.netbeans.modules.derby
org.netbeans.modules.diff
org.netbeans.modules.editor
org.netbeans.modules.html.editor
org.netbeans.modules.java.editor
org.netbeans.modules.editor.options
org.netbeans.modules.form
org.netbeans.modules.i18n
org.netbeans.modules.j2ee.sun.appsrv81
org.netbeans.modules.junit
org.netbeans.modules.pdf
org.netbeans.modules.diff
org.netbeans.modules.tasklist.docscan
org.netbeans.modules.suggestions_framework
org.netbeans.modules.web.core
org.netbeans.modules.xml.core
org.netbeans.modules.xml.text
org.openide.text

The main idea is to remove all Advanced Options settings which we have in
NetBeans now. The necessary options should be placed into the new panel placed
in the Miscellaneous. For this is necessary  to prepare some short description
of new  options  (in the ideal case to do UI Specification). I will be
consolidate UI design for you together. Please, let me know if you are able to
do it and try to tell me the time frame in which we can suppose be ready with UI
spec.

Thanks for cooperation
Josef Pavlicek
Software eXperience Desing Team
Comment 1 jrojcek 2008-05-15 08:48:38 UTC
Move the JUnit options, or remove them altogether. I think I heard the agreement was to remove the options and remember that state of settings in the JUnit 
wizards where the options are used.

Can we try to plan for it in 6.5? Thanks.
Comment 2 Antonin Nebuzelsky 2008-06-26 12:06:35 UTC
As agreed with Tomas Pavek, this should be done for 6.5 M2, as the rest of the remaining options there.
Comment 3 Marian Petras 2008-07-13 00:51:57 UTC
I simply removed all the options. Some of the options are have not been used since NetBeans 6.0, most of the remaining
options are available in the Create Tests dialogue and there was only one remaining option that might be moved to the
Create Tests dialogue. It is an option with meaning "default JUnit Test variant" - when set to something other ten
"ask", then the user is not asked about preferred JUnit version the first time a JUnit test is created in a project.
Because the only negative effect of the option's absence is that the user must answer a single question the first time
he/she creates a test in a given project.

Changeset Id:
61bb0a56ba84
(http://hg.netbeans.org/main/rev/61bb0a56ba84)
Comment 4 Quality Engineering 2008-07-17 04:39:00 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #324 build
Changeset: http://hg.netbeans.org/main/rev/f100fc303faf
User: Marian Petras <mpetras@netbeans.org>
Log: removed JUnit options from the Advanced dialogue (issue #95098)