13bbbb5b79c9617116b1923b1faf2633559987c6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testWithCreators() : void renamed to public testObjectIds1261() : void in class com.fasterxml.jackson.failing.ObjectWithCreator1261Test | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type p : Parent to name : String in method public Child(name String, someNullProperty String) in class com.fasterxml.jackson.failing.ObjectWithCreator1261Test.Child | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type children : List<Child> to children : Map<String,Child> in class com.fasterxml.jackson.failing.ObjectWithCreator1261Test.Parent | From | To | |
Rename Parameter | 1 | ||
Rename Parameter p : Parent to name : String in method public Child(name String, someNullProperty String) in class com.fasterxml.jackson.failing.ObjectWithCreator1261Test.Child | From | To |