72730d42d907dea103d174ee8cccef31446be58c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 2 | ||
| Inline Method private finish() : void inlined to private onDone() : void in class org.rapidoid.http.impl.ReqImpl | From | To | |
| Inline Method public done(tag Object) : void inlined to package done() : Channel in class org.rapidoid.net.impl.RapidoidConnection | From | To | |
| Change Return Type | 3 | ||
| Change Return Type T to long in method public async() : long in class org.rapidoid.net.impl.DefaultExchange | From | To | |
| Change Return Type T to long in method public async() : long in class org.rapidoid.net.abstracts.ProtocolContext | From | To | |
| Change Return Type Channel to long in method public async() : long in class org.rapidoid.net.impl.RapidoidConnection | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [channel : Channel, isKeepAlive : boolean] to req : Req in method protected internalServerError(channel Channel, isKeepAlive boolean, req Req) : void in class org.rapidoid.http.FastHttp | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type testCases : String[] to testCases : List<String> in class org.rapidoid.EchoProtocolTest | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public finishedWriting() : boolean extracted from protected writeOP(key SelectionKey) : void in class org.rapidoid.net.impl.RapidoidWorker & moved to class org.rapidoid.net.impl.RapidoidConnection | From | To |