|
Change Parameter Type fields : Object[] to fields : AnyValue[] in method public ImmutableRecord(fields AnyValue[]) in class org.neo4j.bolt.v1.runtime.spi.ImmutableRecord |
From |
To |
|
Change Parameter Type item : Record to item : QueryResult.Record in method public onRecord(item QueryResult.Record) : void in class org.neo4j.bolt.v1.messaging.BoltResponseMessageWriter |
From |
To |
|
Change Parameter Type record : Record to record : QueryResult.Record in method public RecordMessage(record QueryResult.Record) in class org.neo4j.bolt.v1.messaging.message.RecordMessage |
From |
To |
|
Change Parameter Type record : Record to record : QueryResult.Record in method public addRecord(record QueryResult.Record) : void in class org.neo4j.bolt.testing.RecordedBoltResponse |
From |
To |
|
Change Parameter Type item : Record to item : QueryResult.Record in method public onRecord(item QueryResult.Record) : void in class org.neo4j.bolt.v1.messaging.BoltResponseMessageHandler |
From |
To |
|
Change Parameter Type matcher : Matcher<Record> to matcher : Matcher<QueryResult.Record> in method public msgRecord(matcher Matcher<QueryResult.Record>) : Matcher<ResponseMessage> in class org.neo4j.bolt.v1.messaging.util.MessageMatchers |
From |
To |
|
Change Parameter Type fields : Object... to fields : AnyValue... in method public record(fields AnyValue...) : QueryResult.Record in class org.neo4j.bolt.v1.runtime.spi.Records |
From |
To |
|
Change Parameter Type delegate : Result to delegate : QueryResult in method package CypherAdapterStream(delegate QueryResult, clock Clock) in class org.neo4j.bolt.v1.runtime.CypherAdapterStream |
From |
To |
|
Change Parameter Type item : Record to item : QueryResult.Record in method public onRecord(item QueryResult.Record) : void in class org.neo4j.bolt.v1.messaging.BoltResponseMessageRecorder |
From |
To |
|
Change Variable Type field : Object to field : AnyValue in method public onRecord(item QueryResult.Record) : void in class org.neo4j.bolt.v1.messaging.BoltResponseMessageWriter |
From |
To |
|
Change Variable Type record : Record to record : QueryResult.Record in method public onRecords(result BoltResult, pull boolean) : void in class org.neo4j.bolt.testing.BoltResponseRecorder |
From |
To |
|
Change Variable Type fields : Object[] to fields : AnyValue[] in method public onRecord(item QueryResult.Record) : void in class org.neo4j.bolt.v1.messaging.BoltResponseMessageWriter |
From |
To |
|
Change Variable Type result : Result to result : QueryResult in method public shouldIncludePlanIfPresent() : void in class org.neo4j.bolt.v1.runtime.CypherAdapterStreamTest |
From |
To |
|
Change Variable Type record : Record to record : QueryResult.Record in method private metadataOf(stream CypherAdapterStream) : Map<String,Object> in class org.neo4j.bolt.v1.runtime.CypherAdapterStreamTest |
From |
To |
|
Change Variable Type item : Record to item : QueryResult.Record in method public shouldAlwaysReturnToReadyAfterReset() : void in class org.neo4j.bolt.v1.runtime.ResetFuzzTest |
From |
To |
|
Change Variable Type that : Record to that : QueryResult.Record in method public equals(o Object) : boolean in class org.neo4j.bolt.v1.runtime.spi.ImmutableRecord |
From |
To |
|
Change Variable Type result : Result to result : QueryResult in method public shouldIncludeBasicMetadata() : void in class org.neo4j.bolt.v1.runtime.CypherAdapterStreamTest |
From |
To |
|
Change Variable Type result : Result to result : QueryResult in method public shouldIncludeProfileIfPresent() : void in class org.neo4j.bolt.v1.runtime.CypherAdapterStreamTest |
From |
To |
|
Change Variable Type record : Record to record : QueryResult.Record in method public onRecords(result BoltResult, pull boolean) : void in class org.neo4j.bolt.v1.messaging.BoltMessageRouter.ResultHandler |
From |
To |
|
Change Variable Type result : Result to result : QueryResult in method public shouldIncludeNotificationsIfPresent() : void in class org.neo4j.bolt.v1.runtime.CypherAdapterStreamTest |
From |
To |