fcdea1cde5a0134d9b4b24d1a70aa0af644f6060
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable name : String to member : Member in method public extract(path Path) : Object in class org.immutables.criteria.inmemory.InMemoryExpressionEvaluator.ReflectionFieldExtractor | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to List<Member> in method public paths() : List<Member> in class org.immutables.criteria.expression.Path | From | To | |
Rename Attribute | 1 | ||
Rename Attribute paths : ImmutableList<String> to parent : Path in class org.immutables.criteria.expression.Path | From | To | |
Change Variable Type | 1 | ||
Change Variable Type name : String to member : Member in method public extract(path Path) : Object in class org.immutables.criteria.inmemory.InMemoryExpressionEvaluator.ReflectionFieldExtractor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type paths : ImmutableList<String> to parent : Path in class org.immutables.criteria.expression.Path | From | To | |
Extract Method | 1 | ||
Extract Method public member() : Member extracted from public paths() : List<String> in class org.immutables.criteria.expression.Path | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public of(member Member) : Path extracted from public withPath(pathAsString String) : CriteriaContext in class org.immutables.criteria.matcher.CriteriaContext & moved to class org.immutables.criteria.expression.Path | From | To |