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

Summary: MRE on MSG_AllMethodTypesDisabled in SimpleTestStepLocation.checkChkBoxesValidity
Product: java Reporter: Jesse Glick <jglick>
Component: JUnitAssignee: Marian Petras <mpetras>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace

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