d80e9adf2aff437d4ef01d038cc6f4422e72986f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public finished() : void renamed to public close() : void in class org.apache.coyote.http2.Stream.StreamOutputBuffer | From | To | |
| Rename Method public isFinished() : boolean renamed to public isClosed() : boolean in class org.apache.coyote.http2.Stream.StreamOutputBuffer | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute finished : boolean to closed : boolean in class org.apache.coyote.http2.Stream.StreamOutputBuffer | From | To | |
| Extract Method | 1 | ||
| Extract Method private flush(writeInProgress boolean) : void extracted from public flush() : void in class org.apache.coyote.http2.Stream.StreamOutputBuffer | From | To |