704ade49554c759eef4fc265a81297015067487e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public withCreator(creator CriteriaCreator<S>) : CriteriaContext<S> renamed to public withCreators(c1 CriteriaCreator<T1>, c2 CriteriaCreator<T2>) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Rename Method public add(path Path) : CriteriaContext<R> renamed to public withPath(pathAsString String) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Rename Method public create(operator UnaryOperator<Expression>) : R renamed to public withOperator(operator UnaryOperator<Expression>) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Change Parameter Type | 4 | ||
| Change Parameter Type creator : CriteriaCreator<S> to c1 : CriteriaCreator<T1> in method public withCreators(c1 CriteriaCreator<T1>, c2 CriteriaCreator<T2>) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Change Parameter Type path : Path to pathAsString : String in method public withPath(pathAsString String) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Change Parameter Type creator : CriteriaCreator<R> to creator : CriteriaCreator<?> in method public CriteriaContext(creator CriteriaCreator<?>) in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Change Parameter Type creator : CriteriaCreator<R> to creators : List<CriteriaCreator<?>> in method private CriteriaContext(operator Operator, expression DnfExpression, path Path, creators List<CriteriaCreator<?>>) in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Change Return Type | 5 | ||
| Change Return Type R to CriteriaContext in method public withOperator(operator UnaryOperator<Expression>) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Change Return Type CriteriaContext<R> to CriteriaContext in method public or() : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Change Return Type Expression to CriteriaContext in method package extract(object Object) : CriteriaContext in class org.immutables.criteria.matcher.Matchers | From | To | |
| Change Return Type CriteriaContext<S> to CriteriaContext in method public withCreators(c1 CriteriaCreator<T1>, c2 CriteriaCreator<T2>) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Change Return Type CriteriaContext<R> to CriteriaContext in method public withPath(pathAsString String) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute creator : CriteriaCreator<R> to creators : List<CriteriaCreator<?>> in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type context : CriteriaContext<?> to context : CriteriaContext in method private extractWithReflection(object Object) : CriteriaContext in class org.immutables.criteria.matcher.Matchers | From | To | |
| Extract Method | 1 | ||
| Extract Method private extractWithReflection(object Object) : CriteriaContext extracted from package extract(object Object) : Expression in class org.immutables.criteria.matcher.Matchers | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type creator : CriteriaCreator<R> to creators : List<CriteriaCreator<?>> in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter creator : CriteriaCreator<R> to creators : List<CriteriaCreator<?>> in method private CriteriaContext(operator Operator, expression DnfExpression, path Path, creators List<CriteriaCreator<?>>) in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Rename Parameter path : Path to pathAsString : String in method public withPath(pathAsString String) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To | |
| Rename Parameter creator : CriteriaCreator<S> to c1 : CriteriaCreator<T1> in method public withCreators(c1 CriteriaCreator<T1>, c2 CriteriaCreator<T2>) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext | From | To |