c24e9448ff1be2c3f9e54fd357220be99f6f1c19
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private getInstance(tree Tree, state VisitorState) : Object from class com.google.errorprone.bugpatterns.formatstring.FormatString to private getInstance(tree Tree, state VisitorState) : Object from class com.google.errorprone.bugpatterns.formatstring.FormatStringValidation | From | To | |
Move Method private unknownFormatConversion(conversion String) : String from class com.google.errorprone.bugpatterns.formatstring.FormatString to private unknownFormatConversion(conversion String) : String from class com.google.errorprone.bugpatterns.formatstring.FormatStringValidation | From | To | |
Rename Variable | 1 | ||
Rename Variable error : String to result : FormatStringValidation.ValidationResult in method public matchMethodInvocation(tree MethodInvocationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.formatstring.FormatString | From | To | |
Extract Class | 1 | ||
Extract Class com.google.errorprone.bugpatterns.formatstring.FormatStringValidation from class com.google.errorprone.bugpatterns.formatstring.FormatString | From | To | |
Change Variable Type | 1 | ||
Change Variable Type error : String to result : FormatStringValidation.ValidationResult in method public matchMethodInvocation(tree MethodInvocationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.formatstring.FormatString | From | To |