146b0e5d2d1a0a315c2788fc6b5000effee0491f
Files Diff
- Added: 6
- Removed: 3
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type x : HttpExchange to extra : Object in method public render(extra Object) : Object in class org.rapidoid.widget.AbstractWidget | From | To | |
| Move Method | 2 | ||
| Move Method public username() : String from class org.rapidoid.webapp.AppCtx to public username() : String from class org.rapidoid.ctx.Ctx | From | To | |
| Move Method public isLoggedIn() : boolean from class org.rapidoid.webapp.AppCtx to public isLoggedIn() : boolean from class org.rapidoid.ctx.Ctx | From | To | |
| Rename Variable | 2 | ||
| Rename Variable x : HttpExchange to ctx : Ctx in method protected handleEventIfReady() : void in class org.rapidoid.widget.AbstractCommandWidget | From | To | |
| Rename Variable x : HttpExchange to ctx : Ctx in method private getWidgetNumber(widget AbstractWidget) : int in class org.rapidoid.widget.AbstractWidget | From | To | |
| Move Source Folder | 1 | ||
| Move Source Folder rapidoid-http to rapidoid-ctx | From | To | |
| Change Return Type | 1 | ||
| Change Return Type HttpExchange to Ctx in method protected ctx() : Ctx in class org.rapidoid.widget.AbstractWidget | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute x : HttpExchange to extra : Object in class org.rapidoid.widget.AbstractWidget | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type e : Entry<String,Serializable> to e : Entry<String,Object> in method protected localPanel() : PanelWidget in class org.rapidoid.widget.DebugWidget | From | To | |
| Change Variable Type x : HttpExchange to ctx : Ctx in method private getWidgetNumber(widget AbstractWidget) : int in class org.rapidoid.widget.AbstractWidget | From | To | |
| Change Variable Type x : HttpExchange to ctx : Ctx in method protected handleEventIfReady() : void in class org.rapidoid.widget.AbstractCommandWidget | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type x : HttpExchange to extra : Object in class org.rapidoid.widget.AbstractWidget | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter x : HttpExchange to extra : Object in method public render(extra Object) : Object in class org.rapidoid.widget.AbstractWidget | From | To |