89989effabbb3eeee479d8846e19db7bdc52fcf5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public endRequest() : void renamed to public finishResponse() : void in class org.apache.coyote.http11.Http11OutputBuffer | From | To | |
Rename Method private finish() : void renamed to private finishResponse() : void in class org.apache.coyote.ajp.AjpProcessor | From | To | |
Rename Attribute | 2 | ||
Rename Attribute finished : boolean to responseFinished : boolean in class org.apache.coyote.http11.Http11OutputBuffer | From | To | |
Rename Attribute finished : boolean to responseFinished : boolean in class org.apache.coyote.ajp.AjpProcessor | From | To | |
Extract Method | 3 | ||
Extract Method private finishResponse() : void extracted from public action(actionCode ActionCode, param Object) : void in class org.apache.coyote.http2.StreamProcessor | From | To | |
Extract Method private finishResponse() : void extracted from private endRequest() : void in class org.apache.coyote.http11.Http11Processor | From | To | |
Extract Method private finishResponse() : void extracted from public action(actionCode ActionCode, param Object) : void in class org.apache.coyote.http11.Http11Processor | From | To |