4c5a65e4b9b12a8f153857c30a38ef71055097b4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private putStoredValue(namespace Namespace, key Object, storedValue StoredValue) : void inlined to package put(namespace Namespace, key Object, value Object) : void in class org.junit.jupiter.engine.execution.ExtensionValuesStore | From | To | |
Inline Method private putStoredValue(namespace Namespace, key Object, storedValue StoredValue) : void inlined to package getOrComputeIfAbsent(namespace Namespace, key K, defaultCreator Function<K,V>) : Object in class org.junit.jupiter.engine.execution.ExtensionValuesStore | From | To | |
Change Return Type | 1 | ||
Change Return Type StoredValue to Supplier<Object> in method private getStoredValue(compositeKey CompositeKey) : Supplier<Object> in class org.junit.jupiter.engine.execution.ExtensionValuesStore | From | To | |
Change Variable Type | 2 | ||
Change Variable Type previous : StoredValue to previous : Supplier<Object> in method package remove(namespace Namespace, key Object) : Object in class org.junit.jupiter.engine.execution.ExtensionValuesStore | From | To | |
Change Variable Type storedValue : StoredValue to storedValue : Supplier<Object> in method private getStoredValue(compositeKey CompositeKey) : Supplier<Object> in class org.junit.jupiter.engine.execution.ExtensionValuesStore | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type storedValues : Map<Object,StoredValue> to storedValues : ConcurrentMap<CompositeKey,Supplier<Object>> in class org.junit.jupiter.engine.execution.ExtensionValuesStore | From | To |