657142bb0d8c2333d3d260dc8c010fb643347b77
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| org.ow2.asm:asm:5.0.3 | |
| Updated | |
| From com.fasterxml.jackson.core:jackson-databind 2.4.3 To 2.3.3 | |
| From com.fasterxml.jackson.core:jackson-databind 2.3.3 To 2.4.3 | |
| From org.slf4j:slf4j-api 1.7.10 To 1.7.7 | |
| From org.slf4j:slf4j-api 1.7.7 To 1.7.10 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Attribute | 1 | ||
| Rename Attribute classesOfInterest : Class<?>[] to classesOfInterestInfos : Set<ClassInfo> in class com.ea.orbit.actors.runtime.ClassPathSearch | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type i : Class<?> to i : ClassInfo in method public findImplementation(theInterface Class<T>, limit int) : Class<R> in class com.ea.orbit.actors.runtime.ClassPathSearch | From | To | |
| Change Variable Type base : Class<?> to base : ClassInfo in method public findImplementation(theInterface Class<T>, limit int) : Class<R> in class com.ea.orbit.actors.runtime.ClassPathSearch | From | To | |
| Extract Method | 1 | ||
| Extract Method public findImplementation(theInterface Class<T>, limit int) : Class<R> extracted from public findImplementation(theInterface Class<T>) : Class<R> in class com.ea.orbit.actors.runtime.ClassPathSearch | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type unprocessed : ConcurrentHashSet<String> to unprocessed : ConcurrentHashMap<String,ClassInfo> in class com.ea.orbit.actors.runtime.ClassPathSearch | From | To | |
| Change Attribute Type classesOfInterest : Class<?>[] to classesOfInterestInfos : Set<ClassInfo> in class com.ea.orbit.actors.runtime.ClassPathSearch | From | To |