|
From: David C. <dc...@us...> - 2005-10-02 23:08:45
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12449/src/org/rubypeople/rdt/internal/launching Modified Files: EvaluateRubyProcessOutput.java TC_RunnerLaunching.java Log Message: Cleanup a whole bunch of 'unused warnings" Index: TC_RunnerLaunching.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/TC_RunnerLaunching.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TC_RunnerLaunching.java 1 Oct 2005 22:58:02 -0000 1.1 --- TC_RunnerLaunching.java 1 Oct 2005 23:10:47 -0000 1.2 *************** *** 9,13 **** import junit.framework.TestCase; - import org.eclipse.core.boot.BootLoader; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IProject; --- 9,12 ---- *************** *** 25,32 **** import org.rubypeople.eclipse.shams.debug.core.ShamLaunchConfigurationType; import org.rubypeople.eclipse.testutils.ResourceTools; - import org.rubypeople.rdt.internal.launching.DebuggerRunner; - import org.rubypeople.rdt.internal.launching.RubyInterpreter; - import org.rubypeople.rdt.internal.launching.RubyLaunchConfigurationAttribute; - import org.rubypeople.rdt.internal.launching.RubyRuntime; public class TC_RunnerLaunching extends TestCase { --- 24,27 ---- Index: EvaluateRubyProcessOutput.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.launching.tests/src/org/rubypeople/rdt/internal/launching/EvaluateRubyProcessOutput.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EvaluateRubyProcessOutput.java 1 Oct 2005 22:58:02 -0000 1.1 --- EvaluateRubyProcessOutput.java 1 Oct 2005 23:10:47 -0000 1.2 *************** *** 55,62 **** errReadThread.start(); } - private void processEnded(int exitValue) { - // Handle process end.. - //handler.processEnded(exitValue); - } private void processNewInput(String input) { // Handle process new input.. --- 55,58 ---- |