You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ch...@apache.org on 2023/06/20 08:52:25 UTC

[shardingsphere] branch master updated: remove from spotbugs.xml cause fixed. (#26453)

This is an automated email from the ASF dual-hosted git repository.

chengzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 0090250b68d remove from spotbugs.xml cause fixed. (#26453)
0090250b68d is described below

commit 0090250b68dce1517ab679a4b91a93b24e136af0
Author: Chuxin Chen <ch...@qq.com>
AuthorDate: Tue Jun 20 16:52:18 2023 +0800

    remove from spotbugs.xml cause fixed. (#26453)
---
 src/resources/spotbugs.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/resources/spotbugs.xml b/src/resources/spotbugs.xml
index 400ee6e738b..302f31eebf6 100644
--- a/src/resources/spotbugs.xml
+++ b/src/resources/spotbugs.xml
@@ -102,9 +102,4 @@
         <Class name="org.apache.shardingsphere.data.pipeline.mysql.ingest.client.MySQLClient" />
         <Bug code="IS" />
     </Match>
-    <!-- TODO chuxin fix the ignored bug -->
-    <Match>
-        <Class name="org.apache.shardingsphere.data.pipeline.core.execute.ShardingSphereDataJobWorker" />
-        <Bug code="JLM" />
-    </Match>
 </FindBugsFilter>