Author: kkolinko
Date: Thu Nov 5 00:31:20 2015
New Revision: 1712695
URL: http://svn.apache.org/viewvc?rev=1712695&view=rev
Log:
Update exclusions, since jni.socket.* classes were removed by r1712683
Modified:
tomcat/trunk/build.xml
tomcat/trunk/res/findbugs/filter-false-positives.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1712695&r1=1712694&r2=1712695&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Nov 5 00:31:20 2015
@@ -1542,8 +1542,6 @@
<exclude name="**/OneLineFormatter*.class"/>
<exclude name="**/DateFormatCache.class"/>
<exclude name="**/DateFormatCache*.class"/>
- <!-- This class cannot be instrumented when tcnative library is not in
java.library.path -->
- <exclude name="**/jni/socket/AprSocket.class"/>
</fileset>
<auxClasspath path="${jdt.jar}" />
</cobertura-instrument>
Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/findbugs/filter-false-positives.xml?rev=1712695&r1=1712694&r2=1712695&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Thu Nov 5 00:31:20
2015
@@ -369,12 +369,6 @@
<Bug code="VO" />
</Match>
<Match>
- <!-- Wait is in AprSocket -->
- <Class name="org.apache.tomcat.jni.socket.AprSocketContext$AprPoller" />
- <Method name="run"/>
- <Bug code="NN" />
- </Match>
- <Match>
<Class name="org.apache.tomcat.util.IntrospectionUtils" />
<Method name="findMethod"/>
<Bug code="NP" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]