d5f5a30e19d08b0436a15a0567885d6a0fd71812
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getCommandArguments() : String renamed to public getCommandLine() : String in class melnorme.lang.tooling.commands.CommandInvocation | From | To | |
| Rename Method public validateCommandArguments(variablesResolver IVariablesResolver) : Indexable<String> renamed to public evaluateCommandArguments(variablesResolver IVariablesResolver) : String in class melnorme.lang.tooling.commands.CommandInvocation | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type commandLine : String[] to commandLine : Indexable<String> in method protected renderCommandLineLabel(commandLine Indexable<String>) : String in class melnorme.lang.ide.launching.EclipseProcessLauncher | From | To | |
| Change Parameter Type cmdLine : String[] to resolvedProgramInvocation : CommandInvocation in method protected newSystemProcess(resolvedProgramInvocation CommandInvocation) : Process in class melnorme.lang.ide.launching.EclipseProcessLauncher | From | To | |
| Change Parameter Type cmdLine : String[] to cmdLine : Indexable<String> in method public newEclipseProcessWithLabelUpdater(launch ILaunch, cmdLine Indexable<String>, sp Process) : IProcess in class melnorme.lang.ide.launching.EclipseProcessLauncher | From | To | |
| Change Return Type | 4 | ||
| Change Return Type ProcessLaunchInfo to EclipseProcessLauncher in method protected getValidLaunchInfo(configuration ILaunchConfiguration, buildTargetSettings CompositeBuildTargetSettings) : EclipseProcessLauncher in class melnorme.lang.ide.launching.LangLaunchConfigurationDelegate | From | To | |
| Change Return Type Indexable<String> to String in method public getValidatedValue() : String in class melnorme.lang.tooling.commands.CommandInvocation.ValidatedCommandArgumentsSource | From | To | |
| Change Return Type Indexable<String> to String in method public doGetValidatedValue(variablesResolver IVariablesResolver) : String in class melnorme.lang.tooling.commands.CommandInvocation.ValidatedCommandArgumentsSource | From | To | |
| Change Return Type Indexable<String> to String in method public evaluateCommandArguments(variablesResolver IVariablesResolver) : String in class melnorme.lang.tooling.commands.CommandInvocation | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute environment : Map<String,String> to buildOperation : CommonOperation in class melnorme.lang.ide.launching.EclipseProcessLauncher | From | To | |
| Rename Attribute appendEnvironment : boolean to unresolvedProgramInvocation : CommandInvocation in class melnorme.lang.ide.launching.EclipseProcessLauncher | From | To | |
| Rename Attribute processArguments : String[] to project : IProject in class melnorme.lang.ide.launching.EclipseProcessLauncher | From | To | |
| Rename Attribute commandArguments : String to commandLine : String in class melnorme.lang.tooling.commands.CommandInvocation | From | To | |
| Extract Method | 1 | ||
| Extract Method public getProcessBuilder() : ProcessBuilder extracted from public getProcessBuilder(variablesResolver IVariablesResolver) : ProcessBuilder in class melnorme.lang.tooling.commands.CommandInvocation | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type environment : Map<String,String> to buildOperation : CommonOperation in class melnorme.lang.ide.launching.EclipseProcessLauncher | From | To | |
| Change Attribute Type processArguments : String[] to project : IProject in class melnorme.lang.ide.launching.EclipseProcessLauncher | From | To | |
| Change Attribute Type appendEnvironment : boolean to unresolvedProgramInvocation : CommandInvocation in class melnorme.lang.ide.launching.EclipseProcessLauncher | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter commandArguments : String to commandLine : String in method public CommandInvocation(commandLine String, envVars MapAccess<String,String>, appendEnv boolean) in class melnorme.lang.tooling.commands.CommandInvocation | From | To | |
| Rename Parameter commandArguments : String to commandLine : String in method public CommandInvocation(commandLine String) in class melnorme.lang.tooling.commands.CommandInvocation | From | To | |
| Rename Parameter cmdLine : String[] to resolvedProgramInvocation : CommandInvocation in method protected newSystemProcess(resolvedProgramInvocation CommandInvocation) : Process in class melnorme.lang.ide.launching.EclipseProcessLauncher | From | To |