db86c3cccf867034685c8f252ebcb379d59f16f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private allGenerations() : List<Integer> renamed to private allFamilyGenerations() : Map<FormatFamily,List<Integer>> in class org.neo4j.RecordFormatsGenerationTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable expectedGenerations : List<Integer> to recordFormats : List<RecordFormats> in method public correctGenerations() : void in class org.neo4j.RecordFormatsGenerationTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<Integer> to Map<FormatFamily,List<Integer>> in method private allFamilyGenerations() : Map<FormatFamily,List<Integer>> in class org.neo4j.RecordFormatsGenerationTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type expectedGenerations : List<Integer> to recordFormats : List<RecordFormats> in method public correctGenerations() : void in class org.neo4j.RecordFormatsGenerationTest | From | To |