Author: markt
Date: Fri Mar 3 12:04:21 2017
New Revision: 1785277
URL: http://svn.apache.org/viewvc?rev=1785277&view=rev
Log:
Update reference to correct location of static fields.
Remove unnecessary @SuppressWarnings
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java?rev=1785277&r1=1785276&r2=1785277&view=diff
==============================================================================
---
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
(original)
+++
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesDefaultSysProps.java
Fri Mar 3 12:04:21 2017
@@ -29,11 +29,11 @@ import org.apache.tomcat.util.buf.ByteCh
/**
* Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
- * of <code>final static</code> constants in {@link CookieSupport}, each of
- * these tests must be executed in a new JVM instance. The tests have been
place
- * in separate classes to facilitate this when running the unit tests via Ant.
+ * of <code>final static</code> constants in {@link javax.servlet.http.Cookie},
+ * each of these tests must be executed in a new JVM instance. The tests have
+ * been placed in separate classes to facilitate this when running the unit
+ * tests via Ant.
*/
-@SuppressWarnings("javadoc")
public class TestCookiesDefaultSysProps extends CookiesBaseTest {
@Override
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java?rev=1785277&r1=1785276&r2=1785277&view=diff
==============================================================================
---
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
(original)
+++
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoFwdStrictSysProps.java
Fri Mar 3 12:04:21 2017
@@ -25,11 +25,11 @@ import org.apache.tomcat.util.buf.ByteCh
/**
* Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
- * of <code>final static</code> constants in {@link CookieSupport}, each of
- * these tests must be executed in a new JVM instance. The tests have been
place
- * in separate classes to facilitate this when running the unit tests via Ant.
+ * of <code>final static</code> constants in {@link javax.servlet.http.Cookie},
+ * each of these tests must be executed in a new JVM instance. The tests have
+ * been placed in separate classes to facilitate this when running the unit
+ * tests via Ant.
*/
-@SuppressWarnings("javadoc")
public class TestCookiesNoFwdStrictSysProps extends CookiesBaseTest {
@Override
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java?rev=1785277&r1=1785276&r2=1785277&view=diff
==============================================================================
---
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
(original)
+++
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesNoStrictNamingSysProps.java
Fri Mar 3 12:04:21 2017
@@ -25,11 +25,11 @@ import org.apache.tomcat.util.buf.ByteCh
/**
* Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
- * of <code>final static</code> constants in {@link CookieSupport}, each of
- * these tests must be executed in a new JVM instance. The tests have been
place
- * in separate classes to facilitate this when running the unit tests via Ant.
+ * of <code>final static</code> constants in {@link javax.servlet.http.Cookie},
+ * each of these tests must be executed in a new JVM instance. The tests have
+ * been placed in separate classes to facilitate this when running the unit
+ * tests via Ant.
*/
-@SuppressWarnings("javadoc")
public class TestCookiesNoStrictNamingSysProps extends CookiesBaseTest {
@Override
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java?rev=1785277&r1=1785276&r2=1785277&view=diff
==============================================================================
---
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java
(original)
+++
tomcat/trunk/test/org/apache/tomcat/util/http/TestCookiesStrictSysProps.java
Fri Mar 3 12:04:21 2017
@@ -29,11 +29,11 @@ import org.apache.tomcat.util.buf.ByteCh
/**
* Test case for {@link LegacyCookieProcessor}. <b>Note</b> because of the use
- * of <code>final static</code> constants in {@link CookieSupport}, each of
- * these tests must be executed in a new JVM instance. The tests have been
place
- * in separate classes to facilitate this when running the unit tests via Ant.
+ * of <code>final static</code> constants in {@link javax.servlet.http.Cookie},
+ * each of these tests must be executed in a new JVM instance. The tests have
+ * been placed in separate classes to facilitate this when running the unit
+ * tests via Ant.
*/
-@SuppressWarnings("javadoc")
public class TestCookiesStrictSysProps extends CookiesBaseTest {
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]