aa2485c029f2d96930c7ceaa2a4d78b4380432ae
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 33
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getUriPaths() : Set<String> renamed to public getUriContexts() : Set<String> in class org.rapidoid.apps.Application | From | To | |
| Move And Inline Method | 1 | ||
| Move And Inline Method public bootstrap() : RootApplication moved from class org.rapidoid.apps.Applications to class org.rapidoid.test.ContextAwareTest & inlined to public openContext() : void | From | To | |
| Move Method | 1 | ||
| Move Method public run(args String[]) : void from class org.rapidoid.quick.Quick to public run(app Application, args String[]) : void from class org.rapidoid.main.Rapidoid | From | To | |
| Rename Attribute | 7 | ||
| Rename Attribute body : Range to rBody : Range in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Rename Attribute protocol : Range to rProtocol : Range in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Rename Attribute uri : Range to rUri : Range in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Rename Attribute uriPaths : Set<String> to uriContexts : Set<String> in class org.rapidoid.apps.Application | From | To | |
| Rename Attribute verb : Range to rVerb : Range in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Rename Attribute query : Range to rQuery : Range in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Rename Attribute path : Range to rPath : Range in class org.rapidoid.http.HttpExchangeImpl | From | To | |
| Extract Variable | 1 | ||
| Extract Variable uriContext : String in method private getApp(x HttpExchangeImpl) : Application from class org.rapidoid.http.HttpProtocol | From | To | |
| Extract Method | 2 | ||
| Extract Method private getApp(x HttpExchangeImpl) : Application extracted from private processRequest(x HttpExchangeImpl) : void in class org.rapidoid.http.HttpProtocol | From | To | |
| Extract Method public run(app Application, args Object...) : void extracted from public run(args Object...) : void in class org.rapidoid.main.Rapidoid | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter uriPaths : Set<String> to uriContexts : Set<String> in method public Application(id String, title String, owners Set<String>, hostnames Set<String>, uriContexts Set<String>, mode AppMode, classes Classes) in class org.rapidoid.apps.Application | From | To | |
| Rename Parameter uriPath : String to uriContext : String in method public get(hostname String, uriContext String) : Application in class org.rapidoid.apps.Applications | From | To |