470866bc19cac8717ac77b26efc1fe703bed264a
Files Diff
- Added: 17
- Removed: 3
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Class | 2 | ||
| Move And Rename Class org.junit.gen5.engine.junit5.JUnit5ClassDescriptor moved and renamed to org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor | From | To | |
| Move And Rename Class org.junit.gen5.engine.junit5.JUnit5MethodDescriptor moved and renamed to org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
| Move Class | 1 | ||
| Move Class org.junit.gen5.engine.junit5.JUnit5EngineDescriptor moved to org.junit.gen5.engine.junit5.descriptor.JUnit5EngineDescriptor | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.junit.gen5.engine.junit5.descriptor.JUnit5TestDescriptor from classes [org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor, org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute method : Method to testMethod : Method in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter parentId : String to uniqueId : String in method package MethodTestDescriptor(uniqueId String, testClass Class<?>, testMethod Method) in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
| Rename Parameter method : Method to testMethod : Method in method package MethodTestDescriptor(uniqueId String, testClass Class<?>, testMethod Method) in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
| Rename Parameter engineId : String to uniqueId : String in method package ClassTestDescriptor(uniqueId String, testClass Class<?>) in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor | From | To |