a69cad67138dd8f25013079ced4ad1dd52f31027
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package ensureValidAccordingToJenkinsSchema(content String) : String renamed to package assertValidAccordingToJenkinsSchema(content String) : void in class org.junit.platform.console.tasks.XmlReportAssertions | From | To | |
Change Return Type | 1 | ||
Change Return Type String to void in method package assertValidAccordingToJenkinsSchema(content String) : void in class org.junit.platform.console.tasks.XmlReportAssertions | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable cData : String to data : String in method private writeCDataSafely(writer XMLStreamWriter, data String) : void in class org.junit.platform.console.tasks.XmlReportWriter | From | To | |
Inline Variable | 1 | ||
Inline Variable uniqueId : UniqueId in method package writesEmptyErrorElementForFailedTestWithoutCause() : void from class org.junit.platform.console.tasks.XmlReportWriterTests | From | To | |
Extract Method | 8 | ||
Extract Method private writeXmlReport(testPlan TestPlan, reportData XmlReportData) : String extracted from package writesReportEntry() : void in class org.junit.platform.console.tasks.XmlReportWriterTests | From | To | |
Extract Method private writeCDataSafely(writer XMLStreamWriter, data String) : void extracted from private writeNonStandardAttributesToSystemOutElement(testIdentifier TestIdentifier, writer XMLStreamWriter) : void in class org.junit.platform.console.tasks.XmlReportWriter | From | To | |
Extract Method private writeXmlReport(testPlan TestPlan, reportData XmlReportData) : String extracted from package writesTestsuiteElementsWithoutTestcaseElementsWithoutAnyTests() : void in class org.junit.platform.console.tasks.XmlReportWriterTests | From | To | |
Extract Method private writeXmlReport(testPlan TestPlan, reportData XmlReportData) : String extracted from package writesEmptyErrorElementForFailedTestWithoutCause() : void in class org.junit.platform.console.tasks.XmlReportWriterTests | From | To | |
Extract Method private writeCDataSafely(writer XMLStreamWriter, data String) : void extracted from private writeFailureAttributesAndContent(throwable Throwable, writer XMLStreamWriter) : void in class org.junit.platform.console.tasks.XmlReportWriter | From | To | |
Extract Method private writeCDataSafely(writer XMLStreamWriter, data String) : void extracted from private writeSkippedElement(reason String, writer XMLStreamWriter) : void in class org.junit.platform.console.tasks.XmlReportWriter | From | To | |
Extract Method private writeXmlReport(testPlan TestPlan, reportData XmlReportData) : String extracted from package omitsMessageAttributeForFailedTestWithThrowableWithoutMessage() : void in class org.junit.platform.console.tasks.XmlReportWriterTests | From | To | |
Extract Method private writeXmlReport(testPlan TestPlan, reportData XmlReportData) : String extracted from package writesEmptySkippedElementForSkippedTestWithoutReason() : void in class org.junit.platform.console.tasks.XmlReportWriterTests | From | To |