adamsaghy commented on code in PR #5346:
URL: https://github.com/apache/fineract/pull/5346#discussion_r2727494552


##########
config/spotbugs/exclude.xml:
##########
@@ -102,4 +102,9 @@
     <Match>
         <Bug pattern="UR_UNINIT_READ" />
     </Match>
+    <Match>
+        <Class name="org.apache.fineract.commands.domain.CommandWrapper" />
+        <Field name="centerId" />
+        <Bug pattern="URF_UNREAD_FIELD" />
+    </Match>

Review Comment:
   We dont want this rule to exclude!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to