a871fdd6016e84d73c0dc8b503c459f387b62232
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type typeParams : ITypeBinding[] to typeParams : List<? extends TypeParameterElement> in method private printTypeParameters(typeParams List<? extends TypeParameterElement>) : void in class com.google.devtools.j2objc.ast.DebugASTPrinter | From | To | |
Rename Variable | 1 | ||
Rename Variable variableBinding : IVariableBinding to variableElement : VariableElement in method public visit(node LambdaExpression) : boolean in class com.google.devtools.j2objc.ast.DebugASTPrinter | From | To | |
Change Variable Type | 3 | ||
Change Variable Type variableBinding : IVariableBinding to variableElement : VariableElement in method public visit(node LambdaExpression) : boolean in class com.google.devtools.j2objc.ast.DebugASTPrinter | From | To | |
Change Variable Type meth : IMethodBinding to meth : ExecutableElement in method public visit(node MethodDeclaration) : boolean in class com.google.devtools.j2objc.ast.DebugASTPrinter | From | To | |
Change Variable Type exceptions : ITypeBinding[] to exceptions : List<? extends TypeMirror> in method public visit(node MethodDeclaration) : boolean in class com.google.devtools.j2objc.ast.DebugASTPrinter | From | To |