0f64e8a81eb965ead163cc4ba2d811b88c45b6c6
Files Diff
- Added: 10
- Removed: 9
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type context : CriteriaContext<ComparableCriteria.Self<V>> to context : CriteriaContext<ComparableMatcher.Self<V>> in method public Self(context CriteriaContext<ComparableMatcher.Self<V>>) in class org.immutables.criteria.matcher.ComparableMatcher.Self | From | To | |
Change Parameter Type context : CriteriaContext<StringCriteria.Self> to context : CriteriaContext<StringMatcher.Self> in method public Self(context CriteriaContext<StringMatcher.Self>) in class org.immutables.criteria.matcher.StringMatcher.Self | From | To | |
Change Parameter Type context : CriteriaContext<BooleanCriteria.Self> to context : CriteriaContext<BooleanMatcher.Self> in method public Self(context CriteriaContext<BooleanMatcher.Self>) in class org.immutables.criteria.matcher.BooleanMatcher.Self | From | To | |
Move Method | 1 | ||
Move Method public extract(object Object) : Expression from class org.immutables.criteria.expression.Expressions to package extract(object Object) : Expression from class org.immutables.criteria.matcher.Matchers | From | To | |
Change Return Type | 1 | ||
Change Return Type StringCriteria<StringCriteria.Self> to StringMatcher<StringMatcher.Self> in method public or() : StringMatcher<StringMatcher.Self> in class org.immutables.criteria.matcher.StringMatcher.Self | From | To | |
Move And Rename Class | 6 | ||
Move And Rename Class org.immutables.criteria.constraints.OptionalCriteria moved and renamed to org.immutables.criteria.matcher.OptionalMatcher | From | To | |
Move And Rename Class org.immutables.criteria.constraints.ObjectCriteria moved and renamed to org.immutables.criteria.matcher.ObjectMatcher | From | To | |
Move And Rename Class org.immutables.criteria.constraints.ComparableCriteria moved and renamed to org.immutables.criteria.matcher.ComparableMatcher | From | To | |
Move And Rename Class org.immutables.criteria.constraints.StringCriteria moved and renamed to org.immutables.criteria.matcher.StringMatcher | From | To | |
Move And Rename Class org.immutables.criteria.constraints.CollectionCriteria moved and renamed to org.immutables.criteria.matcher.CollectionMatcher | From | To | |
Move And Rename Class org.immutables.criteria.constraints.BooleanCriteria moved and renamed to org.immutables.criteria.matcher.BooleanMatcher | From | To | |
Move Class | 3 | ||
Move Class org.immutables.criteria.constraints.Disjunction moved to org.immutables.criteria.matcher.Disjunction | From | To | |
Move Class org.immutables.criteria.constraints.CriteriaContext moved to org.immutables.criteria.matcher.CriteriaContext | From | To | |
Move Class org.immutables.criteria.constraints.CriteriaCreator moved to org.immutables.criteria.matcher.CriteriaCreator | From | To | |
Change Package | 1 | ||
Change Package org.immutables.criteria.constraints to org.immutables.criteria.matcher | From | To |