292ebcf0a4c10d5ba9e11516d33f9765b44c8541
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable entry2 : Map<String,String> to map2 : Map<String,String> in method public reportEntriesArePublishedToExecutionContext() : void in class org.junit.gen5.engine.junit5.execution.ExtensionContextTests | From | To | |
Rename Variable entry1 : Map<String,String> to map1 : Map<String,String> in method public reportEntriesArePublishedToExecutionContext() : void in class org.junit.gen5.engine.junit5.execution.ExtensionContextTests | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public appendDescription(appendable Appendable) : void extracted from public reportingEntryPublished(testIdentifier TestIdentifier, entry ReportEntry) : void in class org.junit.gen5.junit4.runner.JUnit5RunnerListener & moved to class org.junit.gen5.engine.reporting.ReportEntry | From | To | |
Rename Parameter | 1 | ||
Rename Parameter values : Map<String,String> to keyValuePairs : Map<String,String> in method public from(keyValuePairs Map<String,String>) : ReportEntry in class org.junit.gen5.engine.reporting.ReportEntry | From | To |