8e86ba6e698191dad15591ce92a5d648ecaf8109
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type List<LogRecord> to Stream<LogRecord> in method public getLogRecords(clazz Class<?>) : Stream<LogRecord> in class org.junit.platform.commons.logging.LogRecordListener | From | To | |
Change Return Type List<LogRecord> to Stream<LogRecord> in method public getLogRecords() : Stream<LogRecord> in class org.junit.platform.commons.logging.LogRecordListener | From | To | |
Change Return Type List<LogRecord> to Stream<LogRecord> in method public getLogRecords(clazz Class<?>, level Level) : Stream<LogRecord> in class org.junit.platform.commons.logging.LogRecordListener | From | To |