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 - Some actions are not covered by testing
Summary: Some actions are not covered by testing
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Roman Mostyka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 19:32 UTC by Roman Mostyka
Modified: 2011-06-10 09:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.