vmassol 2002/10/30 06:15:47
Modified: Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher
CactusLaunchShortcut.java
Log:
started correcting checkstyle errors...
Revision Changes Path
1.9 +2 -3
jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/CactusLaunchShortcut.java
Index: CactusLaunchShortcut.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/Eclipse-Plugin/src/java/org/apache/cactus/eclipse/launcher/CactusLaunchShortcut.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- CactusLaunchShortcut.java 29 Oct 2002 17:11:58 -0000 1.8
+++ CactusLaunchShortcut.java 30 Oct 2002 14:15:47 -0000 1.9
@@ -59,7 +59,6 @@
import java.io.File;
import java.lang.reflect.InvocationTargetException;
-import org.apache.cactus.eclipse.containers.GenericAntProvider;
import org.apache.cactus.eclipse.containers.IContainerProvider;
import org.apache.cactus.eclipse.ui.CactusPlugin;
import org.apache.cactus.eclipse.ui.CactusPreferences;
@@ -116,7 +115,7 @@
/**
* @see JUnitLaunchShortcut#launchType(Object[], String)
*/
- protected void launchType(Object[] search, String mode)
+ protected void launchType(Object[] theSearch, String mode)
{
IType[] types = null;
try
@@ -124,7 +123,7 @@
types =
TestSearchEngine.findTests(
new ProgressMonitorDialog(getShell()),
- search);
+ theSearch);
}
catch (InterruptedException e)
{
--
To unsubscribe, e-mail: <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>