Allow Checkstyle's unused imports test to be used with the unit testcode
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 21 Oct 2010 16:09:50 +0000 (16:09 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 21 Oct 2010 16:09:50 +0000 (16:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1026049 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/el/TestELEvaluation.java
test/org/apache/el/TestELInJsp.java
test/org/apache/jasper/compiler/TestAttributeParser.java

index 2e103a4..4a93ed2 100644 (file)
@@ -28,12 +28,12 @@ import javax.el.ValueExpression;
 import junit.framework.TestCase;
 
 import org.apache.el.lang.ELSupport;
-import org.apache.jasper.compiler.TestAttributeParser;
 import org.apache.jasper.el.ELContextImpl;
 
 /**
  * Tests the EL engine directly. Similar tests may be found in
- * {@link TestAttributeParser} and {@link TestELInJsp}.
+ * {@link org.apache.jasper.compiler.TestAttributeParser} and
+ * {@link TestELInJsp}.
  */
 public class TestELEvaluation extends TestCase {
 
index fe1ac77..558b53d 100644 (file)
@@ -21,12 +21,12 @@ import java.io.File;
 
 import org.apache.catalina.startup.Tomcat;
 import org.apache.catalina.startup.TomcatBaseTest;
-import org.apache.jasper.compiler.TestAttributeParser;
 import org.apache.tomcat.util.buf.ByteChunk;
 
 /**
  * Tests EL with an without JSP attributes using a test web application. Similar
- * tests may be found in {@link TestELEvaluation} and {@link TestAttributeParser}.
+ * tests may be found in {@link TestELEvaluation} and
+ * {@link org.apache.jasper.compiler.TestAttributeParser}.
  */
 public class TestELInJsp extends TomcatBaseTest {
     
index 3632175..4f1adc0 100644 (file)
@@ -25,14 +25,12 @@ import javax.el.ValueExpression;
 import junit.framework.TestCase;
 
 import org.apache.el.ExpressionFactoryImpl;
-import org.apache.el.TestELEvaluation;
-import org.apache.el.TestELInJsp;
 import org.apache.el.TesterFunctions;
 import org.apache.jasper.el.ELContextImpl;
 
 /**
  * Test the EL processing from JSP attributes. Similar tests may be found in
- * {@link TestELEvaluation} and {@link TestELInJsp}.
+ * {@link org.apache.el.TestELEvaluation} and {@link org.apache.el.TestELInJsp}.
  */
 public class TestAttributeParser extends TestCase {
 
@@ -62,8 +60,8 @@ public class TestAttributeParser extends TestCase {
 
     /**
      * Test use nested ternary expressions. Full tests in
-     * {@link TestELEvaluation}. This is just a smoke test to ensure JSP
-     * attribute processing doesn't cause any additional issues.
+     * {@link org.apache.el.TestELEvaluation}. This is just a smoke test to
+     * ensure JSP attribute processing doesn't cause any additional issues.
      */
     public void testBug44994() {
         assertEquals("none",