bf3d9fb8bdbee0be21c8dd58669adabb27356277
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable authTypes : AuthTypes to authType : AuthType in method public getValidAuthType(authTypeStr String) : AuthType in class tachyon.security.authentication.AuthenticationFactory.AuthType | From | To | |
| Change Return Type | 3 | ||
| Change Return Type AuthTypes to AuthType in method public getAuthTypeFromConf(conf TachyonConf) : AuthType in class tachyon.security.authentication.AuthenticationFactory | From | To | |
| Change Return Type AuthTypes to AuthType in method public getValidAuthType(authTypeStr String) : AuthType in class tachyon.security.authentication.AuthenticationFactory.AuthType | From | To | |
| Change Return Type UserInformation to User in method public getTachyonLoginUser() : User in class tachyon.security.UserInformation | From | To | |
| Rename Class | 1 | ||
| Rename Class tachyon.security.authentication.AuthenticationFactory.AuthTypes renamed to tachyon.security.authentication.AuthenticationFactory.AuthType | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type loginUser : UserInformation to loginUser : User in method public getSimpleLoginUserTest() : void in class tachyon.security.LoginModuleTest | From | To | |
| Change Variable Type authTypes : AuthTypes to authType : AuthType in method public getValidAuthType(authTypeStr String) : AuthType in class tachyon.security.authentication.AuthenticationFactory.AuthType | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type sAuthType : AuthenticationFactory.AuthTypes to sAuthType : AuthenticationFactory.AuthType in class tachyon.security.UserInformation | From | To | |
| Change Attribute Type sLoginUser : UserInformation to sLoginUser : User in class tachyon.security.UserInformation | From | To |