8b47e2169cb08db970b70665bb8764538cf15624
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type typeParameters : List<TypeParameter> to typeArguments : TypeArguments in method public MethodReferenceExpr(range Range, scope Expression, typeArguments TypeArguments, identifier String) in class com.github.javaparser.ast.expr.MethodReferenceExpr | From | To | |
Change Parameter Type typeParameters : List<TypeParameter> to typeArguments : TypeArguments in method public MethodReferenceExpr(beginLine int, beginColumn int, endLine int, endColumn int, scope Expression, typeArguments TypeArguments, identifier String) in class com.github.javaparser.ast.expr.MethodReferenceExpr | From | To | |
Rename Variable | 1 | ||
Rename Variable a : TypeParameter to t : Type in method public visit(n MethodReferenceExpr, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type a : TypeParameter to t : Type in method public visit(n MethodReferenceExpr, arg A) : void in class com.github.javaparser.ast.visitor.VoidVisitorAdapter | From | To | |
Rename Parameter | 2 | ||
Rename Parameter typeParameters : List<TypeParameter> to typeArguments : TypeArguments in method public MethodReferenceExpr(beginLine int, beginColumn int, endLine int, endColumn int, scope Expression, typeArguments TypeArguments, identifier String) in class com.github.javaparser.ast.expr.MethodReferenceExpr | From | To | |
Rename Parameter typeParameters : List<TypeParameter> to typeArguments : TypeArguments in method public MethodReferenceExpr(range Range, scope Expression, typeArguments TypeArguments, identifier String) in class com.github.javaparser.ast.expr.MethodReferenceExpr | From | To |