d65ed581bbe22634a229b071a5bd371ef7d31981
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable startMillis : long to startInstant : Instant in method package getDurationInSeconds(testIdentifier TestIdentifier) : double in class org.junit.gen5.console.tasks.XmlReportData | From | To | |
Rename Variable endMillis : long to endInstant : Instant in method package getDurationInSeconds(testIdentifier TestIdentifier) : double in class org.junit.gen5.console.tasks.XmlReportData | From | To | |
Rename Attribute | 2 | ||
Rename Attribute endTimes : Map<TestIdentifier,Long> to endInstants : Map<TestIdentifier,Instant> in class org.junit.gen5.console.tasks.XmlReportData | From | To | |
Rename Attribute startTimes : Map<TestIdentifier,Long> to startInstants : Map<TestIdentifier,Instant> in class org.junit.gen5.console.tasks.XmlReportData | From | To | |
Change Variable Type | 2 | ||
Change Variable Type endMillis : long to endInstant : Instant in method package getDurationInSeconds(testIdentifier TestIdentifier) : double in class org.junit.gen5.console.tasks.XmlReportData | From | To | |
Change Variable Type startMillis : long to startInstant : Instant in method package getDurationInSeconds(testIdentifier TestIdentifier) : double in class org.junit.gen5.console.tasks.XmlReportData | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type startTimes : Map<TestIdentifier,Long> to startInstants : Map<TestIdentifier,Instant> in class org.junit.gen5.console.tasks.XmlReportData | From | To | |
Change Attribute Type endTimes : Map<TestIdentifier,Long> to endInstants : Map<TestIdentifier,Instant> in class org.junit.gen5.console.tasks.XmlReportData | From | To |