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 126445

Summary: Some actions are not covered by testing
Product: qa Reporter: Roman Mostyka <romanmostyka>
Component: TestsAssignee: Roman Mostyka <romanmostyka>
Status: CLOSED FIXED    
Severity: blocker CC: blaha
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Roman Mostyka 2008-01-31 19:32:00 UTC
Need to cover or determine that it is dead code following actions:

org.netbeans.modules.websvc.manager.actions.RenameWebServiceGroupAction
org.netbeans.modules.websvc.manager.actions.DeleteWebServiceAction
org.netbeans.modules.websvc.manager.actions.AddWebServiceGroupAction
org.netbeans.modules.websvc.manager.actions.ViewWSDLAction
org.netbeans.modules.websvc.manager.actions.TestMethodAction
org.netbeans.modules.websvc.manager.actions.AddWebServiceAction
org.netbeans.modules.websvc.manager.actions.RefreshWebServiceAction
org.netbeans.modules.websvc.manager.actions.DeleteWebServiceGroupAction
org.netbeans.modules.visualweb.ejb.actions.AddMethodToSourceAction
org.netbeans.modules.web.struts.editor.StrutsPopupAction
Comment 1 Roman Mostyka 2008-02-04 09:56:03 UTC
org.netbeans.modules.websvc.manager.actions.RenameWebServiceGroupAction
org.netbeans.modules.websvc.manager.actions.DeleteWebServiceAction
org.netbeans.modules.websvc.manager.actions.AddWebServiceGroupAction
org.netbeans.modules.websvc.manager.actions.ViewWSDLAction
org.netbeans.modules.websvc.manager.actions.TestMethodAction
org.netbeans.modules.websvc.manager.actions.AddWebServiceAction
org.netbeans.modules.websvc.manager.actions.RefreshWebServiceAction
org.netbeans.modules.websvc.manager.actions.DeleteWebServiceGroupAction
- covered by test specification. Code coverage testing was finished before these actions was moved to
org.netbeans.modules.websvc.manager.actions package and therefore in this package they are not covered (they were
covered in another package).

org.netbeans.modules.visualweb.ejb.actions.AddMethodToSourceAction
- dead code.

org.netbeans.modules.web.struts.editor.StrutsPopupAction
- wait response from developer.
Comment 2 Roman Mostyka 2008-02-04 18:15:50 UTC
org.netbeans.modules.web.struts.editor.StrutsPopupAction
- covered by test specification. Responsible for invocation of Struts popup menu.
Comment 3 Roman Mostyka 2008-02-22 11:00:12 UTC
Verified.