Author: markt
Date: Tue May 20 10:47:55 2014
New Revision: 1596189
URL: http://svn.apache.org/r1596189
Log:
FindBugs
setup() vs setUp()
Modified:
tomcat/trunk/test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java
Modified:
tomcat/trunk/test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java?rev=1596189&r1=1596188&r2=1596189&view=diff
==============================================================================
---
tomcat/trunk/test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java
(original)
+++
tomcat/trunk/test/org/apache/catalina/valves/TestStuckThreadDetectionValve.java
Tue May 20 10:47:55 2014
@@ -38,8 +38,10 @@ public class TestStuckThreadDetectionVal
private StandardContext context;
private Tomcat tomcat;
+ @Override
@Before
- public void setup() {
+ public void setUp() throws Exception {
+ super.setUp();
tomcat = getTomcatInstance();
File docBase = new File(System.getProperty("java.io.tmpdir"));
context = (StandardContext) tomcat.addContext("",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]