aee23c3e1c08fbdc7e0303330b1e7c58dc32cf0f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setVariableBinding(binding IVariableBinding) : EnumConstantDeclaration renamed to public setVariableElement(element VariableElement) : EnumConstantDeclaration in class com.google.devtools.j2objc.ast.EnumConstantDeclaration | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type binding : IVariableBinding to element : VariableElement in method public setVariableElement(element VariableElement) : EnumConstantDeclaration in class com.google.devtools.j2objc.ast.EnumConstantDeclaration | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute variableBinding : IVariableBinding to variableElement : VariableElement in class com.google.devtools.j2objc.ast.EnumConstantDeclaration | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type variableBinding : IVariableBinding to variableElement : VariableElement in class com.google.devtools.j2objc.ast.EnumConstantDeclaration | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter binding : IVariableBinding to element : VariableElement in method public setVariableElement(element VariableElement) : EnumConstantDeclaration in class com.google.devtools.j2objc.ast.EnumConstantDeclaration | From | To |