72db186aff0fefdd235e71d9fc30a02281928a87
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public initialize(requestPolicy MessagePolicy, responsePolicy MessagePolicy, handler CallbackHandler, options Map) : void renamed to public initializeModule(requestPolicy MessagePolicy, responsePolicy MessagePolicy, handler CallbackHandler, options Map) : void in class org.apache.catalina.authenticator.jaspic.provider.modules.DigestAuthModule | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private handler : CallbackHandler from class org.apache.catalina.authenticator.jaspic.provider.modules.BasicAuthModule to protected handler : CallbackHandler from class org.apache.catalina.authenticator.jaspic.provider.modules.TomcatAuthModule | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute lcRealm : String to contextRealmName : String in method public validate(request HttpServletRequest) : boolean in class org.apache.catalina.authenticator.jaspic.provider.modules.DigestAuthModule.DigestInfo | From | To |