a128b87e3a3245fcf3c4f54483110bc9d68d8192
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected processProperty(key String, value String, source String, getter Function<String,String>) : Property renamed to protected processSystemProperty(key String, value String, source String) : Prop in class org.eclipse.jetty.start.StartArgs | From | To | |
Change Return Type | 1 | ||
Change Return Type Property to Prop in method protected processSystemProperty(key String, value String, source String) : Prop in class org.eclipse.jetty.start.StartArgs | From | To | |
Move Attribute | 1 | ||
Move Attribute package source : String from class org.eclipse.jetty.start.StartArgs.Property to public source : String from class org.eclipse.jetty.start.Props.Prop | From | To | |
Rename Attribute | 1 | ||
Rename Attribute origin : String to source : String in class org.eclipse.jetty.start.Props.Prop | From | To | |
Change Variable Type | 6 | ||
Change Variable Type stopKeyProp : Props.Prop to stopKeyProp : Prop in method private doStop(args StartArgs) : void in class org.eclipse.jetty.start.Main | From | To | |
Change Variable Type base : Props.Prop to base : Prop in method public processCommandLine(cmdLine String[]) : StartArgs in class org.eclipse.jetty.start.Main | From | To | |
Change Variable Type stopWaitProp : Props.Prop to stopWaitProp : Prop in method private doStop(args StartArgs) : void in class org.eclipse.jetty.start.Main | From | To | |
Change Variable Type stopPortProp : Props.Prop to stopPortProp : Prop in method private doStop(args StartArgs) : void in class org.eclipse.jetty.start.Main | From | To | |
Change Variable Type home : Props.Prop to home : Prop in method public processCommandLine(cmdLine String[]) : StartArgs in class org.eclipse.jetty.start.Main | From | To | |
Change Variable Type stopHostProp : Props.Prop to stopHostProp : Prop in method private doStop(args StartArgs) : void in class org.eclipse.jetty.start.Main | From | To | |
Rename Parameter | 1 | ||
Rename Parameter origin : String to source : String in method public Prop(key String, value String, source String) in class org.eclipse.jetty.start.Props.Prop | From | To |