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 138151 - MRE on MSG_AllMethodTypesDisabled in SimpleTestStepLocation.checkChkBoxesValidity
Summary: MRE on MSG_AllMethodTypesDisabled in SimpleTestStepLocation.checkChkBoxesVali...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
: 138150 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-24 21:11 UTC by Jesse Glick
Modified: 2008-07-17 15:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (6.10 KB, text/plain)
2008-06-24 21:12 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-06-24 21:11:37 UTC
080624, making a new test for an existing class.
Comment 1 Jesse Glick 2008-06-24 21:12:29 UTC
Created attachment 63365 [details]
Stack trace
Comment 2 Marian Petras 2008-06-30 12:55:08 UTC
This is a consequence of an incomplete fix of bug #129034 - I removed the requirement that at least one of check-boxes
"Public", "Protected", "Package Private" must be checked. But I only removed this requirement from the Create Tests
dialogue but not from the wizard.
Comment 3 Marian Petras 2008-06-30 13:39:42 UTC
Fixed.

Modified file:
   junit/src/org/netbeans/modules/junit/wizards/SimpleTestStepLocation.java

Hg changeset:
d4f61671f85d
(http://hg.netbeans.org/main/rev/d4f61671f85d)

(The changes are very similar to those in the original fix of bug #129034.)
Comment 4 Quality Engineering 2008-07-01 04:47:35 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #292 build
Changeset: http://hg.netbeans.org/main/rev/d4f61671f85d
User: Marian Petras <mpetras@netbeans.org>
Log: fixed bug #138151 - "MRE on MSG_AllMethodTypesDisabled in SimpleTestStepLocation.checkChkBoxesValidity"
Comment 5 Marian Petras 2008-07-17 15:56:00 UTC
*** Issue 138150 has been marked as a duplicate of this issue. ***