f1648c79a97872c45fd1b9c83b38d4a89fc8b426
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type var : IVariableBinding to var : VariableElement in method private hasWeakPropertyAttribute(var VariableElement) : boolean in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
| Change Parameter Type element : Element to ac : AnnotatedConstruct in method public hasNamedAnnotation(ac AnnotatedConstruct, annotationName String) : boolean in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
| Move Method | 1 | ||
| Move Method package hasWeakPropertyAttribute(var IVariableBinding) : boolean from class com.google.devtools.j2objc.util.BindingUtil to private hasWeakPropertyAttribute(var VariableElement) : boolean from class com.google.devtools.j2objc.util.ElementUtil | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter element : Element to ac : AnnotatedConstruct in method public hasNamedAnnotation(ac AnnotatedConstruct, annotationName String) : boolean in class com.google.devtools.j2objc.util.ElementUtil | From | To | |
| Rename Parameter varElement : VariableElement to var : VariableElement in method public isWeakReference(var VariableElement) : boolean in class com.google.devtools.j2objc.util.ElementUtil | From | To |