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 126447 - 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: Jiri Skrivanek
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:28 UTC
Need to cover or determine that it is dead code following actions:

org.netbeans.modules.refactoring.ruby.ui.RubyRefactoringGlobalAction
org.netbeans.modules.ruby.ReflowParagraphAction
org.netbeans.modules.ruby.railsprojects.MigrateAction
org.netbeans.modules.ruby.railsprojects.plugins.PluginAction
org.netbeans.modules.ruby.railsprojects.ui.RemoveClassPathRootAction
org.netbeans.modules.ruby.rubyproject.GotoTest
org.netbeans.modules.ruby.rubyproject.RakeTargetsAction
org.netbeans.modules.ruby.rubyproject.ui.RemoveClassPathRootAction
org.netbeans.modules.ruby.rubyproject.ui.ShowRDocAction
org.netbeans.modules.ruby.rubyproject.execution.RerunAction
Comment 1 Jiri Skrivanek 2008-02-12 13:05:02 UTC
org.netbeans.modules.refactoring.ruby.ui.RubyRefactoringGlobalAction - should be removed (issue 127194)
org.netbeans.modules.ruby.ReflowParagraphAction - added to test specification
org.netbeans.modules.ruby.railsprojects.MigrateAction - already covered by test specification
org.netbeans.modules.ruby.railsprojects.plugins.PluginAction - added to test specification
org.netbeans.modules.ruby.railsprojects.ui.RemoveClassPathRootAction - should be removed (issue 127194)
org.netbeans.modules.ruby.rubyproject.GotoTest - added to test specification
org.netbeans.modules.ruby.rubyproject.RakeTargetsAction - already covered by test specification
org.netbeans.modules.ruby.rubyproject.ui.RemoveClassPathRootAction - should be removed (issue 127194)
org.netbeans.modules.ruby.rubyproject.ui.ShowRDocAction - should be removed (issue 127194)
org.netbeans.modules.ruby.rubyproject.execution.RerunAction - added to test specification
Comment 2 Roman Mostyka 2008-02-22 11:00:25 UTC
Verified.