|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public fromParamsOrNull(params MapValue) : Bookmark in class org.neo4j.bolt.v1.runtime.bookmarking.Bookmark |
From |
To |
|
Change Parameter Type queryParameters : Map<String,Object> to queryParameters : MapValue in method public newContext(clientConnection ClientConnectionInfo, tx InternalTransaction, queryText String, queryParameters MapValue) : Neo4jTransactionalContext in class org.neo4j.kernel.impl.query.Neo4jTransactionalContextFactory |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method private runAndPull(machine BoltStateMachine, statement String, params MapValue, expectedResponse BoltResponseMessage) : Record[] in class org.neo4j.bolt.v1.runtime.integration.BoltConnectionIT |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method private RunMessage(statement String, params MapValue) in class org.neo4j.bolt.v1.messaging.message.RunMessage |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public run(statement String, params MapValue) : StatementMetadata in class org.neo4j.bolt.v1.runtime.StatementProcessor |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public onRun(statement String, params MapValue) : void in class org.neo4j.bolt.v1.messaging.BoltMessageRouter |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public run(statement String, params MapValue, handler BoltResponseHandler) : void in class org.neo4j.bolt.v1.runtime.BoltStateMachine |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public executeQuery(querySource BoltQuerySource, securityContext SecurityContext, statement String, params MapValue, onFail ThrowingAction<KernelException>) : BoltResultHandle in class org.neo4j.bolt.v1.runtime.TransactionStateMachine.SPI |
From |
To |
|
Change Parameter Type queryParameters : Map<String,Object> to queryParameters : MapValue in method public ExecutingQuery(queryId long, clientConnection ClientConnectionInfo, username String, queryText String, queryParameters MapValue, transactionAnnotationData Map<String,Object>, activeLockCount LongSupplier, pageCursorCounters PageCursorCounters, threadExecutingTheQuery Thread, clock SystemNanoClock, cpuClock CpuClock, heapAllocation HeapAllocation) in class org.neo4j.kernel.api.query.ExecutingQuery |
From |
To |
|
Change Parameter Type queryParameters : Map<String,Object> to queryParameters : MapValue in method public startQueryExecution(descriptor ClientConnectionInfo, queryText String, queryParameters MapValue) : ExecutingQuery in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public onRun(statement String, params MapValue) : void in class org.neo4j.bolt.v1.messaging.BoltRequestMessageWriter |
From |
To |
|
Change Parameter Type queryParameters : Map<String,Object> to queryParameters : MapValue in method public startQueryExecution(statement KernelStatement, descriptor ClientConnectionInfo, queryText String, queryParameters MapValue) : ExecutingQuery in class org.neo4j.kernel.impl.api.operations.QueryRegistrationOperations |
From |
To |
|
Change Parameter Type parameters : Map<String,Object> to parameters : MapValue in method public run(statement String, parameters MapValue) : RunMessage in class org.neo4j.bolt.v1.messaging.message.RunMessage |
From |
To |
|
Change Parameter Type bookmarkString : String to bookmark : AnyValue in method private txIdFrom(bookmark AnyValue) : long in class org.neo4j.bolt.v1.runtime.bookmarking.Bookmark |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method private parseMultipleBookmarks(params MapValue) : Bookmark in class org.neo4j.bolt.v1.runtime.bookmarking.Bookmark |
From |
To |
|
Change Parameter Type queryParameters : Map<String,Object> to queryParameters : MapValue in method public startQueryExecution(descriptor ClientConnectionInfo, queryText String, queryParameters MapValue) : ExecutingQuery in class org.neo4j.kernel.api.QueryRegistryOperations |
From |
To |
|
Change Parameter Type parameters : Map<String,Object> to parameters : MapValue in method public execute(transaction InternalTransaction, query String, parameters MapValue) : Result in class org.neo4j.kernel.impl.factory.GraphDatabaseFacade |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public executeQuery(querySource BoltQuerySource, securityContext SecurityContext, statement String, params MapValue, onFail ThrowingAction<KernelException>) : BoltResultHandle in class org.neo4j.bolt.v1.runtime.TransactionStateMachineSPI |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public onRun(statement String, params MapValue) : void in class org.neo4j.bolt.v1.messaging.BoltRequestMessageHandler |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public onRun(statement String, params MapValue) : void in class org.neo4j.bolt.v1.messaging.BoltRequestMessageRecorder |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public run(statement String, params MapValue) : StatementMetadata in class org.neo4j.bolt.v1.runtime.TransactionStateMachine |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method private runAndPull(machine BoltStateMachine, statement String, params MapValue) : Record[] in class org.neo4j.bolt.v1.runtime.integration.BoltConnectionIT |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public run(statement String, params MapValue) : StatementMetadata in class org.neo4j.bolt.v1.runtime.BoltStateMachine.NullStatementProcessor |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method public run(machine BoltStateMachine, statement String, params MapValue) : State in class org.neo4j.bolt.v1.runtime.BoltStateMachine.State |
From |
To |
|
Change Parameter Type params : Map<String,Object> to params : MapValue in method private executeQuery(ctx MutableTransactionState, spi SPI, statement String, params MapValue, onFail ThrowingAction<KernelException>) : BoltResultHandle in class org.neo4j.bolt.v1.runtime.TransactionStateMachine |
From |
To |
|
Change Parameter Type queryParameters : Map<String,Object> to queryParameters : MapValue in method public startQueryExecution(statement KernelStatement, clientConnection ClientConnectionInfo, queryText String, queryParameters MapValue) : ExecutingQuery in class org.neo4j.kernel.impl.api.StackingQueryRegistrationOperations |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldUseMultipleBookmarksWhenGivenOnlyMultiple() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public read(handler BoltRequestMessageHandler<E>) : void in class org.neo4j.bolt.v1.messaging.BoltRequestMessageReader |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldThrowWhenOneOfMultipleBookmarksIsMalformed() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type bookmark : Object to bookmark : AnyValue in method private parseMultipleBookmarks(params MapValue) : Bookmark in class org.neo4j.bolt.v1.runtime.bookmarking.Bookmark |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldAwaitMultipleBookmarks() : void in class org.neo4j.bolt.v1.runtime.TransactionStateMachineTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldFormatAndParseSingleBookmarkContainingTransactionId() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldThrowWhenMultipleBookmarksIsNotAList() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldReturnNullWhenGivenEmptyListForMultipleBookmarks() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type bookmarksObject : Object to bookmarksObject : AnyValue in method private parseMultipleBookmarks(params MapValue) : Bookmark in class org.neo4j.bolt.v1.runtime.bookmarking.Bookmark |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldUseSingleBookmarkWhenGivenOnlySingle() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldAwaitMultipleBookmarksWhenBothSingleAndMultipleSupplied() : void in class org.neo4j.bolt.v1.runtime.TransactionStateMachineTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldParseAndFormatMultipleBookmarkContainingTransactionId() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldParseAndFormatSingleBookmarkContainingTransactionId() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldFormatAndParseMultipleBookmarksContainingTransactionId() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldThrowWhenMultipleBookmarksIsNotAListOfStrings() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type bookmarks : List<?> to bookmarks : ListValue in method private parseMultipleBookmarks(params MapValue) : Bookmark in class org.neo4j.bolt.v1.runtime.bookmarking.Bookmark |
From |
To |
|
Change Variable Type expected : Map<String,Object> to parameters : MapValue in method public shouldHandleParameterizedStatements() : void in class org.neo4j.bolt.v1.messaging.BoltRequestMessageTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldThrowWhenSingleBookmarkIsMalformed() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldUseSingleBookmarkWhenGivenBothSingleAndEmptyListAsMultiple() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldSkipNullsInMultipleBookmarks() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldUseMultipleBookmarksWhenGivenBothSingleAndMultiple() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type params : Map<String,Object> to params : MapValue in method public shouldUseSingleBookmarkWhenGivenBothSingleAndNullAsMultiple() : void in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |
|
Change Variable Type result : Map<String,Object> to result : Map<String,AnyValue> in method private params(bookmark String, bookmarks Object) : MapValue in class org.neo4j.bolt.v1.runtime.bookmarking.BookmarkTest |
From |
To |