82597c08954d308573ea7a86f27619eef8bdbfa6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testForNameWithClass() : void renamed to public forNameWithClass() : void in class org.junit.gen5.engine.TestPlanSpecificationTests | From | To | |
| Rename Method public testForNameWithMethod() : void renamed to public forNameWithMethod() : void in class org.junit.gen5.engine.TestPlanSpecificationTests | From | To | |
| Rename Variable | 2 | ||
| Rename Variable specification : TestPlanSpecificationElement to element : TestPlanSpecificationElement in method public forNameWithClass() : void in class org.junit.gen5.engine.TestPlanSpecificationTests | From | To | |
| Rename Variable specification : TestPlanSpecificationElement to element : TestPlanSpecificationElement in method public forNameWithMethod() : void in class org.junit.gen5.engine.TestPlanSpecificationTests | From | To | |
| Extract Method | 2 | ||
| Extract Method private fullyQualifiedMethodName() : String extracted from public testForNameWithMethod() : void in class org.junit.gen5.engine.TestPlanSpecificationTests | From | To | |
| Extract Method package getElements() : List<TestPlanSpecificationElement> extracted from public iterator() : Iterator<TestPlanSpecificationElement> in class org.junit.gen5.engine.TestPlanSpecification | From | To |