cec50b3d2cea7bdf6b2f00d45c8554139aebbf87
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 4 | ||
Pull Up Method public unquote(s String) : String from class org.eclipse.jetty.http.QuotedCSV to public unquote(s String) : String from class org.eclipse.jetty.http.QuotedCSVParser | From | To | |
Pull Up Method protected parsedParam(buffer StringBuffer, valueLength int, paramName int, paramValue int) : void from class org.eclipse.jetty.http.QuotedCSV to protected parsedParam(buffer StringBuffer, valueLength int, paramName int, paramValue int) : void from class org.eclipse.jetty.http.QuotedCSVParser | From | To | |
Pull Up Method protected parsedValue(buffer StringBuffer) : void from class org.eclipse.jetty.http.QuotedCSV to protected parsedValue(buffer StringBuffer) : void from class org.eclipse.jetty.http.QuotedCSVParser | From | To | |
Pull Up Method public addValue(value String) : void from class org.eclipse.jetty.http.QuotedCSV to public addValue(value String) : void from class org.eclipse.jetty.http.QuotedCSVParser | From | To | |
Move Method | 1 | ||
Move Method protected parsedParam(buffer StringBuffer, valueLength int, paramName int, paramValue int) : void from class org.eclipse.jetty.server.ForwardedRequestCustomizer.RFC7239 to protected parsedParam(buffer StringBuffer, valueLength int, paramName int, paramValue int) : void from class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute protected _keepQuotes : boolean from class org.eclipse.jetty.http.QuotedCSV to protected _keepQuotes : boolean from class org.eclipse.jetty.http.QuotedCSVParser | From | To | |
Move Attribute | 1 | ||
Move Attribute package _proto : String from class org.eclipse.jetty.server.ForwardedRequestCustomizer.RFC7239 to package _proto : String from class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded | From | To | |
Move Class | 1 | ||
Move Class org.eclipse.jetty.http.QuotedCSV.State moved to org.eclipse.jetty.http.QuotedCSVParser.State | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.eclipse.jetty.http.QuotedCSVParser from classes [org.eclipse.jetty.http.QuotedCSV, org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _forwardedProto : String to _proto : String in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded | From | To | |
Inline Variable | 1 | ||
Inline Variable auth : HostPortHttpField in method public customize(connector Connector, config HttpConfiguration, request Request) : void from class org.eclipse.jetty.server.ForwardedRequestCustomizer | From | To |