Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Improved: Inline ‘UtilValidate#areEqual’
(OFBIZ-11172) ‘Objects#equals’ is already providing the same functionality of ‘null’ safe equality check. git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1865843 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
with
44 additions
and 43 deletions.
- +3 −2 applications/product/groovyScripts/product/category/CategoryServices.groovy
- +0 −7 framework/base/src/main/java/org/apache/ofbiz/base/util/UtilValidate.java
- +2 −1 framework/entity/src/main/java/org/apache/ofbiz/entity/GenericEntity.java
- +5 −4 framework/entityext/src/main/java/org/apache/ofbiz/entityext/eca/EntityEcaAction.java
- +7 −6 framework/entityext/src/main/java/org/apache/ofbiz/entityext/eca/EntityEcaCondition.java
- +4 −3 framework/entityext/src/main/java/org/apache/ofbiz/entityext/eca/EntityEcaRule.java
- +6 −5 framework/service/src/main/java/org/apache/ofbiz/service/eca/ServiceEcaAction.java
- +9 −8 framework/service/src/main/java/org/apache/ofbiz/service/eca/ServiceEcaCondition.java
- +3 −3 framework/service/src/main/java/org/apache/ofbiz/service/eca/ServiceEcaRule.java
- +5 −4 framework/service/src/main/java/org/apache/ofbiz/service/eca/ServiceEcaSetField.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters