|
Change Parameter Type connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method package newMachine(boltChannel BoltChannel) : BoltStateMachine in class org.neo4j.bolt.v1.runtime.integration.SessionRule |
From |
To |
|
Change Parameter Type connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method public newWorker(boltChannel BoltChannel) : BoltWorker in class org.neo4j.bolt.v1.runtime.MonitoredWorkerFactory |
From |
To |
|
Change Parameter Type protocolChooser : ProtocolChooser to boltHandshakeProtocolHandler : BoltHandshakeProtocolHandler in method private newSocketTransportHandler(boltHandshakeProtocolHandler BoltHandshakeProtocolHandler) : SocketTransportHandler in class org.neo4j.bolt.v1.transport.socket.SocketTransportHandlerTest |
From |
To |
|
Change Parameter Type connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method public newMachine(boltChannel BoltChannel, clock Clock) : BoltStateMachine in class org.neo4j.bolt.v1.runtime.BoltFactoryImpl |
From |
To |
|
Change Parameter Type connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method package newMachine(boltChannel BoltChannel, clock Clock) : BoltStateMachine in class org.neo4j.bolt.v1.runtime.integration.SessionRule |
From |
To |
|
Change Parameter Type protocolChooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public SocketTransportHandler(handshake BoltHandshakeProtocolHandler, logging LogProvider, messageLog BoltMessageLog) in class org.neo4j.bolt.transport.SocketTransportHandler |
From |
To |
|
Change Parameter Type ctx : ChannelHandlerContext to boltChannel : BoltChannel in method private performHandshake(boltChannel BoltChannel, buffer ByteBuf) : void in class org.neo4j.bolt.transport.SocketTransportHandler |
From |
To |
|
Change Parameter Type connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method public newWorker(boltChannel BoltChannel) : BoltWorker in class org.neo4j.bolt.v1.runtime.WorkerFactory |
From |
To |
|
Change Parameter Type availableVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolHandlers : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in method public BoltHandshakeProtocolHandler(protocolHandlers Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>>, encryptionRequired boolean, isEncrypted boolean) in class org.neo4j.bolt.transport.BoltHandshakeProtocolHandler |
From |
To |
|
Change Parameter Type protocolVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolVersions : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in method package TransportSelectionHandler(sslCtx SslContext, encryptionRequired boolean, isEncrypted boolean, logging LogProvider, protocolVersions Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>>, messageLog BoltMessageLog) in class org.neo4j.bolt.transport.TransportSelectionHandler |
From |
To |
|
Change Parameter Type protocolVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolVersions : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in method public SocketTransport(address ListenSocketAddress, sslCtx SslContext, encryptionRequired boolean, logging LogProvider, messageLog BoltMessageLog, protocolVersions Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>>) in class org.neo4j.bolt.transport.SocketTransport |
From |
To |
|
Change Parameter Type connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method public newMachine(boltChannel BoltChannel, clock Clock) : BoltStateMachine in class org.neo4j.bolt.v1.runtime.BoltFactory |
From |
To |
|
Rename Variable availableVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolHandlers : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in method private getProtocolHandlers(logging LogService, workerFactory WorkerFactory) : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in class org.neo4j.bolt.BoltKernelExtension |
From |
To |
|
Rename Variable innerSession : BoltWorker to boltWorker : BoltWorker in method public shouldNotWrapWithMonitoredSessionIfNobodyIsListening() : void in class org.neo4j.bolt.v1.runtime.MonitoredBoltWorkerFactoryTest |
From |
To |
|
Rename Variable chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldRejectIfInsecureHandshake() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Rename Variable chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldRejectIfInvalidHandshake() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Rename Variable chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldHandleFragmentedMessage() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Rename Variable chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldHandleVersionBoundary() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Rename Variable chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldHandleHandshakeFollowedByMessageInSameBuffer() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Rename Variable chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldFallBackToNoneProtocolIfNoMatch() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Rename Variable chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldChooseFirstAvailableProtocol() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Return Type Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in method private getProtocolHandlers(logging LogService, workerFactory WorkerFactory) : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in class org.neo4j.bolt.BoltKernelExtension |
From |
To |
|
Change Return Type ProtocolChooser to BoltHandshakeProtocolHandler in method private protocolChooser(machine BoltStateMachine) : BoltHandshakeProtocolHandler in class org.neo4j.bolt.v1.transport.socket.SocketTransportHandlerTest |
From |
To |
|
Change Return Type BoltProtocol to BoltMessagingProtocolHandler in method public chosenProtocol() : BoltMessagingProtocolHandler in class org.neo4j.bolt.transport.BoltHandshakeProtocolHandler |
From |
To |
|
Rename Attribute log : Log to internalLog : Log in class org.neo4j.bolt.v1.transport.BoltMessagingProtocolV1Handler |
From |
To |
|
Rename Attribute available : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolHandlers : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Rename Attribute protocolChooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in class org.neo4j.bolt.transport.SocketTransportHandler |
From |
To |
|
Rename Attribute CONNECTION_DESCRIPTOR : BoltConnectionDescriptor to boltChannel : BoltChannel in class org.neo4j.bolt.v1.runtime.MonitoredBoltWorkerFactoryTest |
From |
To |
|
Rename Attribute availableVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolHandlers : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in class org.neo4j.bolt.transport.BoltHandshakeProtocolHandler |
From |
To |
|
Change Variable Type chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldHandleVersionBoundary() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Variable Type chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldFallBackToNoneProtocolIfNoMatch() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Variable Type availableVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolHandlers : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in method private getProtocolHandlers(logging LogService, workerFactory WorkerFactory) : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in class org.neo4j.bolt.BoltKernelExtension |
From |
To |
|
Change Variable Type protocol1 : BoltProtocol to protocol1 : BoltMessagingProtocolHandler in method public shouldInitializeProtocolOnFirstMessage() : void in class org.neo4j.bolt.v1.transport.socket.SocketTransportHandlerTest |
From |
To |
|
Change Variable Type chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldRejectIfInsecureHandshake() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Variable Type chooser : ProtocolChooser to chooser : BoltHandshakeProtocolHandler in method public shouldInitializeProtocolOnFirstMessage() : void in class org.neo4j.bolt.v1.transport.socket.SocketTransportHandlerTest |
From |
To |
|
Change Variable Type chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldHandleFragmentedMessage() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Variable Type chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldRejectIfInvalidHandshake() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Variable Type chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldHandleHandshakeFollowedByMessageInSameBuffer() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Variable Type protocol2 : BoltProtocol to protocol2 : BoltMessagingProtocolHandler in method public shouldInitializeProtocolOnFirstMessage() : void in class org.neo4j.bolt.v1.transport.socket.SocketTransportHandlerTest |
From |
To |
|
Change Variable Type availableVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to availableVersions : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in method private protocolChooser(machine BoltStateMachine) : BoltHandshakeProtocolHandler in class org.neo4j.bolt.v1.transport.socket.SocketTransportHandlerTest |
From |
To |
|
Change Variable Type chooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public shouldChooseFirstAvailableProtocol() : void in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Attribute Type protocolVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolVersions : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in class org.neo4j.bolt.transport.TransportSelectionHandler |
From |
To |
|
Change Attribute Type available : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolHandlers : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Attribute Type factory : BiFunction to factory : Function in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Attribute Type availableVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolHandlers : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in class org.neo4j.bolt.transport.BoltHandshakeProtocolHandler |
From |
To |
|
Change Attribute Type protocol : BoltProtocol to protocol : BoltMessagingProtocolHandler in class org.neo4j.bolt.v1.transport.BoltHandshakeProtocolHandlerTest |
From |
To |
|
Change Attribute Type protocolVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolVersions : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in class org.neo4j.bolt.transport.SocketTransport |
From |
To |
|
Change Attribute Type protocolChooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in class org.neo4j.bolt.transport.SocketTransportHandler |
From |
To |
|
Change Attribute Type protocol : BoltProtocol to protocol : BoltMessagingProtocolHandler in class org.neo4j.bolt.transport.BoltHandshakeProtocolHandler |
From |
To |
|
Change Attribute Type CONNECTION_DESCRIPTOR : BoltConnectionDescriptor to boltChannel : BoltChannel in class org.neo4j.bolt.v1.runtime.MonitoredBoltWorkerFactoryTest |
From |
To |
|
Change Attribute Type protocol : BoltProtocol to protocol : BoltMessagingProtocolHandler in class org.neo4j.bolt.transport.SocketTransportHandler |
From |
To |
|
Rename Parameter connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method public newMachine(boltChannel BoltChannel, clock Clock) : BoltStateMachine in class org.neo4j.bolt.v1.runtime.BoltFactory |
From |
To |
|
Rename Parameter connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method package newMachine(boltChannel BoltChannel) : BoltStateMachine in class org.neo4j.bolt.v1.runtime.integration.SessionRule |
From |
To |
|
Rename Parameter connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method public newWorker(boltChannel BoltChannel) : BoltWorker in class org.neo4j.bolt.v1.runtime.MonitoredWorkerFactory |
From |
To |
|
Rename Parameter connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method public newMachine(boltChannel BoltChannel, clock Clock) : BoltStateMachine in class org.neo4j.bolt.v1.runtime.BoltFactoryImpl |
From |
To |
|
Rename Parameter protocolChooser : ProtocolChooser to boltHandshakeProtocolHandler : BoltHandshakeProtocolHandler in method private newSocketTransportHandler(boltHandshakeProtocolHandler BoltHandshakeProtocolHandler) : SocketTransportHandler in class org.neo4j.bolt.v1.transport.socket.SocketTransportHandlerTest |
From |
To |
|
Rename Parameter connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method package newMachine(boltChannel BoltChannel, clock Clock) : BoltStateMachine in class org.neo4j.bolt.v1.runtime.integration.SessionRule |
From |
To |
|
Rename Parameter protocolChooser : ProtocolChooser to handshake : BoltHandshakeProtocolHandler in method public SocketTransportHandler(handshake BoltHandshakeProtocolHandler, logging LogProvider, messageLog BoltMessageLog) in class org.neo4j.bolt.transport.SocketTransportHandler |
From |
To |
|
Rename Parameter ctx : ChannelHandlerContext to boltChannel : BoltChannel in method private performHandshake(boltChannel BoltChannel, buffer ByteBuf) : void in class org.neo4j.bolt.transport.SocketTransportHandler |
From |
To |
|
Rename Parameter connectionDescriptor : BoltConnectionDescriptor to boltChannel : BoltChannel in method public newWorker(boltChannel BoltChannel) : BoltWorker in class org.neo4j.bolt.v1.runtime.WorkerFactory |
From |
To |
|
Rename Parameter log : Log to internalLog : Log in method public BoltMessageRouter(internalLog Log, messageLogger BoltMessageLogger, worker BoltWorker, output BoltResponseMessageHandler<IOException>, onEachCompletedRequest Runnable) in class org.neo4j.bolt.v1.messaging.BoltMessageRouter |
From |
To |
|
Rename Parameter availableVersions : Map<Long,BiFunction<Channel,Boolean,BoltProtocol>> to protocolHandlers : Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>> in method public BoltHandshakeProtocolHandler(protocolHandlers Map<Long,Function<BoltChannel,BoltMessagingProtocolHandler>>, encryptionRequired boolean, isEncrypted boolean) in class org.neo4j.bolt.transport.BoltHandshakeProtocolHandler |
From |
To |