0126555092f3e1781ea2caa227acb2f43115ffea
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public shouldTerminateTransaction() : void renamed to public shouldTerminateTransactionForUser() : void in class org.neo4j.server.security.enterprise.auth.AuthProceduresTestLogic | From | To | |
Rename Method public failWhenCallingNonExistentProcedures() : void renamed to public failWhenCallingNonExistingProcedures() : void in class org.neo4j.kernel.impl.api.integrationtest.BuiltinProceduresIT | From | To | |
Change Return Type | 1 | ||
Change Return Type Stream<TransactionResult> to Stream<TransactionTerminationResult> in method public terminateTransactionsForUser(username String) : Stream<TransactionTerminationResult> in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To | |
Rename Attribute | 3 | ||
Rename Attribute dbmsOperations : DbmsOperations to dbmsOperationsFactory : DbmsOperations.Factory in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest | From | To | |
Rename Attribute transactionCount : Long to activeTransactions : Long in class org.neo4j.server.security.enterprise.auth.AuthProcedures.TransactionResult | From | To | |
Rename Attribute dbmsOperations : DbmsOperations to dbmsOperationsFactory : DbmsOperations.Factory in class org.neo4j.kernel.impl.query.Neo4jTransactionalContext | From | To | |
Extract Method | 1 | ||
Extract Method private ensureSelfOrAdminAuthSubject(username String) : EnterpriseAuthSubject extracted from public listRolesForUser(username String) : Stream<StringResult> in class org.neo4j.server.security.enterprise.auth.AuthProcedures | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type dbmsOperations : DbmsOperations to dbmsOperationsFactory : DbmsOperations.Factory in class org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest | From | To | |
Change Attribute Type dbmsOperations : DbmsOperations to dbmsOperationsFactory : DbmsOperations.Factory in class org.neo4j.kernel.impl.query.Neo4jTransactionalContext | From | To | |
Rename Parameter | 1 | ||
Rename Parameter transactionCount : Long to activeTransactions : Long in method package TransactionResult(username String, activeTransactions Long) in class org.neo4j.server.security.enterprise.auth.AuthProcedures.TransactionResult | From | To |