0de5ee0762ea782cd0f3925d90a19c1d9478135d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method package arbitraryScriptProperties() : void renamed to package constructorWithAllArguments() : void in class org.junit.jupiter.engine.extension.ScriptTests | From | To | |
Rename Method private resultFor(script Script, result Object) : ConditionEvaluationResult renamed to package computeConditionEvaluationResult(script Script, result Object) : ConditionEvaluationResult in class org.junit.jupiter.engine.extension.ScriptExecutionManager | From | To | |
Rename Method private mock(type Class<? extends Annotation>, lines String...) : Script renamed to private mockScript(type Class<? extends Annotation>, lines String...) : Script in class org.junit.jupiter.engine.extension.ScriptExecutionManagerTests | From | To | |
Rename Attribute | 2 | ||
Rename Attribute compiledScriptMap : Map<Script,CompiledScript> to compiledScripts : ConcurrentMap<Script,CompiledScript> in class org.junit.jupiter.engine.extension.ScriptExecutionManager | From | To | |
Rename Attribute scriptEngineMap : Map<String,ScriptEngine> to scriptEngines : ConcurrentMap<String,ScriptEngine> in class org.junit.jupiter.engine.extension.ScriptExecutionManager | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type scriptEngineMap : Map<String,ScriptEngine> to scriptEngines : ConcurrentMap<String,ScriptEngine> in class org.junit.jupiter.engine.extension.ScriptExecutionManager | From | To | |
Change Attribute Type compiledScriptMap : Map<Script,CompiledScript> to compiledScripts : ConcurrentMap<Script,CompiledScript> in class org.junit.jupiter.engine.extension.ScriptExecutionManager | From | To |