c0f5ba84a3f56d6f7212c8afde9a1cd81b28767a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getTypeElement(t TypeMirror) : TypeElement renamed to public asTypeElement(t TypeMirror) : TypeElement in class com.google.devtools.j2objc.util.TypeUtil | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable enclosingElement : Element to element : Element in method public getDeclaringClass(element Element) : TypeElement in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
| Extract Method | 2 | ||
| Extract Method public getDeclaredTypeKind(t TypeMirror) : ElementKind extracted from public isEnum(t TypeMirror) : boolean in class com.google.devtools.j2objc.util.TypeUtil | From | To | |
| Extract Method public getDeclaredTypeKind(t TypeMirror) : ElementKind extracted from public isInterface(t TypeMirror) : boolean in class com.google.devtools.j2objc.util.TypeUtil | From | To |