You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by yx...@apache.org on 2023/03/31 10:58:14 UTC

[shardingsphere] branch master updated: Add ignore rule in PipelineAPIFactory (#24926)

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

yx9o 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 a4af361780e Add ignore rule in PipelineAPIFactory (#24926)
a4af361780e is described below

commit a4af361780ef5f6bc7d9660e09b7e83df0808f74
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Fri Mar 31 18:58:04 2023 +0800

    Add ignore rule in PipelineAPIFactory (#24926)
---
 src/resources/spotbugs.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/resources/spotbugs.xml b/src/resources/spotbugs.xml
index 4208860f63a..a28552fd12a 100644
--- a/src/resources/spotbugs.xml
+++ b/src/resources/spotbugs.xml
@@ -132,4 +132,9 @@
         <Class name="org.apache.shardingsphere.proxy.backend.opengauss.handler.admin.OpenGaussSystemCatalogAdminQueryExecutor" />
         <Bug code="ODR" />
     </Match>
+    <!-- TODO hongsheng fix the ignored bug -->
+    <Match>
+        <Class name="org.apache.shardingsphere.data.pipeline.core.api.PipelineAPIFactory" />
+        <Bug code="JLM" />
+    </Match>
 </FindBugsFilter>