fa5d5de5edb9d0aae6703654641b7929817d3e45
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public suppressibility() : Suppressibility renamed to public supportsSuppressWarnings() : boolean in class com.google.errorprone.bugpatterns.BugChecker | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type suppressibility : Suppressibility to supportsSuppressWarnings : boolean in method private BugCheckerInfo(checker Class<? extends BugChecker>, canonicalName String, allNames ImmutableSet<String>, message String, defaultSeverity SeverityLevel, linkUrl String, supportsSuppressWarnings boolean, customSuppressionAnnotations Set<Class<? extends Annotation>>, tags ImmutableSet<String>, disableable boolean) in class com.google.errorprone.BugCheckerInfo | From | To | |
Change Return Type | 1 | ||
Change Return Type Suppressibility to boolean in method public supportsSuppressWarnings() : boolean in class com.google.errorprone.bugpatterns.BugChecker | From | To | |
Rename Attribute | 1 | ||
Rename Attribute suppressibility : Suppressibility to supportsSuppressWarnings : boolean in class com.google.errorprone.BugCheckerInfo | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type suppressibility : Suppressibility to supportsSuppressWarnings : boolean in class com.google.errorprone.BugCheckerInfo | From | To | |
Rename Parameter | 1 | ||
Rename Parameter suppressibility : Suppressibility to supportsSuppressWarnings : boolean in method private BugCheckerInfo(checker Class<? extends BugChecker>, canonicalName String, allNames ImmutableSet<String>, message String, defaultSeverity SeverityLevel, linkUrl String, supportsSuppressWarnings boolean, customSuppressionAnnotations Set<Class<? extends Annotation>>, tags ImmutableSet<String>, disableable boolean) in class com.google.errorprone.BugCheckerInfo | From | To |