b9dbf7111d5691a631a2a40dd01a2634ad649472
Files Diff
- Added: 1
- Removed: 16
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type modules : Graph<Module> to modules : Iterable<Module> in method private writeRelationships(out PrintWriter, modules Iterable<Module>, enabled List<Module>) : void in class org.eclipse.jetty.start.ModuleGraphWriter | From | To | |
Move Method | 5 | ||
Move Method public normalizeXmls(active List<Module>) : List<String> from class org.eclipse.jetty.start.Modules to public normalizeXmls(active List<Module>) : List<String> from class org.eclipse.jetty.start.ModulesTest | From | To | |
Move Method public isSelected() : boolean from class org.eclipse.jetty.start.graph.Node to public isSelected() : boolean from class org.eclipse.jetty.start.Module | From | To | |
Move Method public getName() : String from class org.eclipse.jetty.start.graph.Node to public getName() : String from class org.eclipse.jetty.start.Module | From | To | |
Move Method public get(name String) : T from class org.eclipse.jetty.start.graph.Graph to public get(name String) : Module from class org.eclipse.jetty.start.Modules | From | To | |
Move Method public normalizeLibs(active List<Module>) : List<String> from class org.eclipse.jetty.start.Modules to public normalizeLibs(active List<Module>) : List<String> from class org.eclipse.jetty.start.ModulesTest | From | To | |
Rename Variable | 3 | ||
Rename Variable module : Module to name : String in method public build() : boolean in class org.eclipse.jetty.start.BaseBuilder | From | To | |
Rename Variable parent : Node<?> to depends : String in method private writeRelationships(out PrintWriter, modules Iterable<Module>, enabled List<Module>) : void in class org.eclipse.jetty.start.ModuleGraphWriter | From | To | |
Rename Variable count : int to startModules : Set<String> in method public build() : boolean in class org.eclipse.jetty.start.BaseBuilder | From | To | |
Inline Method | 2 | ||
Inline Method private ackLicenses() : void inlined to public build() : boolean in class org.eclipse.jetty.start.BaseBuilder | From | To | |
Change Return Type | 1 | ||
Change Return Type T to Module in method public get(name String) : Module in class org.eclipse.jetty.start.Modules | From | To | |
Move Attribute | 1 | ||
Move Attribute private name : String from class org.eclipse.jetty.start.graph.NamePredicate to private name : String from class org.eclipse.jetty.start.Module | From | To | |
Extract Variable | 1 | ||
Extract Variable processed : boolean in method private processFileResources(files List<FileArg>) : boolean from class org.eclipse.jetty.start.BaseBuilder | From | To | |
Change Variable Type | 4 | ||
Change Variable Type module : Module to name : String in method public build() : boolean in class org.eclipse.jetty.start.BaseBuilder | From | To | |
Change Variable Type parent : Node<?> to depends : String in method private writeRelationships(out PrintWriter, modules Iterable<Module>, enabled List<Module>) : void in class org.eclipse.jetty.start.ModuleGraphWriter | From | To | |
Change Variable Type selection : Selection to selection : String in method private writeModuleNode(out PrintWriter, module Module, resolved boolean) : void in class org.eclipse.jetty.start.ModuleGraphWriter | From | To | |
Change Variable Type count : int to startModules : Set<String> in method public build() : boolean in class org.eclipse.jetty.start.BaseBuilder | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public stream() : Stream<Module> extracted from public testResolve_Alt() : void in class org.eclipse.jetty.start.ModulesTest & moved to class org.eclipse.jetty.start.Modules | From | To | |
Extract And Move Method public stream() : Stream<Module> extracted from public testEnableRegexSimple() : void in class org.eclipse.jetty.start.ModulesTest & moved to class org.eclipse.jetty.start.Modules | From | To | |
Extract And Move Method public isTransitive() : boolean extracted from public dump() : void in class org.eclipse.jetty.start.Modules & moved to class org.eclipse.jetty.start.Module | From | To |