8f2c57b1c5290a234c018b72858010144387b3c0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected createHelper(readerContext XmlReaderContext, root Element, parentDelegate BeanDefinitionParserDelegate) : BeanDefinitionParserDelegate renamed to protected createDelegate(readerContext XmlReaderContext, root Element, parentDelegate BeanDefinitionParserDelegate) : BeanDefinitionParserDelegate in class org.geoserver.test.GeoServerTestApplicationContext.LazyBeanDefinitionDocumentReader | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type voters : List<AccessDecisionVoter> to voters : List<AccessDecisionVoter<?>> in method public initializeFromConfig(config SecurityNamedServiceConfig) : void in class org.geoserver.security.filter.GeoServerSecurityInterceptorFilter | From | To | |
| Extract Variable | 1 | ||
| Extract Variable secMgr : GeoServerSecurityManager in method public initializeFromConfig(config SecurityNamedServiceConfig) : void from class org.geoserver.security.filter.GeoServerRememberMeAuthenticationFilter | From | To |