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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit c0e637d72f121e4089118261b666cdb7a55353e7
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Dec 18 11:05:16 2021 +0100

    Improved: Fix some bugs Spotbugs reports (OFBIZ-12386)
    
    I made a mistake in 1 exclusion
---
 spotbugs/exclude.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spotbugs/exclude.xml b/spotbugs/exclude.xml
index a5b0fd2..dab253e 100644
--- a/spotbugs/exclude.xml
+++ b/spotbugs/exclude.xml
@@ -127,8 +127,8 @@
   <Match>
     <!-- not a problem this is used only once during test, no possible 
collisions -->
     <!-- Moreover this is now commented out to allow building with BuilBot 
3.3.2 -->
-    <Class name="org.apache.ofbiz.service.test" />
-    <Method name="XmlRpcTests" />
+    <Class name="org.apache.ofbiz.service.test.XmlRpcTests" />
+    <Field name="url" />
     <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
   </Match>
   <Match>

Reply via email to