a05ab9fca41d49b05aa3958a285858e9e205fe41
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type all : AllIndicesInfo to all : OpenIndicesInfo in method public create(closed ClosedIndices, reopened ClosedIndices, all OpenIndicesInfo) : AllIndices in class org.graylog2.rest.models.system.indexer.responses.AllIndices | From | To | |
Change Return Type | 4 | ||
Change Return Type AllIndicesInfo to OpenIndicesInfo in method public create(indices Map<String,IndexInfo>) : OpenIndicesInfo in class org.graylog2.rest.models.system.indexer.responses.OpenIndicesInfo | From | To | |
Change Return Type BulkIndices to AllIndices in method public create(closed ClosedIndices, reopened ClosedIndices, all OpenIndicesInfo) : AllIndices in class org.graylog2.rest.models.system.indexer.responses.AllIndices | From | To | |
Change Return Type AllIndicesInfo to AllIndices in method public all() : AllIndices in class org.graylog2.rest.resources.system.indexer.IndicesResource | From | To | |
Change Return Type AllIndicesInfo to OpenIndicesInfo in method public abstract all() : OpenIndicesInfo in class org.graylog2.rest.models.system.indexer.responses.AllIndices | From | To | |
Rename Class | 2 | ||
Rename Class org.graylog2.rest.models.system.indexer.responses.BulkIndices renamed to org.graylog2.rest.models.system.indexer.responses.AllIndices | From | To | |
Rename Class org.graylog2.rest.models.system.indexer.responses.AllIndicesInfo renamed to org.graylog2.rest.models.system.indexer.responses.OpenIndicesInfo | From | To | |
Extract Method | 1 | ||
Extract Method public open() : OpenIndicesInfo extracted from public all() : AllIndicesInfo in class org.graylog2.rest.resources.system.indexer.IndicesResource | From | To |