8ad6dd3a1421cbf175ca4ab3f1eb9a64f98d2fc0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable is : InputStream to inputStream : InputStream in method public calculateFileId(fullPath String, inputStream InputStream) : String in class com.galenframework.utils.GalenUtils | From | To | |
Inline Variable | 1 | ||
Inline Variable fullPath : String in method public load(filePath String, cx Context, scope Scriptable) : void from class com.galenframework.javascript.JsFunctionLoad | From | To | |
Extract Method | 5 | ||
Extract Method private loadScript(cx Context, scope Scriptable, fullPath String) : void extracted from public load(filePath String, cx Context, scope Scriptable) : void in class com.galenframework.javascript.JsFunctionLoad | From | To | |
Extract Method private retrieveScriptAsInputStream(fullPath String) : InputStream extracted from public load(filePath String, cx Context, scope Scriptable) : void in class com.galenframework.javascript.JsFunctionLoad | From | To | |
Extract Method private peekContextPathStack() : String extracted from public load(filePath String, cx Context, scope Scriptable) : void in class com.galenframework.javascript.JsFunctionLoad | From | To | |
Extract Method private constructFullPathToScript(filePath String, fullPath String) : String extracted from public load(filePath String, cx Context, scope Scriptable) : void in class com.galenframework.javascript.JsFunctionLoad | From | To | |
Extract Method public calculateFileId(fullPath String, inputStream InputStream) : String extracted from public calculateFileId(fullPath String) : String in class com.galenframework.utils.GalenUtils | From | To |