133c81b2f99ee1c08acacbd47572e99bc2680424
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public removeLabel() : BreakStmt renamed to public removeValue() : BreakStmt in class com.github.javaparser.ast.stmt.BreakStmt | From | To | |
| Rename Method public getLabel() : Optional<SimpleName> renamed to public getValue() : Optional<Expression> in class com.github.javaparser.ast.stmt.BreakStmt | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type label : SimpleName to value : Expression in method public BreakStmt(tokenRange TokenRange, value Expression) in class com.github.javaparser.ast.stmt.BreakStmt | From | To | |
| Change Parameter Type label : SimpleName to value : Expression in method public BreakStmt(value Expression) in class com.github.javaparser.ast.stmt.BreakStmt | From | To | |
| Rename Variable | 2 | ||
| Rename Variable label : SimpleName to value : Expression in method public visit(n BreakStmt, arg A) : Visitable in class com.github.javaparser.ast.visitor.ModifierVisitor | From | To | |
| Rename Variable label : SimpleName to value : Expression in method public visit(n BreakStmt, arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Optional<SimpleName> to Optional<Expression> in method public getValue() : Optional<Expression> in class com.github.javaparser.ast.stmt.BreakStmt | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute label : SimpleName to value : Expression in class com.github.javaparser.ast.stmt.BreakStmt | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type label : SimpleName to value : Expression in method public visit(n BreakStmt, arg Object) : Visitable in class com.github.javaparser.ast.visitor.CloneVisitor | From | To | |
| Change Variable Type label : SimpleName to value : Expression in method public visit(n BreakStmt, arg A) : Visitable in class com.github.javaparser.ast.visitor.ModifierVisitor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type label : SimpleName to value : Expression in class com.github.javaparser.ast.stmt.BreakStmt | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter label : SimpleName to value : Expression in method public BreakStmt(tokenRange TokenRange, value Expression) in class com.github.javaparser.ast.stmt.BreakStmt | From | To | |
| Rename Parameter label : SimpleName to value : Expression in method public BreakStmt(value Expression) in class com.github.javaparser.ast.stmt.BreakStmt | From | To |