f16fc2f1b8b02cfce7e11f7057892a1072b15c84
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 21
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getAllRoles() : List<ODocument> renamed to public getAllUsers(session ODatabaseSession) : List<ODocument> in class com.orientechnologies.orient.core.security.symmetrickey.OSymmetricKeySecurity | From | To | |
| Rename Method public getAllUsers() : List<ODocument> renamed to public getAllRoles(session ODatabaseSession) : List<ODocument> in class com.orientechnologies.orient.core.security.symmetrickey.OSymmetricKeySecurity | From | To | |
| Change Return Type | 5 | ||
| Change Return Type OSecurity to OSecurityInternal in method public newSecurity() : OSecurityInternal in class com.orientechnologies.orient.core.security.OSecuritySharedFactory | From | To | |
| Change Return Type OSecurity to OSecurityInternal in method public getSecurity() : OSecurityInternal in class com.orientechnologies.orient.core.db.OSharedContext | From | To | |
| Change Return Type OSecurity to OSecurityInternal in method public newSecurity() : OSecurityInternal in class com.orientechnologies.orient.core.security.OSecurityFactory | From | To | |
| Change Return Type OSecurity to OSecurityInternal in method public newSecurity() : OSecurityInternal in class com.orientechnologies.orient.server.security.ODefaultServerSecurity | From | To | |
| Change Return Type OSecurity to OSecurityInternal in method public newSecurity() : OSecurityInternal in class com.orientechnologies.orient.core.security.OSecurityManager | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable db : ODatabaseDocument to session : ODatabaseSession in method public createClassTrigger(session ODatabaseSession) : void in class com.orientechnologies.orient.core.metadata.security.OSecurityShared | From | To | |
| Parameterize Variable database : ODatabaseDocument to session : ODatabaseSession in method public createMetadata(session ODatabaseSession) : OUser in class com.orientechnologies.orient.core.metadata.security.OSecurityShared | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type security : OSecurity to security : OSecurityInternal in method public setUser(user OSecurityUser) : void in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentAbstract | From | To | |
| Change Variable Type database : ODatabaseDocument to session : ODatabaseSession in method public createMetadata(session ODatabaseSession) : OUser in class com.orientechnologies.orient.core.metadata.security.OSecurityShared | From | To | |
| Change Variable Type security : OSecurity to security : OSecurityInternal in method public reloadUser() : void in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentAbstract | From | To | |
| Change Variable Type db : ODatabaseDocument to session : ODatabaseSession in method public createClassTrigger(session ODatabaseSession) : void in class com.orientechnologies.orient.core.metadata.security.OSecurityShared | From | To | |
| Change Variable Type security : OSecurity to security : OSecurityInternal in method public internalOpen(iUserName String, iUserPassword String, checkPassword boolean) : void in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentEmbedded | From | To | |
| Extract Interface | 1 | ||
| Extract Interface com.orientechnologies.orient.core.metadata.security.OSecurityInternal from classes [com.orientechnologies.orient.core.metadata.security.OSecurityShared] | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type security : OSecurity to security : OSecurityInternal in class com.orientechnologies.orient.core.db.OSharedContext | From | To |