4fc555d0cd0c70b977c78c4293b3438241661b6e
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
junit:junit:4.12 | |
ch.qos.logback:logback-classic:1.1.3 | |
org.slf4j:slf4j-api:1.7.12 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method package toGenericSignature(sb StringBuilder, type Type) : void from class com.ea.orbit.rest.async.OrbitRestClient to package toGenericSignature(sb StringBuilder, type Type) : void from class com.ea.orbit.rest.async.GenericUtils | From | To | |
Move Method package toGenericSignature(type Type) : String from class com.ea.orbit.rest.async.OrbitRestClient to package toGenericSignature(type Type) : String from class com.ea.orbit.rest.async.GenericUtils | From | To | |
Extract Class | 1 | ||
Extract Class com.ea.orbit.rest.async.GenericUtils from class com.ea.orbit.rest.async.OrbitRestClient | From | To | |
Rename Class | 1 | ||
Rename Class com.ea.orbit.rest.async.SignatureConversionTest.C2 renamed to com.ea.orbit.rest.async.SignatureConversionTest.ClassWithGenericMethods | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class com.ea.orbit.rest.async.RestInvocationCallbackImpl moved and renamed to com.ea.orbit.rest.async.SignatureConversionTest.ClassWithGenericMethods.BB.CC | From | To | |
Move And Rename Class com.ea.orbit.rest.async.SignatureConversionTest.C1 moved and renamed to com.ea.orbit.rest.async.SignatureConversionTest.ClassWithGenericMethods.BB | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.ea.orbit.rest.async.SignatureConversionTest.ClassWithGenericMethods.AA from classes [com.ea.orbit.rest.async.SignatureConversionTest.ClassWithGenericMethods.BB] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type proxies : ConcurrentHashMap<Class<?>,Object> to proxies : Map<Class<?>,Object> in class com.ea.orbit.rest.async.OrbitRestClient | From | To |