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 17f21565bb10acebaf343d471b4fb41be1c97cd3 Author: Jacques Le Roux <[email protected]> AuthorDate: Fri Dec 3 12:33:55 2021 +0100 Improved: Fix some bugs Spotbugs reports (OFBIZ-12386) Removes duplicate from SpotBugs exclude file. --- spotbugs/exclude.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spotbugs/exclude.xml b/spotbugs/exclude.xml index e5c198f..349e3c3 100644 --- a/spotbugs/exclude.xml +++ b/spotbugs/exclude.xml @@ -21,10 +21,4 @@ <Bug pattern="CN_IDIOM_NO_SUPER_CALL" /> <Priority value="2" /> </Match> - <Match> - <Class name="org.apache.ofbiz.entity.GenericValue" /> - <Method name="clone" /> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL" /> - <Priority value="2" /> - </Match> </FindBugsFilter>

