de6ca2527ed3080802d77a4dd863307c7aaed5b6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type repositoryPrivileges : Map<Object,Collection<String>> to repositoryPrivileges : Map<String,Collection<String>> in method public setRepositoryPrivileges(repositoryPrivileges Map<String,Collection<String>>) : void in class com.fasterxml.jackson.failing.SubTypeResolution1964Test.AccessModel | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<Object,Collection<String>> to Map<String,Collection<String>> in method public getRepositoryPrivileges() : Map<String,Collection<String>> in class com.fasterxml.jackson.failing.SubTypeResolution1964Test.AccessModel | From | To | |
Change Variable Type | 1 | ||
Change Variable Type repoPrivilegesMap : Map<Object,Collection<String>> to repoPrivilegesMap : Map<String,Collection<String>> in method public testTypeCompatibility1964() : void in class com.fasterxml.jackson.failing.SubTypeResolution1964Test | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type repositoryPrivileges : Map<Object,Collection<String>> to repositoryPrivileges : Map<String,Collection<String>> in class com.fasterxml.jackson.failing.SubTypeResolution1964Test.AccessModel | From | To |