a797283875ab750babcb44d670c0bf9e1135e08f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type mediaType : String to mediaType : MediaType in method public getId(mediaType MediaType) : Short in class org.infinispan.commons.dataconversion.MediaTypeIds | From | To | |
Change Return Type | 1 | ||
Change Return Type String to MediaType in method public getMediaType(id Short) : MediaType in class org.infinispan.commons.dataconversion.MediaTypeIds | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type typeById : Map<Short,String> to typeById : Map<Short,MediaType> in class org.infinispan.commons.dataconversion.MediaTypeIds | From | To | |
Change Attribute Type idByType : Map<String,Short> to idByType : Map<MediaType,Short> in class org.infinispan.commons.dataconversion.MediaTypeIds | From | To |