a402f224f73a1e791d67021a3f45187fbf921d8f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type child : AbstractStream to child : Stream in method package addChild(child Stream) : void in class org.apache.coyote.http2.AbstractStream | From | To | |
Change Return Type | 1 | ||
Change Return Type Set<AbstractStream> to Set<Stream> in method package getChildStreams() : Set<Stream> in class org.apache.coyote.http2.AbstractStream | From | To | |
Change Variable Type | 2 | ||
Change Variable Type parentsChild : AbstractStream to parentsChild : Stream in method package rePrioritise(parent AbstractStream, exclusive boolean, weight int) : void in class org.apache.coyote.http2.Stream | From | To | |
Change Variable Type parentsChildren : Iterator<AbstractStream> to parentsChildren : Iterator<Stream> in method package rePrioritise(parent AbstractStream, exclusive boolean, weight int) : void in class org.apache.coyote.http2.Stream | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type childStreams : Set<AbstractStream> to childStreams : Set<Stream> in class org.apache.coyote.http2.AbstractStream | From | To |