57b31220d25f59bb4aa4903dfee4b8ec2be4525e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 4 | ||
Push Down Method public Context() from class org.junit.gen5.engine.Context to public JUnit5Context() from class org.junit.gen5.engine.junit5.JUnit5Context | From | To | |
Push Down Method private Context(map Map<String,Object>) from class org.junit.gen5.engine.Context to private JUnit5Context(map Map<String,Object>) from class org.junit.gen5.engine.junit5.JUnit5Context | From | To | |
Push Down Method public with(key String, value Object) : Context from class org.junit.gen5.engine.Context to private with(key String, value Object) : JUnit5Context from class org.junit.gen5.engine.junit5.JUnit5Context | From | To | |
Push Down Method public get(key String, clazz Class<T>) : T from class org.junit.gen5.engine.Context to private get(key String, clazz Class<T>) : T from class org.junit.gen5.engine.junit5.JUnit5Context | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.junit.gen5.engine.junit5.JUnit5Context from class org.junit.gen5.engine.Context | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type context : Context to context : JUnit5Context in method public execute(context JUnit5Context) : JUnit5Context in class org.junit.gen5.engine.junit5.JUnit5MethodDescriptor | From | To | |
Change Parameter Type parentContext : Context to parentContext : C in method private executeAll(parentDescriptor TestDescriptor, listener EngineExecutionListener, parentContext C) : void in class org.junit.gen5.engine.TreeBasedTestEngine | From | To | |
Change Parameter Type context : Context to context : JUnit5Context in method public afterAll(context JUnit5Context) : JUnit5Context in class org.junit.gen5.engine.junit5.JUnit5ClassDescriptor | From | To | |
Change Return Type | 3 | ||
Change Return Type Context to JUnit5Context in method public execute(context JUnit5Context) : JUnit5Context in class org.junit.gen5.engine.junit5.JUnit5MethodDescriptor | From | To | |
Change Return Type Context to JUnit5Context in method public afterAll(context JUnit5Context) : JUnit5Context in class org.junit.gen5.engine.junit5.JUnit5ClassDescriptor | From | To | |
Change Return Type Context to JUnit5Context in method private with(key String, value Object) : JUnit5Context in class org.junit.gen5.engine.junit5.JUnit5Context | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private map : Map<String,Object> from class org.junit.gen5.engine.Context to private map : Map<String,Object> from class org.junit.gen5.engine.junit5.JUnit5Context | From | To | |
Change Variable Type | 2 | ||
Change Variable Type child : Child to child : Child<C> in method private executeAll(parentDescriptor TestDescriptor, listener EngineExecutionListener, parentContext C) : void in class org.junit.gen5.engine.TreeBasedTestEngine | From | To | |
Change Variable Type context : Context to context : C in method private executeAll(parentDescriptor TestDescriptor, listener EngineExecutionListener, parentContext C) : void in class org.junit.gen5.engine.TreeBasedTestEngine | From | To |