bc98efa8d1022cef20617e65b212177eef550bd1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public digest2String(iInput String) : String renamed to public createSHA256(iInput String) : String in class com.orientechnologies.orient.core.security.OSecurityManager | From | To | |
Rename Method public digest(iInput String) : byte[] renamed to public digestSHA256(iInput String) : byte[] in class com.orientechnologies.orient.core.security.OSecurityManager | From | To | |
Rename Method public digest2String(iInput String, iAlgorithm String) : String renamed to public createHash(iInput String, iAlgorithm String) : String in class com.orientechnologies.orient.core.security.OSecurityManager | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public PASSWORD_FIELD : String in class com.orientechnologies.orient.core.metadata.security.OUser | From | To | |
Rename Attribute | 1 | ||
Rename Attribute ALGORITHM : String to HASH_ALGORITHM : String in class com.orientechnologies.orient.core.security.OSecurityManager | From | To |