c6f466eae5a554a417c41ba08aa4a770b6393aa8
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 7 | ||
Change Parameter Type root : Root to root : Query in method public create(root Query) : DnfExpression in class org.immutables.criteria.expression.DnfExpression | From | To | |
Change Parameter Type root : Root to query : Query in method public visit(query Query) : Object in class org.immutables.criteria.inmemory.InMemoryExpressionEvaluator.LocalVisitor | From | To | |
Change Parameter Type root : Root to query : Query in method public visit(query Query) : T in class org.immutables.criteria.expression.AbstractExpressionVisitor | From | To | |
Change Parameter Type root : Root to root : Query in method private DnfExpression(root Query, conjunctions List<Expression>, disjunctions List<Expression>) in class org.immutables.criteria.expression.DnfExpression | From | To | |
Change Parameter Type root : Root to query : Query in method public visit(query Query) : Void in class org.immutables.criteria.expression.DebugExpressionVisitor | From | To | |
Change Parameter Type member : Member to annotatedElement : AnnotatedElement in method package Path(parent Path, annotatedElement AnnotatedElement) in class org.immutables.criteria.expression.Path | From | To | |
Change Parameter Type entityClass : Class<?> to entityPath : EntityPath in method private Query(entityPath EntityPath, expression Expression) in class org.immutables.criteria.expression.Query | From | To | |
Change Return Type | 5 | ||
Change Return Type Root to Query in method package withExpression(expression Expression) : Query in class org.immutables.criteria.expression.Query | From | To | |
Change Return Type Root to Query in method public root(entityClass Class<?>) : Query in class org.immutables.criteria.expression.Expressions | From | To | |
Change Return Type Root to Query in method package of(entityClass Class<?>) : Query in class org.immutables.criteria.expression.Query | From | To | |
Change Return Type List<Member> to List<AnnotatedElement> in method public paths() : List<AnnotatedElement> in class org.immutables.criteria.expression.Path | From | To | |
Change Return Type Root to Query in method public transform(operator UnaryOperator<Expression>) : Query in class org.immutables.criteria.expression.Query | From | To | |
Move Attribute | 1 | ||
Move Attribute private entityClass : Class<?> from class org.immutables.criteria.expression.Root to private entityClass : Class<?> from class org.immutables.criteria.expression.EntityPath | From | To | |
Extract Class | 1 | ||
Extract Class org.immutables.criteria.expression.EntityPath from class org.immutables.criteria.expression.Root | From | To | |
Rename Class | 1 | ||
Rename Class org.immutables.criteria.expression.Root renamed to org.immutables.criteria.expression.Query | From | To | |
Rename Attribute | 2 | ||
Rename Attribute member : Member to annotatedElement : AnnotatedElement in class org.immutables.criteria.expression.Path | From | To | |
Rename Attribute entityClass : Class<?> to entityPath : EntityPath in class org.immutables.criteria.expression.Query | From | To | |
Change Variable Type | 3 | ||
Change Variable Type root : Root to root : Query in method package toBiVisitor(visitor ExpressionVisitor<V>) : ExpressionBiVisitor<V,Void> in class org.immutables.criteria.expression.Expressions | From | To | |
Change Variable Type parents : ImmutableList.Builder<Member> to parents : ImmutableList.Builder<AnnotatedElement> in method public paths() : List<AnnotatedElement> in class org.immutables.criteria.expression.Path | From | To | |
Change Variable Type member : Member to member : AnnotatedElement in method public extract(path Path) : Object in class org.immutables.criteria.inmemory.InMemoryExpressionEvaluator.ReflectionFieldExtractor | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type entityClass : Class<?> to entityPath : EntityPath in class org.immutables.criteria.expression.Query | From | To | |
Change Attribute Type member : Member to annotatedElement : AnnotatedElement in class org.immutables.criteria.expression.Path | From | To | |
Change Attribute Type root : Root to root : Query in class org.immutables.criteria.expression.DnfExpression | From | To | |
Rename Parameter | 5 | ||
Rename Parameter entityClass : Class<?> to entityPath : EntityPath in method private Query(entityPath EntityPath, expression Expression) in class org.immutables.criteria.expression.Query | From | To | |
Rename Parameter member : Member to annotatedElement : AnnotatedElement in method package Path(parent Path, annotatedElement AnnotatedElement) in class org.immutables.criteria.expression.Path | From | To | |
Rename Parameter root : Root to query : Query in method public visit(query Query) : Void in class org.immutables.criteria.expression.DebugExpressionVisitor | From | To | |
Rename Parameter root : Root to query : Query in method public visit(query Query) : Object in class org.immutables.criteria.inmemory.InMemoryExpressionEvaluator.LocalVisitor | From | To | |
Rename Parameter root : Root to query : Query in method public visit(query Query) : T in class org.immutables.criteria.expression.AbstractExpressionVisitor | From | To |