390b6bd17c7260908f49b2969c5c08915c540ac4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public addAll(iterable Iterable<? extends E>) : ArrayList2<E> renamed to public addAll2(iterable Iterable<? extends E>) : ArrayList2<E> in class melnorme.utilbox.collections.ArrayList2 | From | To | |
| Rename Method public addAll(stream Stream<? extends E>) : ArrayList2<E> renamed to public addAll2(stream Stream<? extends E>) : ArrayList2<E> in class melnorme.utilbox.collections.ArrayList2 | From | To | |
| Rename Method protected getEvaluatedAndParserArguments() : String[] renamed to protected getEvaluatedAndParsedArguments() : String[] in class melnorme.lang.ide.core.operations.build.CommonBuildTargetOperation | From | To | |
| Rename Method public addElements(elements Collection<? extends E>) : HashSet2<E> renamed to public addAll2(elements Iterable<? extends E>) : HashSet2<E> in class melnorme.utilbox.collections.HashSet2 | From | To | |
| Pull Up Method | 3 | ||
| Pull Up Method public toArray() : Object[] from class melnorme.utilbox.collections.Indexable to public toArray() : Object[] from class melnorme.utilbox.collections.Collection2 | From | To | |
| Pull Up Method public toArray(componentType Class<E>) : E[] from class melnorme.utilbox.collections.Indexable to public toArray(componentType Class<E>) : E[] from class melnorme.utilbox.collections.Collection2 | From | To | |
| Pull Up Method public toArrayList() : ArrayList2<E> from class melnorme.utilbox.collections.Indexable to public toArrayList() : ArrayList2<E> from class melnorme.utilbox.collections.Collection2 | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type coll : Indexable<? extends E> to coll : Collection2<? extends E> in method public ArrayList2(coll Collection2<? extends E>) in class melnorme.utilbox.collections.ArrayList2 | From | To | |
| Change Parameter Type elements : Collection<? extends E> to elements : Iterable<? extends E> in method public addAll2(elements Iterable<? extends E>) : HashSet2<E> in class melnorme.utilbox.collections.HashSet2 | From | To | |
| Change Return Type | 1 | ||
| Change Return Type HashSet<T> to HashSet2<T> in method public hashSet(elems T...) : HashSet2<T> in class melnorme.utilbox.tests.CommonTestUtils | From | To | |
| Extract Variable | 1 | ||
| Extract Variable defaultArtifactPath : String in method public getValidExecutableLocation() : Location from class melnorme.lang.ide.core.launch.LaunchExecutableValidator | From | To | |
| Inline Variable | 1 | ||
| Inline Variable processResult : ExternalProcessResult in method public execute(pm IProgressMonitor) : void from class melnorme.lang.ide.core.operations.build.CommonBuildTargetOperation | From | To | |
| Extract Method | 2 | ||
| Extract Method protected getToolProcessBuilder(mainArguments String[], extraArguments String[]) : ProcessBuilder extracted from protected getToolProcessBuilder() : ProcessBuilder in class melnorme.lang.ide.core.operations.build.CommonBuildTargetOperation | From | To | |
| Extract Method public runBuildToolAndProcessOutput(pb ProcessBuilder, pm IProgressMonitor) : void extracted from public execute(pm IProgressMonitor) : void in class melnorme.lang.ide.core.operations.build.CommonBuildTargetOperation | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter c : Collection<? extends E> to coll : Collection<? extends E> in method public HashSet2(coll Collection<? extends E>) in class melnorme.utilbox.collections.HashSet2 | From | To |