940e86f15798a7d34469e26560e54e8ad59cdf41
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public getIdentifier() : Integer from class org.apache.coyote.http2.Stream to public getIdentifier() : Integer from class org.apache.coyote.http2.AbstractStream | From | To | |
| Pull Up Method public Stream(identifier Integer, intitalWindowSize long) from class org.apache.coyote.http2.Stream to public AbstractStream(identifier Integer) from class org.apache.coyote.http2.AbstractStream | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute private identifier : Integer from class org.apache.coyote.http2.Stream to private identifier : Integer from class org.apache.coyote.http2.AbstractStream | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.apache.coyote.http2.AbstractStream from classes [org.apache.coyote.http2.Http2UpgradeHandler, org.apache.coyote.http2.Stream] | From | To |