a9819ebb01f89a8d62b425152a72e8210bf6e8ae
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 3 | ||
Rename Class org.eclipse.jetty.http2.hpack.HpackException.Session renamed to org.eclipse.jetty.http2.hpack.HpackException.SessionException | From | To | |
Rename Class org.eclipse.jetty.http2.hpack.HpackException.Compression renamed to org.eclipse.jetty.http2.hpack.HpackException.CompressionException | From | To | |
Rename Class org.eclipse.jetty.http2.hpack.HpackException.Stream renamed to org.eclipse.jetty.http2.hpack.HpackException.StreamException | From | To | |
Change Variable Type | 1 | ||
Change Variable Type stream : HpackException.Stream to stream : HpackException.StreamException in method package streamException(messageFormat String, args Object...) : void in class org.eclipse.jetty.http2.hpack.MetaDataBuilder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _streamException : HpackException.Stream to _streamException : HpackException.StreamException in class org.eclipse.jetty.http2.hpack.MetaDataBuilder | From | To |