Permalink
Please
sign in to comment.
Browse files
Improved: ‘ObjectType’ contains unneeded code
(OFBIZ-10771) The ObjectType class contains utilities that extends the Java reflection API by defining methods which accepts string representation of Java types and classes. It appears that this class contains unneeded code which is either dead or is redundant with the services already defined in the reflection API Removes the useless isOrSubOf, instanceOf and interfaceOf methods. Additionally it removes the getInstance method which is not used anywhere in the framework or in the plugins. Also includes similar changes in AbstractConverter.java Converters.java DateTimeConverters.java GenericEntity.java IfInstanceOf.java Thanks: Mathieu git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1851701 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
with
16 additions
and 258 deletions.
- +1 −3 framework/base/src/main/java/org/apache/ofbiz/base/conversion/AbstractConverter.java
- +1 −2 framework/base/src/main/java/org/apache/ofbiz/base/conversion/Converters.java
- +10 −11 framework/base/src/main/java/org/apache/ofbiz/base/conversion/DateTimeConverters.java
- +2 −240 framework/base/src/main/java/org/apache/ofbiz/base/util/ObjectType.java
- +1 −1 framework/entity/src/main/java/org/apache/ofbiz/entity/GenericEntity.java
- +1 −1 framework/minilang/src/main/java/org/apache/ofbiz/minilang/method/ifops/IfInstanceOf.java

Oops, something went wrong.
0 comments on commit
c4c5c8a