d617434eac08871ee152eff58d4fbd1f5ab98abc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type deflectorIndices : Map<String,IndexStats> to deflectorIndices : Map<String,Set<String>> in method private runRetention(deflectorIndices Map<String,Set<String>>, removeCount int) : void in class org.graylog2.indexer.retention.strategies.AbstractIndexCountBasedRetentionStrategy | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,IndexStats> to Map<String,Set<String>> in method public getAllGraylogDeflectorIndices() : Map<String,Set<String>> in class org.graylog2.indexer.Deflector | From | To | |
Change Variable Type | 2 | ||
Change Variable Type deflectorIndices : Map<String,IndexStats> to deflectorIndices : Map<String,Set<String>> in method public retain() : void in class org.graylog2.indexer.retention.strategies.AbstractIndexCountBasedRetentionStrategy | From | To | |
Change Variable Type deflectorIndices : Map<String,IndexStats> to deflectorIndices : Map<String,Set<String>> in method public nullIndexerDoesNotThrow() : void in class org.graylog2.indexer.DeflectorTest | From | To | |
Extract Variable | 1 | ||
Extract Variable indexNames : Set<String> in method public getNewestTargetNumber() : int from class org.graylog2.indexer.Deflector | From | To |