e40484f02a900811579a366c68365fb8a8ff0ba8
Files Diff
- Added: 10
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable tmp : List<AopConfigration> to list : ArrayList<AopConfigration> in method public init() : void in class org.nutz.ioc.aop.impl.DefaultMirrorFactory | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.nutz.lang.util.AbstractLifeCycle from classes [org.nutz.ioc.aop.impl.DefaultMirrorFactory] | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type tmp : List<AopConfigration> to list : ArrayList<AopConfigration> in method public init() : void in class org.nutz.ioc.aop.impl.DefaultMirrorFactory | From | To | |
| Extract Method | 1 | ||
| Extract Method public init() : void extracted from public getMirror(type Class<T>, name String) : Mirror<T> in class org.nutz.ioc.aop.impl.DefaultMirrorFactory | From | To |