0c02965854e825d9a6895f813a5f922bf863502b
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type resources : NodeList<VariableDeclarationExpr> to resources : NodeList<Expression> in method public setResources(resources NodeList<Expression>) : TryStmt in class com.github.javaparser.ast.stmt.TryStmt | From | To | |
| Change Parameter Type resources : NodeList<VariableDeclarationExpr> to resources : NodeList<Expression> in method public TryStmt(tokenRange TokenRange, resources NodeList<Expression>, tryBlock BlockStmt, catchClauses NodeList<CatchClause>, finallyBlock BlockStmt) in class com.github.javaparser.ast.stmt.TryStmt | From | To | |
| Change Parameter Type resources : NodeList<VariableDeclarationExpr> to resources : NodeList<Expression> in method public TryStmt(resources NodeList<Expression>, tryBlock BlockStmt, catchClauses NodeList<CatchClause>, finallyBlock BlockStmt) in class com.github.javaparser.ast.stmt.TryStmt | From | To | |
| Change Return Type | 1 | ||
| Change Return Type NodeList<VariableDeclarationExpr> to NodeList<Expression> in method public getResources() : NodeList<Expression> in class com.github.javaparser.ast.stmt.TryStmt | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type resources : NodeList<VariableDeclarationExpr> to resources : NodeList<Expression> in method public visit(n TryStmt, arg A) : Visitable in class com.github.javaparser.ast.visitor.ModifierVisitor | From | To | |
| Change Variable Type resources : NodeList<VariableDeclarationExpr> to resources : NodeList<Expression> in method public visit(n TryStmt, arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor | From | To | |
| Change Variable Type resources : Iterator<VariableDeclarationExpr> to resources : Iterator<Expression> in method public visit(n TryStmt, arg Void) : void in class com.github.javaparser.printer.PrettyPrintVisitor | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type resources : NodeList<VariableDeclarationExpr> to resources : NodeList<Expression> in class com.github.javaparser.ast.stmt.TryStmt | From | To | |
| Change Attribute Type variableDeclarationExprList : NodeList<VariableDeclarationExpr> to variableDeclarationExprList : NodeList<Expression> in class com.github.javaparser.bdd.steps.ManipulationSteps | From | To |