c449f186951244553d9bec5d17fd594b9b0d3296
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 32
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public testPredicateDuplication2() : void renamed to public testIntervalOverlap1() : void in class org.infinispan.objectfilter.test.AbstractMatcherTest | From | To | |
Rename Method private getPropertyTypeByPath(entityClass Class<?>, propertyPath List<String>) : Class<?> renamed to private getPropertyAccessor(entityClass Class<?>, propertyPath List<String>) : ReflectionHelper.PropertyAccessor in class org.infinispan.objectfilter.impl.hql.ReflectionPropertyHelper | From | To | |
Rename Method public testPredicateDuplication1() : void renamed to public testIntervalOverlap2() : void in class org.infinispan.objectfilter.test.AbstractMatcherTest | From | To | |
Rename Method public testSimpleContradiction3() : void renamed to public testIntervalOverlap3() : void in class org.infinispan.objectfilter.test.AbstractMatcherTest | From | To | |
Move Method | 9 | ||
Move Method public testPredicateDuplication3() : void from class org.infinispan.objectfilter.test.AbstractMatcherTest to public testPredicateDuplication3() : void from class org.infinispan.objectfilter.impl.syntax.BooleanFilterNormalizerTest | From | To | |
Move Method public testTautology() : void from class org.infinispan.objectfilter.test.AbstractMatcherTest to public testTautology() : void from class org.infinispan.objectfilter.impl.syntax.BooleanFilterNormalizerTest | From | To | |
Move Method public testSimpleTautology1() : void from class org.infinispan.objectfilter.test.AbstractMatcherTest to public testSimpleTautology1() : void from class org.infinispan.objectfilter.impl.syntax.BooleanFilterNormalizerTest | From | To | |
Move Method public testSimpleTautology2() : void from class org.infinispan.objectfilter.test.AbstractMatcherTest to public testSimpleTautology2() : void from class org.infinispan.objectfilter.impl.syntax.BooleanFilterNormalizerTest | From | To | |
Move Method public testPredicateDuplication4() : void from class org.infinispan.objectfilter.test.AbstractMatcherTest to public testPredicateDuplication4() : void from class org.infinispan.objectfilter.impl.syntax.BooleanFilterNormalizerTest | From | To | |
Move Method public testSimpleTautology3() : void from class org.infinispan.objectfilter.test.AbstractMatcherTest to public testSimpleTautology3() : void from class org.infinispan.objectfilter.impl.syntax.BooleanFilterNormalizerTest | From | To | |
Move Method public testSimpleContradiction1() : void from class org.infinispan.objectfilter.test.AbstractMatcherTest to public testSimpleContradiction1() : void from class org.infinispan.objectfilter.impl.syntax.BooleanFilterNormalizerTest | From | To | |
Move Method public testSimpleContradiction2() : void from class org.infinispan.objectfilter.test.AbstractMatcherTest to public testSimpleContradiction2() : void from class org.infinispan.objectfilter.impl.syntax.BooleanFilterNormalizerTest | From | To | |
Move Method public isRepeatedProperty(propertyPath List<String>) : boolean from class org.infinispan.objectfilter.impl.ReflectionMatcher.MetadataAdapterImpl to public isRepeatedProperty(entityType String, propertyPath List<String>) : boolean from class org.infinispan.objectfilter.impl.hql.ReflectionPropertyHelper | From | To | |
Change Return Type | 1 | ||
Change Return Type Class<?> to ReflectionHelper.PropertyAccessor in method private getPropertyAccessor(entityClass Class<?>, propertyPath List<String>) : ReflectionHelper.PropertyAccessor in class org.infinispan.objectfilter.impl.hql.ReflectionPropertyHelper | From | To | |
Extract Class | 1 | ||
Extract Class org.infinispan.objectfilter.impl.syntax.BooleanFilterNormalizerTest from class org.infinispan.objectfilter.test.AbstractMatcherTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute comparisonType : Type to type : Type in class org.infinispan.objectfilter.impl.syntax.ComparisonExpr | From | To | |
Extract Variable | 1 | ||
Extract Variable propType : TypeDescriptor in method private normalizeProperty(type FilterTypeDescriptor, path List<String>, propertyName String) : PathedPropertyReferenceSource from class org.infinispan.objectfilter.impl.hql.FilterQueryResolverDelegate | From | To | |
Inline Variable | 1 | ||
Inline Variable propertyPath : List<String> in method private makePredicateNode(parent BENode, nodes List<BENode>, treeCounters List<Integer>, condition PrimaryPredicateExpr, isNegated boolean) : void from class org.infinispan.objectfilter.impl.predicateindex.be.BETreeMaker | From | To | |
Rename Parameter | 1 | ||
Rename Parameter comparisonType : Type to type : Type in method public ComparisonExpr(leftChild ValueExpr, rightChild ValueExpr, type Type) in class org.infinispan.objectfilter.impl.syntax.ComparisonExpr | From | To |