5f453187344922b21346100fe7f442922d0bd554
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testFactorFeatures() : void renamed to public testFactoryFeatures() : void in class com.fasterxml.jackson.databind.ObjectMapperTest | From | To | |
Rename Variable | 2 | ||
Rename Variable jp : JsonParser to p : JsonParser in method public testIncrementalPojoReading() : void in class com.fasterxml.jackson.databind.MapperViaParserTest | From | To | |
Rename Variable jf : JsonFactory to f : JsonFactory in method public testPojoReadingFailing() : void in class com.fasterxml.jackson.databind.MapperViaParserTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type mapper : ObjectMapper to mapper : JsonMapper in method public testGeneratorFeatures() : void in class com.fasterxml.jackson.databind.ObjectMapperTest | From | To |