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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new fb1095fe7 Junit test cases fix in plugins folder (#268)
fb1095fe7 is described below

commit fb1095fe77b4e5936f9c894080acdec5f03831b2
Author: Ashish Vijaywargiya <[email protected]>
AuthorDate: Mon Jun 1 18:56:12 2026 +0530

    Junit test cases fix in plugins folder (#268)
    
    …removed the suppresswarning annotation.
    
    ./gradlew codenarcMain codenarcTest
    
    This command was failing.
---
 scrum/src/main/groovy/org/apache/ofbiz/scrum/test/ProductTests.groovy | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/scrum/src/main/groovy/org/apache/ofbiz/scrum/test/ProductTests.groovy 
b/scrum/src/main/groovy/org/apache/ofbiz/scrum/test/ProductTests.groovy
index 1a9a6d18b..0610bc641 100644
--- a/scrum/src/main/groovy/org/apache/ofbiz/scrum/test/ProductTests.groovy
+++ b/scrum/src/main/groovy/org/apache/ofbiz/scrum/test/ProductTests.groovy
@@ -24,7 +24,6 @@ import org.apache.ofbiz.service.ServiceUtil
 import org.apache.ofbiz.service.testtools.OFBizTestCase
 import java.sql.Timestamp
 
-@SuppressWarnings(['LineLength', 'UnnecessaryObjectReferences', 
'UnnecessaryGString', 'PublicMethodsBeforeNonPublicMethods', 'ClassSize', 
'MethodCount', 'ConsecutiveBlankLines', 'BlockEndsWithBlankLine', 
'ClassEndsWithBlankLine'])
 class ProductTests extends OFBizTestCase {
 
     ProductTests(String name) {

Reply via email to