0d21341c8712627138bee4ddb9f4f506825bbb85
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
com.google.truth.extensions:truth-java8-extension:0.31 | |
Updated | |
From junit:junit 4.13-SNAPSHOT To 4.11 | |
From junit:junit 4.11 To 4.13-SNAPSHOT |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public lastCheckFlagWins() : void renamed to public lastSeverityFlagWins() : void in class com.google.errorprone.ErrorProneOptionsTest | From | To | |
Rename Method public handlesErrorProneFlags() : void renamed to public handlesErrorProneSeverityFlags() : void in class com.google.errorprone.ErrorProneOptionsTest | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private parseCustomFlagIntoOptionsBuilder(builder Builder, arg String) : void from class com.google.errorprone.ErrorProneOptions to private parseSeverity(arg String) : void from class com.google.errorprone.ErrorProneOptions.Builder | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type severities : ImmutableMap<String,BugPattern.SeverityLevel> to severities : ImmutableMap<String,SeverityLevel> in method package ScannerSupplierImpl(checks ImmutableBiMap<String,BugCheckerInfo>, severities ImmutableMap<String,SeverityLevel>, disabled ImmutableSet<String>, flags ErrorProneFlags) in class com.google.errorprone.scanner.ScannerSupplierImpl | From | To | |
Change Return Type | 3 | ||
Change Return Type ImmutableMap<String,BugPattern.SeverityLevel> to ImmutableMap<String,SeverityLevel> in method public severities() : ImmutableMap<String,SeverityLevel> in class com.google.errorprone.scanner.ScannerSupplierImpl | From | To | |
Change Return Type ImmutableMap<String,BugPattern.SeverityLevel> to ImmutableMap<String,SeverityLevel> in method private defaultSeverities(checkers Iterable<BugCheckerInfo>) : ImmutableMap<String,SeverityLevel> in class com.google.errorprone.scanner.ScannerSupplier | From | To | |
Change Return Type ImmutableMap<String,BugPattern.SeverityLevel> to ImmutableMap<String,SeverityLevel> in method public abstract severities() : ImmutableMap<String,SeverityLevel> in class com.google.errorprone.scanner.ScannerSupplier | From | To | |
Rename Attribute | 1 | ||
Rename Attribute CUSTOM_ENABLEMENT_PREFIX : String to SEVERITY_PREFIX : String in class com.google.errorprone.ErrorProneOptions | From | To | |
Extract Variable | 1 | ||
Extract Variable overridden : ScannerSupplier in method public applyOverridesWorksOnEmptySeverityMap() : void from class com.google.errorprone.scanner.ScannerSupplierTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type severities : ImmutableMap.Builder<String,BugPattern.SeverityLevel> to severities : ImmutableMap.Builder<String,SeverityLevel> in method private defaultSeverities(checkers Iterable<BugCheckerInfo>) : ImmutableMap<String,SeverityLevel> in class com.google.errorprone.scanner.ScannerSupplier | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type severities : ImmutableMap<String,BugPattern.SeverityLevel> to severities : ImmutableMap<String,SeverityLevel> in class com.google.errorprone.scanner.ScannerSupplierImpl | From | To |