ffadcd67576fd7fa5dbc81c5175552a85dce50fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getCache() : Map<String,String> renamed to public getPushCache() : Map<String,String> in class org.eclipse.jetty.servlets.PushCacheFilter | From | To | |
| Rename Variable | 1 | ||
| Rename Variable renew : String to maxAssociations : String in method public init(config FilterConfig) : void in class org.eclipse.jetty.servlets.PushCacheFilter | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute _renewPath : String to _maxAssociations : int in class org.eclipse.jetty.servlets.PushCacheFilter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type _renewPath : String to _maxAssociations : int in class org.eclipse.jetty.servlets.PushCacheFilter | From | To | |
| Extract Method | 1 | ||
| Extract Method public clearPushCache() : void extracted from public destroy() : void in class org.eclipse.jetty.servlets.PushCacheFilter | From | To |