6a1ee724c337694ee28b2a09af41c236b880ba66
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Category to JavaToken.Category in method public getCategory() : JavaToken.Category in class com.github.javaparser.JavaToken | From | To | |
Extract Method | 3 | ||
Extract Method public isEndOfLineToken(kind int) : boolean extracted from public isEndOfLineCharacter(tokenType int) : boolean in class com.github.javaparser.TokenTypes | From | To | |
Extract Method public spaceTokenKind() : int extracted from public spaceToken() : int in class com.github.javaparser.TokenTypes | From | To | |
Extract Method public eolTokenKind() : int extracted from public eolToken() : int in class com.github.javaparser.TokenTypes | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getCategory(kind int) : JavaToken.Category extracted from public getCategory() : Category in class com.github.javaparser.JavaToken & moved to class com.github.javaparser.TokenTypes | From | To | |
Rename Parameter | 6 | ||
Rename Parameter tokenType : int to kind : int in method public isEndOfLineToken(kind int) : boolean in class com.github.javaparser.TokenTypes | From | To | |
Rename Parameter tokenType : int to kind : int in method public isWhitespaceOrComment(kind int) : boolean in class com.github.javaparser.TokenTypes | From | To | |
Rename Parameter tokenType : int to kind : int in method public isSpaceOrTab(kind int) : boolean in class com.github.javaparser.TokenTypes | From | To | |
Rename Parameter tokenType : int to kind : int in method public isEndOfLineCharacter(kind int) : boolean in class com.github.javaparser.TokenTypes | From | To | |
Rename Parameter tokenType : int to kind : int in method public isWhitespace(kind int) : boolean in class com.github.javaparser.TokenTypes | From | To | |
Rename Parameter tokenType : int to kind : int in method public isComment(kind int) : boolean in class com.github.javaparser.TokenTypes | From | To |