This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits 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 4c2314853 Fixed: 3 Codenarc minor errors related to recent changes in
scrum plugins
4c2314853 is described below
commit 4c23148538b72d488eb46746053ce0e0cce80197
Author: Jacques Le Roux <[email protected]>
AuthorDate: Fri May 8 09:31:52 2026 +0200
Fixed: 3 Codenarc minor errors related to recent changes in scrum plugins
See
https://ci2.apache.org/#/builders/46/builds/1429
https://ci2.apache.org/#/builders/46/builds/1430
---
.../src/main/groovy/org/apache/ofbiz/scrum/AddProductBacklogItem.groovy | 1 -
scrum/src/main/groovy/org/apache/ofbiz/scrum/ListScrumResource.groovy | 2 --
scrum/src/main/groovy/org/apache/ofbiz/scrum/ListTimeSheets.groovy | 1 -
3 files changed, 4 deletions(-)
diff --git
a/scrum/src/main/groovy/org/apache/ofbiz/scrum/AddProductBacklogItem.groovy
b/scrum/src/main/groovy/org/apache/ofbiz/scrum/AddProductBacklogItem.groovy
index 572a9ebe1..08ee0a4c1 100644
--- a/scrum/src/main/groovy/org/apache/ofbiz/scrum/AddProductBacklogItem.groovy
+++ b/scrum/src/main/groovy/org/apache/ofbiz/scrum/AddProductBacklogItem.groovy
@@ -19,7 +19,6 @@
package org.apache.ofbiz.scrum
import org.apache.ofbiz.base.util.UtilMisc
-import org.apache.ofbiz.entity.GenericEntityException
import org.apache.ofbiz.entity.GenericValue
import org.apache.ofbiz.entity.condition.EntityCondition
import org.apache.ofbiz.entity.condition.EntityConditionBuilder
diff --git
a/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListScrumResource.groovy
b/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListScrumResource.groovy
index 262add30a..1797a40e6 100644
--- a/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListScrumResource.groovy
+++ b/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListScrumResource.groovy
@@ -18,8 +18,6 @@
*/
package org.apache.ofbiz.scrum
-import org.apache.ofbiz.entity.GenericEntityException
-
outputList = []
performFindInMap = [entityName: 'ScrumMemberUserLoginAndSecurityGroup',
noConditionFind: 'Y',
diff --git a/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListTimeSheets.groovy
b/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListTimeSheets.groovy
index 76441c129..0f84e4035 100644
--- a/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListTimeSheets.groovy
+++ b/scrum/src/main/groovy/org/apache/ofbiz/scrum/ListTimeSheets.groovy
@@ -19,7 +19,6 @@
package org.apache.ofbiz.scrum
import org.apache.ofbiz.base.util.UtilDateTime
-import org.apache.ofbiz.entity.GenericEntityException
import org.apache.ofbiz.entity.condition.EntityCondition
import org.apache.ofbiz.entity.condition.EntityOperator
import org.apache.ofbiz.entity.util.EntityFindOptions