44a17743f131b8f02bb0fdd39755127a6de707a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public supportsSuppressWarnings() : boolean renamed to public suppressibility() : Suppressibility in class com.google.errorprone.bugpatterns.BugChecker | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public supportsSuppressWarnings() : boolean moved from class com.google.errorprone.BugCheckerInfo to class com.google.errorprone.SuppressionHelper & inlined to public isSuppressed(suppressible Suppressible, suppressionsOnCurrentPath Set<String>, customSuppressionsOnCurrentPath Set<Class<? extends Annotation>>, severityLevel SeverityLevel, inGeneratedCode boolean, disableWarningsInGeneratedCode boolean) : boolean | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type supportsSuppressWarnings : boolean to suppressibility : Suppressibility in method private BugCheckerInfo(checker Class<? extends BugChecker>, canonicalName String, allNames ImmutableSet<String>, message String, defaultSeverity SeverityLevel, linkUrl String, suppressibility Suppressibility, 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 boolean to Suppressibility in method public suppressibility() : Suppressibility in class com.google.errorprone.bugpatterns.BugChecker | From | To | |
Rename Attribute | 1 | ||
Rename Attribute supportsSuppressWarnings : boolean to suppressibility : Suppressibility in class com.google.errorprone.BugCheckerInfo | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type supportsSuppressWarnings : boolean to suppressibility : Suppressibility in class com.google.errorprone.BugCheckerInfo | From | To | |
Rename Parameter | 1 | ||
Rename Parameter supportsSuppressWarnings : boolean to suppressibility : Suppressibility in method private BugCheckerInfo(checker Class<? extends BugChecker>, canonicalName String, allNames ImmutableSet<String>, message String, defaultSeverity SeverityLevel, linkUrl String, suppressibility Suppressibility, customSuppressionAnnotations Set<Class<? extends Annotation>>, tags ImmutableSet<String>, disableable boolean) in class com.google.errorprone.BugCheckerInfo | From | To |