a2b26b81b32abbcf6ba5a384bce2b19fa833ad31
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 2 | ||
Move And Inline Method private render(renderingContext RenderingContext, formatter BiFunction<Renderable,RenderingContext,String>) : String moved from class org.hibernate.query.criteria.internal.expression.SearchedCaseExpression to class org.hibernate.query.criteria.internal.expression.SimpleCaseExpression & inlined to public render(renderingContext RenderingContext) : String | From | To | |
Move And Inline Method private render(renderingContext RenderingContext, formatter BiFunction<Renderable,RenderingContext,String>) : String moved from class org.hibernate.query.criteria.internal.expression.SimpleCaseExpression to class org.hibernate.query.criteria.internal.expression.SearchedCaseExpression & inlined to public render(renderingContext RenderingContext) : String | From | To | |
Inline Method | 2 | ||
Inline Method private render(renderingContext RenderingContext, formatter BiFunction<Renderable,RenderingContext,String>) : String inlined to public render(renderingContext RenderingContext) : String in class org.hibernate.query.criteria.internal.expression.SearchedCaseExpression | From | To | |
Inline Method private render(renderingContext RenderingContext, formatter BiFunction<Renderable,RenderingContext,String>) : String inlined to public render(renderingContext RenderingContext) : String in class org.hibernate.query.criteria.internal.expression.SimpleCaseExpression | From | To | |
Extract Method | 6 | ||
Extract Method protected renderSelectClause(jpaqlQuery StringBuilder, renderingContext RenderingContext) : void extracted from public render(jpaqlQuery StringBuilder, renderingContext RenderingContext) : void in class org.hibernate.query.criteria.internal.QueryStructure | From | To | |
Extract Method protected renderGroupByClause(jpaqlQuery StringBuilder, renderingContext RenderingContext) : void extracted from public render(jpaqlQuery StringBuilder, renderingContext RenderingContext) : void in class org.hibernate.query.criteria.internal.QueryStructure | From | To | |
Extract Method protected renderOrderByClause(renderingContext RenderingContext, jpaqlBuffer StringBuilder) : void extracted from public interpret(renderingContext RenderingContext) : CriteriaInterpretation in class org.hibernate.query.criteria.internal.CriteriaQueryImpl | From | To | |
Extract Method private renderHavingClause(jpaqlQuery StringBuilder, renderingContext RenderingContext) : void extracted from public render(jpaqlQuery StringBuilder, renderingContext RenderingContext) : void in class org.hibernate.query.criteria.internal.QueryStructure | From | To | |
Extract Method private normalRender(renderingContext RenderingContext) : String extracted from public render(renderingContext RenderingContext) : String in class org.hibernate.query.criteria.internal.expression.LiteralExpression | From | To | |
Extract Method protected renderWhereClause(jpaqlQuery StringBuilder, renderingContext RenderingContext) : void extracted from public render(jpaqlQuery StringBuilder, renderingContext RenderingContext) : void in class org.hibernate.query.criteria.internal.QueryStructure | From | To |