|
Rename Method public putUTF(buf GrowingByteBuffer, str String) : void renamed to public putUtf(buf GrowingByteBuffer, str String) : void in class org.kaaproject.kaa.server.sync.platform.BinaryEncDec |
From |
To |
|
Rename Method private getUTF8String(buf ByteBuffer) : String renamed to private getUtf8String(buf ByteBuffer) : String in class org.kaaproject.kaa.server.sync.platform.BinaryEncDec |
From |
To |
|
Rename Method protected toUTF8Bytes(str String) : byte[] renamed to protected toUtf8Bytes(str String) : byte[] in class org.kaaproject.kaa.server.transport.AbstractKaaTransport |
From |
To |
|
Rename Method public getEventClassFQNs() : List<String> renamed to public getEventClassFqns() : List<String> in class org.kaaproject.kaa.server.sync.EventListenersRequest |
From |
To |
|
Rename Method private getUTF8String(buf ByteBuffer, size int) : String renamed to private getUtf8String(buf ByteBuffer, size int) : String in class org.kaaproject.kaa.server.sync.platform.BinaryEncDec |
From |
To |
|
Rename Method private toTransportMDList(transportMap Map<Integer,Transport>) : List<org.kaaproject.kaa.server.common.zk.gen.TransportMetaData> renamed to private toTransportMdList(transportMap Map<Integer,Transport>) : List<org.kaaproject.kaa.server.common.zk.gen.TransportMetaData> in class org.kaaproject.kaa.server.transport.AbstractTransportService |
From |
To |
|
Rename Method public setEventClassFQN(value String) : void renamed to public setEventClassFqn(value String) : void in class org.kaaproject.kaa.server.sync.Event |
From |
To |
|
Rename Method public getEventClassFQN() : String renamed to public getEventClassFqn() : String in class org.kaaproject.kaa.server.sync.Event |
From |
To |
|
Rename Method public setEventClassFQNs(value List<String>) : void renamed to public setEventClassFqns(value List<String>) : void in class org.kaaproject.kaa.server.sync.EventListenersRequest |
From |
To |
|
Rename Variable e : InterruptedException to exception : InterruptedException in method public shutdown() : void in class org.kaaproject.kaa.server.common.server.AbstractNettyServer |
From |
To |
|
Rename Variable e : InterruptedException to exption : InterruptedException in method public run() : void in class org.kaaproject.kaa.server.common.server.AbstractNettyServer |
From |
To |
|
Rename Variable f : Future<? extends Object> to future : Future<? extends Object> in method public shutdown() : void in class org.kaaproject.kaa.server.common.server.AbstractNettyServer |
From |
To |
|
Rename Variable e : IOException to exception : IOException in method public decode(data byte[]) : ClientSync in class org.kaaproject.kaa.server.sync.platform.AvroEncDec |
From |
To |
|
Rename Variable e : IOException to exception : IOException in method public init(context GenericTransportContext) : void in class org.kaaproject.kaa.server.transport.AbstractKaaTransport |
From |
To |
|
Rename Variable e : IOException to exception : IOException in method public readResourceBytes(resource String) : byte[] in class org.kaaproject.kaa.server.common.utils.FileUtils |
From |
To |
|
Rename Variable configFileURL : URL to configFileUrl : URL in method public lookupAndInit() : void in class org.kaaproject.kaa.server.transport.AbstractTransportService |
From |
To |
|
Rename Variable e : ReflectiveOperationException to exception : ReflectiveOperationException in method public initPlatformProtocolMap(platformProtocols Set<String>) : Map<Integer,PlatformEncDec> in class org.kaaproject.kaa.server.sync.platform.PlatformLookup |
From |
To |
|
Rename Variable e : Exception to exception : Exception in method public build() : Notification in class org.kaaproject.kaa.schema.base.Notification.Builder |
From |
To |
|
Rename Variable e : IOException to exception : IOException in method public readResource(resource String) : String in class org.kaaproject.kaa.server.common.utils.FileUtils |
From |
To |
|
Rename Variable e : ReflectiveOperationException|IOException|URISyntaxException|TransportLifecycleException to exception : ReflectiveOperationException|IOException|URISyntaxException|TransportLifecycleException in method public lookupAndInit() : void in class org.kaaproject.kaa.server.transport.AbstractTransportService |
From |
To |
|
Rename Variable e : IOException to exception : IOException in method public encode(sync ServerSync) : byte[] in class org.kaaproject.kaa.server.sync.platform.AvroEncDec |
From |
To |
|
Rename Variable e : ReflectiveOperationException to exception : ReflectiveOperationException in method public lookupAndInit() : void in class org.kaaproject.kaa.server.transport.AbstractTransportService |
From |
To |
|
Rename Variable e : Exception to exception : Exception in method public init() : void in class org.kaaproject.kaa.server.common.server.AbstractNettyServer |
From |
To |
|
Rename Variable sInit : ChannelInitializer<SocketChannel> to serverInit : ChannelInitializer<SocketChannel> in method public init() : void in class org.kaaproject.kaa.server.common.server.AbstractNettyServer |
From |
To |
|
Rename Variable e : IOException to exception : IOException in method public readResourceProperties(resource String) : Properties in class org.kaaproject.kaa.server.common.utils.FileUtils |
From |
To |
|
Change Variable Type ep : CassandraEPByEndpointGroupId to ep : CassandraEpByEndpointGroupId in method private getEndpointKeyHash(filter List<CassandraEpByEndpointGroupId>) : ByteBuffer[] in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.filter.CassandraEpByEndpointGroupIdDao |
From |
To |
|
Change Variable Type filter : List<CassandraEPByEndpointGroupId> to filter : List<CassandraEpByEndpointGroupId> in method public findEpByEndpointGroupId(pageLink PageLinkDto) : ByteBuffer[] in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.filter.CassandraEpByEndpointGroupIdDao |
From |
To |
|
Change Variable Type ep : CassandraEPByAppId to ep : CassandraEpByAppId in method public getEpIdsListByAppId(appId String) : ByteBuffer[] in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.filter.CassandraEpbyAppIdDao |
From |
To |
|
Change Variable Type filter : List<CassandraEPByAppId> to filter : List<CassandraEpByAppId> in method public findEpByAppId(pageLink PageLinkDto, appId String) : ByteBuffer[] in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.filter.CassandraEpbyAppIdDao |
From |
To |
|
Change Variable Type other : CassandraEPByEndpointGroupId to other : CassandraEpByEndpointGroupId in method public equals(obj Object) : boolean in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEpByEndpointGroupId |
From |
To |
|
Change Variable Type ep : CassandraEPByAppId to ep : CassandraEpByAppId in method private getEndpointKeyHash(filter List<CassandraEpByAppId>) : ByteBuffer[] in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.filter.CassandraEpbyAppIdDao |
From |
To |
|
Change Variable Type filter : List<CassandraEPByAppId> to filter : List<CassandraEpByAppId> in method public getEpIdsListByAppId(appId String) : ByteBuffer[] in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.filter.CassandraEpbyAppIdDao |
From |
To |
|
Change Variable Type that : CassandraEPByAppId to that : CassandraEpByAppId in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEpByAppId |
From |
To |
|
Change Variable Type that : CassandraEPByAccessToken to that : CassandraEpByAccessToken in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEpByAccessToken |
From |
To |
|
Change Variable Type result : CassandraEPByAccessToken to result : CassandraEpByAccessToken in method public findEpIdByAccessToken(accessToken String) : ByteBuffer in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.filter.CassandraEpByAccessTokenDao |
From |
To |
|
Rename Parameter s : short to shrt : short in method public putShort(shrt short) : GrowingByteBuffer in class org.kaaproject.kaa.server.sync.platform.GrowingByteBuffer |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.EventSequenceNumberResponse |
From |
To |
|
Rename Parameter e : Exception to exception : Exception in method public fireExceptionCaught(exception Exception) : void in class org.kaaproject.kaa.server.common.server.NettyChannelContext |
From |
To |
|
Rename Parameter e : Exception to exception : Exception in method public build(exception Exception) : Object[] in class org.kaaproject.kaa.server.transports.http.transport.HttpHandler |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.ClientSyncMetaData |
From |
To |
|
Rename Parameter eventClassFQNs : List<String> to eventClassFqns : List<String> in method public EventListenersRequest(requestId int, eventClassFqns List<String>) in class org.kaaproject.kaa.server.sync.EventListenersRequest |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.Topic |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.ClientSync |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.EventServerSync |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.UserServerSync |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.EventListenersResponse |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.UserDetachNotification |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.UserAttachNotification |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEpByAccessToken |
From |
To |
|
Rename Parameter i : int to integer : int in method public putInt(position int, integer int) : GrowingByteBuffer in class org.kaaproject.kaa.server.sync.platform.GrowingByteBuffer |
From |
To |
|
Rename Parameter e : Exception to exception : Exception in method public build(exception Exception) : Object[] in class org.kaaproject.kaa.server.transport.message.ErrorBuilder |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.UserAttachResponse |
From |
To |
|
Rename Parameter eventClassFQN : String to eventClassFqn : String in method public Event(seqNum int, eventClassFqn String, eventData ByteBuffer, source String, target String) in class org.kaaproject.kaa.server.sync.Event |
From |
To |
|
Rename Parameter i : int to integer : int in method public putInt(integer int) : GrowingByteBuffer in class org.kaaproject.kaa.server.sync.platform.GrowingByteBuffer |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointConfiguration |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.ConfigurationServerSync |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEpByAppId |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.ServerSync |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.ProfileServerSync |
From |
To |
|
Rename Parameter b : byte to bt : byte in method public put(bt byte) : GrowingByteBuffer in class org.kaaproject.kaa.server.sync.platform.GrowingByteBuffer |
From |
To |
|
Rename Parameter e : Exception to exception : Exception in method public fireExceptionCaught(exception Exception) : void in class org.kaaproject.kaa.server.transport.channel.ChannelContext |
From |
To |
|
Rename Parameter s : short to shrt : short in method public putShort(position int, shrt short) : GrowingByteBuffer in class org.kaaproject.kaa.server.sync.platform.GrowingByteBuffer |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraCredentials |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.sync.NotificationServerSync |
From |
To |
|
Rename Parameter o : Object to object : Object in method public equals(object Object) : boolean in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.type.CassandraEndpointGroupState |
From |
To |