f9ea34b52ace79c5f3e1d39fd0f1ade2eba9b06a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Updated | |
| From junit:junit-dep 4.11 To 4.10 | |
| From junit:junit-dep 4.10 To 4.11 | |
| From com.google.truth:truth 0.25 To 0.27 | |
| From junit:junit 4.11 To 4.13-SNAPSHOT | |
| From com.google.truth:truth 0.27 To 0.25 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable ifStmtIdx : int to statementIndex : int in method public matches(statement T, state VisitorState) : boolean in class com.google.errorprone.matchers.NextStatement | From | To | |
| Rename Variable stmts : List<? extends StatementTree> to blockStatements : List<? extends StatementTree> in method public matches(statement T, state VisitorState) : boolean in class com.google.errorprone.matchers.NextStatement | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable prev : Tree to statement : T in method public matches(statement T, state VisitorState) : boolean in class com.google.errorprone.matchers.NextStatement | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type prev : Tree to statement : T in method public matches(statement T, state VisitorState) : boolean in class com.google.errorprone.matchers.NextStatement | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter stmt : T to statement : T in method public matches(statement T, state VisitorState) : boolean in class com.google.errorprone.matchers.NextStatement | From | To |