b001f88e720a450fdf62876310022b866f8c58ac
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Attribute | 3 | ||
Pull Up Attribute private COOKIE_DATE_FORMAT : ThreadLocal<DateFormat> from class org.apache.tomcat.util.http.LegacyCookieProcessor to protected COOKIE_DATE_FORMAT : ThreadLocal<DateFormat> from class org.apache.tomcat.util.http.CookieProcessorBase | From | To | |
Pull Up Attribute private COOKIE_DATE_PATTERN : String from class org.apache.tomcat.util.http.LegacyCookieProcessor to private COOKIE_DATE_PATTERN : String from class org.apache.tomcat.util.http.CookieProcessorBase | From | To | |
Pull Up Attribute private ANCIENT_DATE : String from class org.apache.tomcat.util.http.LegacyCookieProcessor to protected ANCIENT_DATE : String from class org.apache.tomcat.util.http.CookieProcessorBase | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.tomcat.util.http.CookieProcessorBase from classes [org.apache.tomcat.util.http.LegacyCookieProcessor, org.apache.tomcat.util.http.Rfc6265CookieProcessor] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type header : StringBuilder to header : StringBuffer in method public generateHeader(cookie Cookie) : String in class org.apache.tomcat.util.http.Rfc6265CookieProcessor | From | To |