2bf779638473967b49faddcdca85b11bd595de7d
Files Diff
- Added: 10
- Removed: 0
- Renamed: 0
- Modified: 5
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
com.google.code.gson:gson:2.5 | |
junit:junit:4.12 | |
com.squareup.okhttp3:mockwebserver:3.6.0 | |
org.jvnet:animal-sniffer-annotation:1.0 | |
org.assertj:assertj-core:3.10.0 | |
com.squareup.okhttp3:okhttp:3.6.0 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Variable | 2 | ||
Inline Variable ctx : JAXBContext in method public createUnmarshaller(clazz Class<?>) : Unmarshaller from class feign.jaxb.JAXBContextFactory | From | To | |
Inline Variable ctx : JAXBContext in method public createMarshaller(clazz Class<?>) : Marshaller from class feign.jaxb.JAXBContextFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type jaxbContexts : ConcurrentHashMap<Class,JAXBContext> to jaxbContexts : ConcurrentHashMap<Class<?>,JAXBContext> in class feign.jaxb.JAXBContextFactory | From | To |