30137a0d3feb47915713fd235b21543b28d2e239
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type typeCache : LoadingCache<String,Optional<Type>> to typeCache : Map<String,Optional<Type>> in method private VisitorState(context Context, descriptionListener DescriptionListener, severityMap Map<String,SeverityLevel>, errorProneOptions ErrorProneOptions, statisticsCollector StatisticsCollector, typeCache Map<String,Optional<Type>>, path TreePath, suppressedState SuppressedState) in class com.google.errorprone.VisitorState | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type typeCache : LoadingCache<String,Optional<Type>> to typeCache : Map<String,Optional<Type>> in class com.google.errorprone.VisitorState | From | To |