3993c351b2dc09b7eb0b39bfe478cecdb26a905a
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public uri_groups() : void renamed to public uri_groups_when_failed_to_load() : void in class org.cloudfoundry.identity.uaa.metrics.UaaMetricsFilterTests | From | To | |
Change Return Type | 1 | ||
Change Return Type String to UrlGroup in method protected getUriGroup(request HttpServletRequest) : UrlGroup in class org.cloudfoundry.identity.uaa.metrics.UaaMetricsFilter | From | To | |
Move Attribute | 1 | ||
Move Attribute public MAX_TIME : int from class org.cloudfoundry.identity.uaa.metrics.MetricsQueue to public MAX_TIME : int from class org.cloudfoundry.identity.uaa.metrics.UaaMetricsFilter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type uriGroup : String to uriGroup : UrlGroup in method protected doFilterInternal(request HttpServletRequest, response HttpServletResponse, filterChain FilterChain) : void in class org.cloudfoundry.identity.uaa.metrics.UaaMetricsFilter | From | To | |
Extract Variable | 1 | ||
Extract Variable time : long in method public offer(metric RequestMetric) : boolean from class org.cloudfoundry.identity.uaa.metrics.MetricsQueue | From | To |