d9f4b663bca77490804006513d8347b48f9b9f3e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package close() : Long renamed to private join() : Throwable in class org.neo4j.server.security.enterprise.auth.ThreadedTransactionCreate | From | To | |
| Rename Variable | 3 | ||
| Rename Variable read : ThreadedTransactionCreate<S> to write : ThreadedTransactionCreate<S> in method public shouldTerminateTransaction() : void in class org.neo4j.server.security.enterprise.auth.AuthProceduresTestLogic | From | To | |
| Rename Variable read2 : ThreadedTransactionCreate<S> to write2 : ThreadedTransactionCreate<S> in method public shouldListTransactions() : void in class org.neo4j.server.security.enterprise.auth.AuthProceduresTestLogic | From | To | |
| Rename Variable read1 : ThreadedTransactionCreate<S> to write1 : ThreadedTransactionCreate<S> in method public shouldListTransactions() : void in class org.neo4j.server.security.enterprise.auth.AuthProceduresTestLogic | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Long to Throwable in method private join() : Throwable in class org.neo4j.server.security.enterprise.auth.ThreadedTransactionCreate | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type startTransaction : NamedFunction<S,Long> to startTransaction : NamedFunction<S,Throwable> in method package execute(threading ThreadingRule, subject S) : void in class org.neo4j.server.security.enterprise.auth.ThreadedTransactionCreate | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type done : Future<Long> to done : Future<Throwable> in class org.neo4j.server.security.enterprise.auth.ThreadedTransactionCreate | From | To |