|
Change Parameter Type impl : OCache to impl : ORecordCache in method public OAbstractRecordCache(impl ORecordCache) in class com.orientechnologies.orient.core.cache.OAbstractRecordCache |
From |
To |
|
Change Parameter Type iResourceId : RESOURCE_TYPE to iResourceId : T in method protected getImmutableResourceId(iResourceId T) : T in class com.orientechnologies.common.concur.lock.OLockManager |
From |
To |
|
Change Parameter Type objectToLock : Object to objectToLock : String in method package containsInLockedObjects(objectToLock String) : boolean in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Parameter Type lastResult : Object to db : ODatabaseDocument in method private executeConsoleLog(lastCommand String, db ODatabaseDocument) : void in class com.orientechnologies.orient.core.command.script.OCommandExecutorScript |
From |
To |
|
Change Parameter Type userName : String to iUserRID : ORID in method public setUserRID(iUserRID ORID) : void in class com.orientechnologies.orient.server.distributed.ODistributedRequest |
From |
To |
|
Change Parameter Type iAllowOperation : String to iAllowOperation : ORestrictedOperation in method protected isAllowed(iDocument ODocument, iAllowOperation ORestrictedOperation, iReadOriginal boolean) : boolean in class com.orientechnologies.orient.core.metadata.security.ORestrictedAccessHook |
From |
To |
|
Change Parameter Type iRequester : REQUESTER_TYPE to iRequester : Object in method public releaseLock(iRequester Object, iResourceId T, iLockType LOCK) : void in class com.orientechnologies.common.concur.lock.OLockManager |
From |
To |
|
Change Parameter Type iResourceId : RESOURCE_TYPE to iResourceId : T in method public releaseLock(iRequester Object, iResourceId T, iLockType LOCK) : void in class com.orientechnologies.common.concur.lock.OLockManager |
From |
To |
|
Change Parameter Type delta : int to delta : long in method private updateCounter(delta long) : void in class com.orientechnologies.common.concur.lock.ODistributedCounter |
From |
To |
|
Change Parameter Type iResourceId : RESOURCE_TYPE to iResourceId : T in method public acquireLock(iResourceId T, iLockType LOCK, iTimeout long) : void in class com.orientechnologies.common.concur.lock.OLockManager |
From |
To |
|
Change Parameter Type fields : Map<String,Object> to fields : List<OPair<String,Object>> in method protected parseSetFields(iClass OClass, fields List<OPair<String,Object>>) : void in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSetAware |
From |
To |
|
Change Parameter Type iStartSize : int to newFile : File in method public renameTo(newFile File) : boolean in class com.orientechnologies.orient.core.storage.fs.OFile |
From |
To |
|
Change Parameter Type userName : String to iUserRID : ORID in method public setUserRID(iUserRID ORID) : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedRequest |
From |
To |
|
Change Parameter Type other : GroupKey to other : PagedKey in method public compareTo(other PagedKey) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PagedKey |
From |
To |
|
Change Parameter Type iResourceId : RESOURCE_TYPE to iResourceId : T in method public acquireLock(iResourceId T, iLockType LOCK) : void in class com.orientechnologies.common.concur.lock.OLockManager |
From |
To |
|
Change Parameter Type fileId : int to fileId : long in method private cacheFileContent(fileId long, intId int, pageIndex long, addNewPages boolean) : OCachePointer in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Parameter Type iDb : ODatabaseDocumentTx to url : String in method public PessimisticUpdate(url String, iRid ORID, iThreadName String, iLock boolean) in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.PessimisticUpdate |
From |
To |
|
Change Parameter Type durableComponent : ODurableComponent to fullName : String in method private acquireExclusiveLockTillOperationComplete(fullName String) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperationsManager |
From |
To |
|
Change Parameter Type subMap : NavigableMap<GroupKey,WriteGroup> to subMap : NavigableMap<PagedKey,PageGroup> in method private iterateBySubRing(subMap NavigableMap<PagedKey,PageGroup>, subSet NavigableSet<PagedKey>, writePagesToFlush int, flushedWritePages int, forceFlush boolean, iterateByWritePagesFirst boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Parameter Type fileId : long to fileId : int in method private getFile(fileId int) : MemoryFile in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Parameter Type lockedObject : Object to lockedObject : String in method package addLockedObject(lockedObject String) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Parameter Type iRequestQueue : IQueue<ODistributedRequest> to iRequestQueue : IQueue in method public ODistributedWorker(iDistributed OHazelcastDistributedDatabase, iRequestQueue IQueue, iDatabaseName String, i int, iRestoringMessages boolean) in class com.orientechnologies.orient.server.hazelcast.ODistributedWorker |
From |
To |
|
Change Parameter Type iProfiler : OProfilerMBean to iProfiler : OProfiler in method public setProfiler(iProfiler OProfiler) : void in class com.orientechnologies.orient.core.Orient |
From |
To |
|
Change Parameter Type iValue : V to iValue : OPair<V,SV> in method public setValue(iValue OPair<V,SV>) : OPair<V,SV> in class com.orientechnologies.common.util.OTriple |
From |
To |
|
Change Parameter Type iDb : ODatabaseDocumentTx to url : String in method public OptimisticUpdateField(url String, iRid1 ORID, iRid2 ORID, iThreadName String) in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.OptimisticUpdateField |
From |
To |
|
Change Parameter Type iStartSize : int to newFile : File in method public renameTo(newFile File) : boolean in class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Change Parameter Type id : long to id : int in method private MemoryFile(storageId int, id int, pageSize int) in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache.MemoryFile |
From |
To |
|
Move Attribute protected accessFile : RandomAccessFile from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private accessFile : RandomAccessFile from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private cascadeDeleteFields : HashMap<Class<?>,List<String>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public cascadeDeleteFields : HashMap<Class<?>,List<String>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute protected SOFTLY_CLOSED_OFFSET : int from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private SOFTLY_CLOSED_OFFSET : int from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute protected CURRENT_VERSION : int from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private CURRENT_VERSION : int from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private transientFields : HashMap<Class<?>,List<String>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public transientFields : HashMap<Class<?>,List<String>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute protected version : int from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private version : int from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private embeddedFields : HashMap<Class<?>,List<String>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public embeddedFields : HashMap<Class<?>,List<String>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute public HEADER_SIZE : int from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to public HEADER_SIZE : int from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute protected configurationLoader : OServerConfigurationLoaderXml from class com.orientechnologies.orient.server.OServer to private configurationLoader : OServerConfigurationLoaderXml from class com.orientechnologies.orient.server.config.OServerConfigurationManager |
From |
To |
|
Move Attribute protected SOFTLY_CLOSED_OFFSET_V_0 : int from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private SOFTLY_CLOSED_OFFSET_V_0 : int from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private LOCK_WAIT_TIME : long from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private LOCK_WAIT_TIME : long from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private allFields : HashMap<Class<?>,List<String>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public allFields : HashMap<Class<?>,List<String>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute private boundDocumentFields : HashMap<Class<?>,Field> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public boundDocumentFields : HashMap<Class<?>,Field> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute private lock : ReadWriteLock from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private lock : ReadWriteLock from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private CONFIG_DIR : String from class com.orientechnologies.orient.server.distributed.asynch.TestReplication to protected CONFIG_DIR : String from class com.orientechnologies.orient.server.distributed.asynch.BareBoneBase1ClientTest |
From |
To |
|
Move Attribute protected dirty : boolean from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private dirty : boolean from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private OPEN_DELAY_RETRY : int from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private OPEN_DELAY_RETRY : int from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private serializedFields : HashMap<Class<?>,Map<Field,Class<?>>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public serializedFields : HashMap<Class<?>,Map<Field,Class<?>>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute protected mode : String from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private mode : String from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private directAccessFields : HashMap<Class<?>,List<String>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public directAccessFields : HashMap<Class<?>,List<String>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute private callbacks : HashMap<String,List<Method>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public callbacks : HashMap<String,List<Method>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute private fieldIds : HashMap<Class<?>,Field> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public fieldIds : HashMap<Class<?>,Field> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute protected configuration : OServerConfiguration from class com.orientechnologies.orient.server.OServer to private configuration : OServerConfiguration from class com.orientechnologies.orient.server.config.OServerConfigurationManager |
From |
To |
|
Move Attribute private classes : Set<Class<?>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public classes : Set<Class<?>> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute private DB1_DIR : String from class com.orientechnologies.orient.server.distributed.asynch.TestReplication to protected DB1_DIR : String from class com.orientechnologies.orient.server.distributed.asynch.BareBoneBase1ClientTest |
From |
To |
|
Move Attribute private OPEN_RETRY_MAX : int from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private OPEN_RETRY_MAX : int from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute protected channel : FileChannel from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private channel : FileChannel from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private LOCK_MAX_RETRIES : int from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private LOCK_MAX_RETRIES : int from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute protected VERSION_OFFSET : int from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private VERSION_OFFSET : int from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute protected osFile : File from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private osFile : File from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute protected failCheck : boolean from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private failCheck : boolean from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private fileLock : FileLock from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private fileLock : FileLock from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private wasSoftlyClosed : boolean from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private wasSoftlyClosed : boolean from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute private fieldVersions : HashMap<Class<?>,Field> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer to public fieldVersions : HashMap<Class<?>,Field> from class com.orientechnologies.orient.object.enhancement.OObjectEntitySerializer.OObjectEntitySerializedSchema |
From |
To |
|
Move Attribute protected headerDirty : boolean from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private headerDirty : boolean from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Move Attribute protected size : long from class com.orientechnologies.orient.core.storage.fs.OAbstractFile to private size : long from class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Rename Method public getOrdered() : boolean renamed to public isOrdered() : boolean in class com.tinkerpop.blueprints.impls.orient.OrientVertexType.OrientVertexProperty |
From |
To |
|
Rename Method public releaseKeysForUpdate(keys Collection<Object>) : void renamed to public releaseKeysForUpdateNoTx(keys Collection<Object>) : void in class com.orientechnologies.orient.core.index.OIndexAbstract |
From |
To |
|
Rename Method public releaseKeysForUpdate(key Object...) : void renamed to public releaseKeysForUpdateNoTx(key Object...) : void in class com.orientechnologies.orient.core.index.OIndexInternal |
From |
To |
|
Rename Method private callbackHookSuccess(record ORecord, iCallTriggers boolean, wasNew boolean, stream byte[], operationResult OStorageOperationResult<ORecordVersion>) : void renamed to private callbackHookFinalize(record ORecord, wasNew boolean, stream byte[]) : void in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Rename Method public getFlushedLSN() : OLogSequenceNumber renamed to public getFlushedLsn() : OLogSequenceNumber in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OMemoryWriteAheadLog |
From |
To |
|
Rename Method protected init() : void renamed to private setDirty() : void in class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Rename Method protected setFilledUpTo(iHow long, force boolean) : void renamed to public unlock() : void in class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Rename Method public getTimeout() : long renamed to public getDistributedTimeout() : long in class com.orientechnologies.orient.server.distributed.task.OSyncClusterTask |
From |
To |
|
Rename Method public getAllocatedPages() : long renamed to public getExclusiveWriteCachePagesSize() : long in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Rename Method public digest2String(iInput String) : String renamed to public createSHA256(iInput String) : String in class com.orientechnologies.orient.core.security.OSecurityManager |
From |
To |
|
Rename Method private jj_3R_43() : boolean renamed to private jj_3R_475() : boolean in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Rename Method public setUserName(userName String) : void renamed to public setUserRID(iUserRID ORID) : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedRequest |
From |
To |
|
Rename Method public getTimeout() : long renamed to public getDistributedTimeout() : long in class com.orientechnologies.orient.server.distributed.task.OCopyDatabaseChunkTask |
From |
To |
|
Rename Method public getAllocatedPages() : long renamed to public getExclusiveWriteCachePagesSize() : long in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Rename Method public abstract create(iStartSize int) : void renamed to public renameTo(newFile File) : boolean in class com.orientechnologies.orient.core.storage.fs.OFile |
From |
To |
|
Rename Method public getTimeout() : long renamed to public getDistributedTimeout() : long in class com.orientechnologies.orient.server.distributed.task.OTxTask |
From |
To |
|
Rename Method protected loadConfiguration(iConfiguration OServerConfiguration) : void renamed to protected initFromConfiguration() : void in class com.orientechnologies.orient.server.OServer |
From |
To |
|
Rename Method public digest(iInput String) : byte[] renamed to public digestSHA256(iInput String) : byte[] in class com.orientechnologies.orient.core.security.OSecurityManager |
From |
To |
|
Rename Method public releaseKeysForUpdate(keys Collection<Object>) : void renamed to public releaseKeysForUpdateNoTx(keys Collection<Object>) : void in class com.orientechnologies.orient.core.index.OIndexInternal |
From |
To |
|
Rename Method private jjMoveStringLiteralDfa6_0(old2 long, active2 long) : int renamed to private jjMoveStringLiteralDfa4_0(old1 long, active1 long, old2 long, active2 long) : int in class com.orientechnologies.orient.core.sql.parser.OrientSqlTokenManager |
From |
To |
|
Rename Method protected sendJsonContent(iCode int, iReason String, iHeaders String, iContentType String, iContent String, iKeepAlive boolean) : void renamed to protected sendError(iCode int, iReason String, iHeaders String, iContentType String, iContent String, iKeepAlive boolean) : void in class com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract |
From |
To |
|
Rename Method public getTimeout() : long renamed to public getDistributedTimeout() : long in class com.orientechnologies.orient.server.distributed.task.OScriptTask |
From |
To |
|
Rename Method public digest2String(iInput String, iAlgorithm String) : String renamed to public createHash(iInput String, iAlgorithm String) : String in class com.orientechnologies.orient.core.security.OSecurityManager |
From |
To |
|
Rename Method public getFlushedLSN() : OLogSequenceNumber renamed to public getFlushedLsn() : OLogSequenceNumber in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.ODiskWriteAheadLog |
From |
To |
|
Rename Method public releaseKeysForUpdate(key Object...) : void renamed to public releaseKeysForUpdateNoTx(key Object...) : void in class com.orientechnologies.orient.core.index.OIndexAbstract |
From |
To |
|
Rename Method protected getUser(iUserName String, iAllowRepair boolean) : OUser renamed to public getRoleRID(iRoleName String) : ORID in class com.orientechnologies.orient.core.metadata.security.OSecurityShared |
From |
To |
|
Rename Method private jj_3R_40() : boolean renamed to private jj_3R_439() : boolean in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Rename Method public getTimeout() : long renamed to public getDistributedTimeout() : long in class com.orientechnologies.orient.server.distributed.task.OSyncDatabaseTask |
From |
To |
|
Rename Method public beforeClass() : void renamed to public init(dbName String) : void in class com.orientechnologies.orient.graph.GraphNoTxAbstractTest |
From |
To |
|
Rename Method private jj_3R_42() : boolean renamed to private jj_3R_472() : boolean in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Rename Method public getTimeout() : long renamed to public getDistributedTimeout() : long in class com.orientechnologies.orient.server.distributed.task.OAbstractRemoteTask |
From |
To |
|
Rename Method public getAllocatedPages() : long renamed to public getExclusiveWriteCachePagesSize() : long in class com.orientechnologies.orient.core.storage.cache.OWriteCache |
From |
To |
|
Rename Method public Array() : OArray renamed to public MultiMatchPathItem() : OMatchPathItem in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Rename Method public create(iStartSize int) : void renamed to public renameTo(newFile File) : boolean in class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Rename Method private jj_3R_39() : boolean renamed to private jj_3R_465() : boolean in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Rename Method private callbackHookFinalize(record ORecord, callTriggers boolean, wasNew boolean, stream byte[]) : void renamed to private callbackHookSuccess(record ORecord, wasNew boolean, stream byte[], operationResult OStorageOperationResult<ORecordVersion>) : void in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Rename Method private executeReturn(lastCommand String, lastResult Object) : Object renamed to private executeConsoleLog(lastCommand String, db ODatabaseDocument) : void in class com.orientechnologies.orient.core.command.script.OCommandExecutorScript |
From |
To |
|
Rename Method public getFlushedLSN() : OLogSequenceNumber renamed to public getFlushedLsn() : OLogSequenceNumber in class com.orientechnologies.orient.core.storage.impl.local.paginated.wal.OWriteAheadLog |
From |
To |
|
Rename Method protected getCollectionMaxItems() : int renamed to public getMaxMultiValueEntries() : int in class com.orientechnologies.orient.console.OConsoleDatabaseApp |
From |
To |
|
Rename Method public setUserName(userName String) : void renamed to public setUserRID(iUserRID ORID) : void in class com.orientechnologies.orient.server.distributed.ODistributedRequest |
From |
To |
|
Rename Method public createExecutorFilter() : Object renamed to public execute(iCurrentRecord OIdentifiable, ctx OCommandContext) : Object in class com.orientechnologies.orient.core.sql.parser.OExpression |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OCreateVertexStatement |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.ODeleteStatement |
From |
To |
|
Parameterize Variable newIndexUsage : long to newProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable oldIndexUsage : long to oldProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable oldcompositeIndexUsed3 : long to oldProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OArrayRangeSelector |
From |
To |
|
Parameterize Variable prevPageRecordPointer : long to nextPagePointer : long in method private getPageIndex(nextPagePointer long) : long in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OParenthesisExpression |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OUpdateOperations |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OLetItem |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.ONotInCondition |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OGroupBy |
From |
To |
|
Parameterize Variable variable : String to iValue : String in method private getValue(iValue String, db ODatabaseDocument) : Object in class com.orientechnologies.orient.core.command.script.OCommandExecutorScript |
From |
To |
|
Parameterize Variable newcompositeIndexUsed2 : long to newProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable oldcompositeIndexUsed33 : long to oldProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OLetClause |
From |
To |
|
Parameterize Variable newcompositeIndexUsed : long to newProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OUnwind |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.ODeleteVertexStatement |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OOrderBy |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OCollection |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OCreateEdgeStatement |
From |
To |
|
Parameterize Variable newcompositeIndexUsed3 : long to newProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OContainsCondition |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OUpdateStatement |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OFetchPlanItem |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OFetchPlan |
From |
To |
|
Parameterize Variable oldcompositeIndexUsed22 : long to oldProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable cmd : OCommandExecutorSQLSelect to select : OCommandExecutorSQLSelect in method protected mergeResultByAggegation(select OCommandExecutorSQLSelect, iResults Map<String,Object>) : Object in class com.orientechnologies.orient.server.distributed.ODistributedStorage |
From |
To |
|
Parameterize Variable prevPageRecordPointer : long to nextPagePointer : long in method private getRecordPosition(nextPagePointer long) : int in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Parameterize Variable newCompositeIndexUsage : long to newProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OFunctionCall |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.ODeleteEdgeStatement |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OArraySingleValuesSelector |
From |
To |
|
Parameterize Variable oldcompositeIndexUsed2 : long to oldProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable oldcompositeIndexUsed : long to oldProfilerValue : long in method private assertProfileCount(newProfilerValue long, oldProfilerValue long, diff long) : void in class com.orientechnologies.orient.test.database.auto.SQLSelectHashIndexReuseTest |
From |
To |
|
Parameterize Variable buffer : StringBuilder to iBuffer : StringBuilder in method public parse(iSource char[], iBuffer StringBuilder, beginIndex int, endIndex int, iSeparator char[], iStringSeparatorExtended boolean, iConsiderBraces boolean, iConsiderSets boolean, iMinPosSeparatorAreValid int, considerBags boolean, iUnicode boolean, iJumpChars char...) : int in class com.orientechnologies.orient.core.serialization.serializer.OStringSerializerHelper |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OContainsAllCondition |
From |
To |
|
Parameterize Variable startSeparatorAt : int to iMinPosSeparatorAreValid : int in method public parse(iSource char[], iBuffer StringBuilder, beginIndex int, endIndex int, iSeparator char[], iStringSeparatorExtended boolean, iConsiderBraces boolean, iConsiderSets boolean, iMinPosSeparatorAreValid int, considerBags boolean, iUnicode boolean, iJumpChars char...) : int in class com.orientechnologies.orient.core.serialization.serializer.OStringSerializerHelper |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OInsertStatement |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OOrderByItem |
From |
To |
|
Parameterize Variable result : StringBuilder to builder : StringBuilder in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OModifier |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OOrderBy & moved to class com.orientechnologies.orient.core.sql.parser.OTimeout |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OUnwind & moved to class com.orientechnologies.orient.core.sql.parser.OTimeout |
From |
To |
|
Extract And Move Method public clearResources() : void extracted from public close(iForce boolean, onDelete boolean) : void in class com.orientechnologies.orient.core.storage.OStorageAbstract & moved to class com.orientechnologies.common.concur.resource.OSharedContainerImpl |
From |
To |
|
Extract And Move Method public activateOnCurrentThread() : ODatabaseDocumentTx extracted from public testTransactionOptimisticCacheMgmt2Db() : void in class com.orientechnologies.orient.test.database.auto.TransactionOptimisticTest & moved to class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Extract And Move Method public clearCachePointer() : void extracted from private clearFile(fileId long) : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.O2QCache & moved to class com.orientechnologies.orient.core.storage.cache.OCacheEntry |
From |
To |
|
Extract And Move Method public incrementReadersReferrer() : void extracted from public load(fileId long, pageIndex long, addNewPages boolean) : OCachePointer in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache & moved to class com.orientechnologies.orient.core.storage.cache.OCachePointer |
From |
To |
|
Extract And Move Method public clearCachePointer() : void extracted from private removeColdPagesWithCacheLock() : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.O2QCache & moved to class com.orientechnologies.orient.core.storage.cache.OCacheEntry |
From |
To |
|
Extract And Move Method public setWritersListener(writersListener WritersListener) : void extracted from public store(fileId long, pageIndex long, dataPointer OCachePointer) : Future in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache & moved to class com.orientechnologies.orient.core.storage.cache.OCachePointer |
From |
To |
|
Extract And Move Method public incrementWritersReferrer() : void extracted from public store(fileId long, pageIndex long, dataPointer OCachePointer) : Future in class com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache & moved to class com.orientechnologies.orient.core.storage.cache.OCachePointer |
From |
To |
|
Extract And Move Method public setCachePointer(cachePointer OCachePointer) : void extracted from private updateCache(fileId long, pageIndex long, addNewPages boolean, writeCache OWriteCache) : UpdateCacheResult in class com.orientechnologies.orient.core.index.hashindex.local.cache.O2QCache & moved to class com.orientechnologies.orient.core.storage.cache.OCacheEntry |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.ODeleteEdgeStatement & moved to class com.orientechnologies.orient.core.sql.parser.OJsonItem |
From |
To |
|
Extract And Move Method public getName() : String extracted from public create(name String, keySerializer OBinarySerializer<K>, valueSerializer OBinarySerializer<V>) : void in class com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsaiLocal & moved to class com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurableComponent |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OFunctionCall & moved to class com.orientechnologies.orient.core.sql.parser.OJson |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OLetItem & moved to class com.orientechnologies.orient.core.sql.parser.ONumber |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.ODeleteEdgeStatement & moved to class com.orientechnologies.orient.core.sql.parser.ONumber |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OUnwind & moved to class com.orientechnologies.orient.core.sql.parser.ONumber |
From |
To |
|
Extract And Move Method public activateOnCurrentThread() : ODatabaseDocumentTx extracted from protected onMessage(iRequest ODistributedRequest) : void in class com.orientechnologies.orient.server.hazelcast.ODistributedWorker & moved to class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OGroupBy & moved to class com.orientechnologies.orient.core.sql.parser.OTimeout |
From |
To |
|
Extract And Move Method public activateOnCurrentThread() : ODatabaseDocumentTx extracted from public testTransactionOptimisticConcurrentException() : void in class com.orientechnologies.orient.test.database.auto.TransactionOptimisticTest & moved to class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Extract And Move Method public clearCachePointer() : void extracted from private clearPinnedPages() : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.O2QCache & moved to class com.orientechnologies.orient.core.storage.cache.OCacheEntry |
From |
To |
|
Extract And Move Method public clearCachePointer() : void extracted from private removeColdPagesWithoutCacheLock() : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.O2QCache & moved to class com.orientechnologies.orient.core.storage.cache.OCacheEntry |
From |
To |
|
Extract And Move Method public isEdgeType() : boolean extracted from protected e2v(graph OrientBaseGraph, iRecord OIdentifiable, iDirection Direction, iLabels String[]) : Object in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionMove & moved to class com.orientechnologies.orient.core.metadata.schema.OImmutableClass |
From |
To |
|
Extract And Move Method public clearCachePointer() : void extracted from private clearCacheContent() : void in class com.orientechnologies.orient.core.index.hashindex.local.cache.O2QCache & moved to class com.orientechnologies.orient.core.storage.cache.OCacheEntry |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OFetchPlanItem & moved to class com.orientechnologies.orient.core.sql.parser.OTimeout |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OGroupBy & moved to class com.orientechnologies.orient.core.sql.parser.ONumber |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OUpdateStatement & moved to class com.orientechnologies.orient.core.sql.parser.OTimeout |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OFetchPlanItem & moved to class com.orientechnologies.orient.core.sql.parser.ONumber |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OFunctionCall & moved to class com.orientechnologies.orient.core.sql.parser.ONumber |
From |
To |
|
Extract And Move Method public toString(params Map<Object,Object>, builder StringBuilder) : void extracted from public toString() : String in class com.orientechnologies.orient.core.sql.parser.OOrderBy & moved to class com.orientechnologies.orient.core.sql.parser.ONumber |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdateIncrementItem to class com.orientechnologies.orient.core.sql.parser.OArrayRangeSelector & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OProjection to class com.orientechnologies.orient.core.sql.parser.OCollection & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdateRemoveItem to class com.orientechnologies.orient.core.sql.parser.OContainsAllCondition & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OProjection to class com.orientechnologies.orient.core.sql.parser.OUpdateOperations & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OProjection to class com.orientechnologies.orient.core.sql.parser.OLetClause & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OInsertSetExpression to class com.orientechnologies.orient.core.sql.parser.OContainsAllCondition & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OContainsValueCondition to class com.orientechnologies.orient.core.sql.parser.OCreateEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdateIncrementItem to class com.orientechnologies.orient.core.sql.parser.OContainsCondition & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OMetadataIdentifier to class com.orientechnologies.orient.core.sql.parser.ODeleteEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdateAddItem to class com.orientechnologies.orient.core.sql.parser.OCreateEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OProjection to class com.orientechnologies.orient.core.sql.parser.OGroupBy & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public aggregateResults() : boolean moved from class com.orientechnologies.orient.core.sql.functions.coll.OSQLFunctionFirst to class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect & inlined to public isAnyFunctionAggregates() : boolean |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OJsonItem to class com.orientechnologies.orient.core.sql.parser.ODeleteEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdateIncrementItem to class com.orientechnologies.orient.core.sql.parser.OContainsAllCondition & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdateRemoveItem to class com.orientechnologies.orient.core.sql.parser.OContainsCondition & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public close(onDelete boolean) : void moved from class com.orientechnologies.orient.core.metadata.schema.OSchemaShared to class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage & inlined to public setClusterStatus(clusterId int, iStatus OStorageClusterConfiguration.STATUS) : boolean |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OProjection to class com.orientechnologies.orient.core.sql.parser.OOrderBy & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdateRemoveItem to class com.orientechnologies.orient.core.sql.parser.OArrayRangeSelector & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OContainsValueCondition to class com.orientechnologies.orient.core.sql.parser.OContainsCondition & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdatePutItem to class com.orientechnologies.orient.core.sql.parser.OCreateEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OProjection to class com.orientechnologies.orient.core.sql.parser.ODeleteEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public evaluate(currentRecord OIdentifiable) : boolean moved from class com.orientechnologies.orient.core.sql.parser.OBetweenCondition to class com.orientechnologies.orient.core.sql.parser.ONotBlock & inlined to public evaluate(currentRecord OIdentifiable, ctx OCommandContext) : boolean |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OMetadataIdentifier to class com.orientechnologies.orient.core.sql.parser.OFromItem & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OProjection to class com.orientechnologies.orient.core.sql.parser.OFunctionCall & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OProjection to class com.orientechnologies.orient.core.sql.parser.OUnwind & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OInsertSetExpression to class com.orientechnologies.orient.core.sql.parser.OArrayRangeSelector & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public getResult() : Object moved from class com.orientechnologies.orient.core.sql.functions.coll.OSQLFunctionFirst to class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect & inlined to private parallelExec(iTarget Iterator<? extends OIdentifiable>) : boolean |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OJsonItem to class com.orientechnologies.orient.core.sql.parser.OCreateEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OProjection to class com.orientechnologies.orient.core.sql.parser.OCreateEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdateRemoveItem to class com.orientechnologies.orient.core.sql.parser.OCreateEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OInsertSetExpression to class com.orientechnologies.orient.core.sql.parser.OCreateEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdateAddItem to class com.orientechnologies.orient.core.sql.parser.OArrayRangeSelector & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OUpdateIncrementItem to class com.orientechnologies.orient.core.sql.parser.OCreateEdgeStatement & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public toString() : String moved from class com.orientechnologies.orient.core.sql.parser.OInsertSetExpression to class com.orientechnologies.orient.core.sql.parser.OContainsCondition & inlined to public toString(params Map<Object,Object>, builder StringBuilder) : void |
From |
To |
|
Move And Inline Method public aggregateResults() : boolean moved from class com.orientechnologies.orient.core.sql.functions.coll.OSQLFunctionLast to class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect & inlined to public isAnyFunctionAggregates() : boolean |
From |
To |
|
Change Variable Type profiler : OProfilerMBean to profiler : OProfiler in method private updateStatistic(index OIndex<?>) : void in class com.orientechnologies.orient.core.sql.OChainedIndexProxy |
From |
To |
|
Change Variable Type profiler : OProfilerMBean to profiler : OProfiler in method public toStream() : byte[] in class com.orientechnologies.orient.core.type.tree.provider.OMVRBTreeMapProvider |
From |
To |
|
Change Variable Type profiler : OProfilerMBean to profiler : OProfiler in method public testBaseWithoutIndexAndSubclassesIndexes() : void in class com.orientechnologies.orient.test.database.auto.PolymorphicQueryTest |
From |
To |
|
Change Variable Type differences : List<OSQLFunctionDifference> to differences : List<OSQLFunctionSymmetricDifference> in method public testOperatorMerge() : void in class com.orientechnologies.orient.core.sql.functions.coll.SQLFunctionSymmetricDifferenceTest |
From |
To |
|
Change Variable Type groupKey : GroupKey to pagedKey : PagedKey in method public store(fileId long, pageIndex long, dataPointer OCachePointer) : Future in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Variable Type user : OUser to user : ORID in method public allowUser(iDocument ODocument, iAllowFieldName String, iUserName String) : OIdentifiable in class com.orientechnologies.orient.core.metadata.security.OSecurityShared |
From |
To |
|
Change Variable Type schemaClass : OClass to schemaClass : OImmutableClass in method public getElement(id Object) : OrientElement in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph |
From |
To |
|
Change Variable Type fileId : long to intId : int in method public openFile(fileId long, writeCache OWriteCache) : void in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Variable Type record : ORecordFlat to record : ODocument in method public testDictionaryCreate() : void in class com.orientechnologies.orient.test.database.auto.DictionaryTest |
From |
To |
|
Change Variable Type profiler : OProfilerMBean to profiler : OProfiler in method protected updateProfiler(iContext OCommandContext, index OIndex<?>, keyParams List<Object>, indexDefinition OIndexDefinition) : void in class com.orientechnologies.orient.core.sql.operator.OQueryOperator |
From |
To |
|
Change Variable Type profiler : OProfilerMBean to profiler : OProfiler in method protected revertSubclassesProfiler(iContext OCommandContext, num int) : void in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect |
From |
To |
|
Change Variable Type function : OSQLFunctionDifference to function : OSQLFunctionSymmetricDifference in method public testExecute() : void in class com.orientechnologies.orient.core.sql.functions.coll.SQLFunctionSymmetricDifferenceTest |
From |
To |
|
Change Variable Type fileId : long to intId : int in method public addFile(fileName String, fileId long, writeCache OWriteCache) : void in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Variable Type lockObject : Object to lockObject : String in method public endAtomicOperation(rollback boolean, exception Exception) : OAtomicOperation in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperationsManager |
From |
To |
|
Change Variable Type fileId : Long to fileId : Integer in method public exists(name String) : boolean in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Variable Type record2 : ORecordFlat to record2 : ODocument in method public testTransactionAtomic() : void in class com.orientechnologies.orient.test.database.auto.TransactionAtomicTest |
From |
To |
|
Change Variable Type firstNode : List<String> to toSynchClusters : HashSet<String> in method protected installDatabaseFromNetwork(dbPath String, databaseName String, distrDatabase OHazelcastDistributedDatabase, cfg ODistributedConfiguration, iNode String, value ODistributedDatabaseChunk) : Set<String> in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin |
From |
To |
|
Change Variable Type clz : OClass to clz : OImmutableClass in method private checkClzAttribute(iDocument ODocument, attr String) : Object in class com.orientechnologies.orient.core.db.record.OClassTrigger |
From |
To |
|
Change Variable Type idxs : ORecordTrackedSet to idxs : OTrackedSet<ODocument> in method public toStream() : ODocument in class com.orientechnologies.orient.core.index.OIndexManagerShared |
From |
To |
|
Change Variable Type fileId : long to intId : int in method public deleteFile(fileId long) : void in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Variable Type user : OUser to user : ORID in method public disallowUser(iDocument ODocument, iAllowFieldName String, iUserName String) : OIdentifiable in class com.orientechnologies.orient.core.metadata.security.OSecurityShared |
From |
To |
|
Change Variable Type entriesIterator : Iterator<Map.Entry<GroupKey,WriteGroup>> to entriesIterator : Iterator<PagedKey> in method private iterateByWritePagesSubRing(subSet NavigableSet<PagedKey>, writePagesToFlush int, flushedWritePages int, forceFlush boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Variable Type explain : OrientVertex to explain : Iterable<OrientVertex> in method protected executeTest() : void in class com.orientechnologies.orient.server.distributed.TestSharding |
From |
To |
|
Change Variable Type role : ORole to role : ORID in method public disallowRole(iDocument ODocument, iAllowFieldName String, iRoleName String) : OIdentifiable in class com.orientechnologies.orient.core.metadata.security.OSecurityShared |
From |
To |
|
Change Variable Type fileId : long to intId : int in method public renameFile(fileId long, oldFileName String, newFileName String) : void in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Variable Type storage : OStorage to storage : OAbstractPaginatedStorage in method private removeValuesContainer() : void in class com.orientechnologies.orient.core.index.OIndexAbstract |
From |
To |
|
Change Variable Type entry : Map.Entry<GroupKey,WriteGroup> to entry : Map.Entry<PagedKey,PageGroup> in method private findMinLsn(minLsn OLogSequenceNumber, ring ConcurrentSkipListMap<PagedKey,PageGroup>) : OLogSequenceNumber in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicalFuzzyCheckpointTask |
From |
To |
|
Change Variable Type entry : Map.Entry<GroupKey,WriteGroup> to entry : PagedKey in method private iterateByWritePagesSubRing(subSet NavigableSet<PagedKey>, writePagesToFlush int, flushedWritePages int, forceFlush boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Change Variable Type jjtn000 : OArray to jjtn000 : OMultiMatchPathItem in method public MultiMatchPathItem() : OMatchPathItem in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Change Variable Type f : OClass to f : OClassImpl in method protected init() : void in class com.orientechnologies.orient.core.metadata.function.OFunctionLibraryImpl |
From |
To |
|
Change Variable Type profiler : OProfilerMBean to profiler : OProfiler in method protected revertProfiler(iContext OCommandContext, index OIndex<?>, keyParams List<Object>, indexDefinition OIndexDefinition) : void in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect |
From |
To |
|
Change Variable Type oldValue : V to oldValue : OPair<V,SV> in method public setValue(iValue OPair<V,SV>) : OPair<V,SV> in class com.orientechnologies.common.util.OTriple |
From |
To |
|
Change Variable Type chunks : Map<Long,Map<Object,Object>> to chunks : Map<String,Map<Object,Object>> in method public mergeDistributedResult(resultsToMerge List<Object>) : Object in class com.orientechnologies.orient.core.sql.functions.coll.OSQLFunctionDocument |
From |
To |
|
Change Variable Type currentExpr : OExpression to nextItem : OMatchPathItem in method public MultiMatchPathItem() : OMatchPathItem in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Change Variable Type enableSecurity : Boolean to securityClass : Class<? extends OSecurity> in method private init(iLoad boolean) : void in class com.orientechnologies.orient.core.metadata.OMetadataDefault |
From |
To |
|
Change Variable Type db : ODatabaseDocumentTx to graph : OrientGraph in method public test1() : void in class com.orientechnologies.orient.graph.ODatabaseFailDueCloseTest |
From |
To |
|
Change Variable Type queue : IQueue<ODistributedRequest> to queue : IQueue in method public send2Nodes(iRequest ODistributedRequest, iClusterNames Collection<String>, iNodes Collection<String>, iExecutionMode ODistributedRequest.EXECUTION_MODE) : ODistributedResponse in class com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedDatabase |
From |
To |
|
Change Variable Type lastIdentifier : OIdentifier to lastExpression : OExpression in method public GroupBy() : OGroupBy in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Change Variable Type f : OClass to f : OClassImpl in method public create() : void in class com.orientechnologies.orient.core.schedule.OSchedulerListenerImpl |
From |
To |
|
Change Variable Type inParams : List<Object> to inParams : Collection<Object> in method public executeIndexQuery(iContext OCommandContext, index OIndex<?>, keyParams List<Object>, ascSortOrder boolean) : OIndexCursor in class com.orientechnologies.orient.core.sql.operator.OQueryOperatorIn |
From |
To |
|
Change Variable Type profiler : OProfilerMBean to profiler : OProfiler in method public fromStream(iStream byte[]) : OSerializableStream in class com.orientechnologies.orient.core.type.tree.provider.OMVRBTreeMapProvider |
From |
To |
|
Change Variable Type db : ODatabaseDocumentTx to graph : OrientGraph in method public test2() : void in class com.orientechnologies.orient.graph.ODatabaseFailDueCloseTest |
From |
To |
|
Change Variable Type record1 : ORecordFlat to record1 : ODocument in method public testTransactionAtomic() : void in class com.orientechnologies.orient.test.database.auto.TransactionAtomicTest |
From |
To |
|
Change Variable Type graph : OrientGraph to graph : OrientBaseGraph in method public execute(iRequest OHttpRequest, iResponse OHttpResponse) : boolean in class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi |
From |
To |
|
Change Variable Type id : long to id : int in method public addFile(fileName String, writeCache OWriteCache) : long in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Variable Type fileId : Long to fileId : Integer in method public openFile(fileName String, writeCache OWriteCache) : long in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Variable Type group : WriteGroup to group : PageGroup in method private findMinLsn(minLsn OLogSequenceNumber, ring ConcurrentSkipListMap<PagedKey,PageGroup>) : OLogSequenceNumber in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicalFuzzyCheckpointTask |
From |
To |
|
Change Variable Type queue : IQueue<ODistributedResponse> to queue : IQueue in method private sendResponseBack(iRequest ODistributedRequest, task OAbstractRemoteTask, responsePayload Serializable) : void in class com.orientechnologies.orient.server.hazelcast.ODistributedWorker |
From |
To |
|
Change Variable Type writeGroup : WriteGroup to pageGroup : PageGroup in method public load(fileId long, pageIndex long, addNewPages boolean) : OCachePointer in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Variable Type cluster : OCluster to cluster : OPaginatedCluster in method public execute(iServer OServer, iManager ODistributedServerManager, database ODatabaseDocumentTx) : Object in class com.orientechnologies.orient.server.distributed.task.OSyncClusterTask |
From |
To |
|
Change Variable Type profiler : OProfilerMBean to profiler : OProfiler in method public testSubclassesIndexes() : void in class com.orientechnologies.orient.test.database.auto.PolymorphicQueryTest |
From |
To |
|
Change Variable Type consoleMethods : Map<Method,Object> to methods : TreeMap<Method,Object> in method protected getConsoleMethods() : Map<Method,Object> in class com.orientechnologies.common.console.OConsoleApplication |
From |
To |
|
Change Variable Type fileId : Long to fileId : Integer in method public addFile(fileName String, writeCache OWriteCache) : long in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Variable Type immutableSchema : OClass to immutableSchema : OImmutableClass in method public createGraphElement(iObject Object) : OrientEdge in class com.tinkerpop.blueprints.impls.orient.OrientEdgeIterator |
From |
To |
|
Change Variable Type writeGroup : WriteGroup to pageGroup : PageGroup in method public store(fileId long, pageIndex long, dataPointer OCachePointer) : Future in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Variable Type entry : Map.Entry<OClass,String> to entry : Map.Entry<OClass,List<String>> in method private importSchema() : void in class com.orientechnologies.orient.core.db.tool.ODatabaseImport |
From |
To |
|
Change Variable Type profiler : OProfilerMBean to profiler : OProfiler in method public testSubclassesIndexesFailed() : void in class com.orientechnologies.orient.test.database.auto.PolymorphicQueryTest |
From |
To |
|
Change Variable Type records : int to records : long in method public testThreadingInsert() : void in class com.tinkerpop.blueprints.impls.orient.OrientGraphMultithreadRemoteTest |
From |
To |
|
Change Variable Type targetClass : OClass to targetClass : String in method protected filter(iRecord ORecord, iContext OCommandContext) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLResultsetAbstract |
From |
To |
|
Change Variable Type clazz : Class<? extends OCommandExecutorSQLAbstract> to clazz : Class<? extends OCommandExecutor> in method public createCommand(name String) : OCommandExecutor in class com.orientechnologies.orient.core.sql.ODefaultCommandExecutorSQLFactory |
From |
To |
|
Change Variable Type newValue : OResultSet<T> to newValue : OLiveResultSet<T> in method public copy() : OLiveResultSet<T> in class com.orientechnologies.orient.core.sql.query.OLiveResultSet |
From |
To |
|
Change Variable Type targetClasses : Map<OClass,String> to targetClasses : Map<String,String> in method protected filter(iRecord ORecord, iContext OCommandContext) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLResultsetAbstract |
From |
To |
|
Change Variable Type groupKey : GroupKey to pagedKey : PagedKey in method public equals(o Object) : boolean in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PagedKey |
From |
To |
|
Change Variable Type v2 : Vertex to parentV2 : OrientVertex in method private dbClient1() : void in class com.orientechnologies.orient.test.database.auto.DatabaseConflictStrategyAutoMergeTest |
From |
To |
|
Change Variable Type explain : OrientVertex to explain : Object in method protected executeTest() : void in class com.orientechnologies.orient.server.distributed.TestSharding |
From |
To |
|
Change Variable Type oldSubValue : SV to oldValue : OPair<V,SV> in method public setSubValue(iSubValue SV) : void in class com.orientechnologies.common.util.OTriple |
From |
To |
|
Change Variable Type role : ORole to role : ORID in method public allowRole(iDocument ODocument, iAllowFieldName String, iRoleName String) : OIdentifiable in class com.orientechnologies.orient.core.metadata.security.OSecurityShared |
From |
To |
|
Change Variable Type cls : OClass to cls : String in method protected searchInClasses(iAscendentOrder boolean) : void in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLResultsetAbstract |
From |
To |
|
Change Variable Type groupKey : GroupKey to pagedKey : PagedKey in method public load(fileId long, pageIndex long, addNewPages boolean) : OCachePointer in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Variable Type recordsSizeDiff : int to sizeDiff : long in method public updateRecord(clusterPosition long, content byte[], recordVersion ORecordVersion, recordType byte) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Change Variable Type clazz : OClass to clazz : String in method private matchesTarget(value OIdentifiable) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLLiveSelect |
From |
To |
|
Change Variable Type result : Long to result : Integer in method public isOpen(fileName String) : Long in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Variable Type differenceFunction : OSQLFunctionDifference to differenceFunction : OSQLFunctionSymmetricDifference in method public testOperator() : void in class com.orientechnologies.orient.core.sql.functions.coll.SQLFunctionSymmetricDifferenceTest |
From |
To |
|
Push Down Method public toArray(a T1[]) : T1[] from class com.orientechnologies.orient.core.sql.query.OResultSet to public toArray(a T1[]) : T1[] from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public equals(o Object) : boolean from class com.orientechnologies.orient.core.sql.query.OResultSet to public equals(o Object) : boolean from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public copy() : OResultSet<T> from class com.orientechnologies.orient.core.sql.query.OResultSet to public copy() : OResultSet<T> from class com.orientechnologies.orient.core.sql.query.OConcurrentResultSet |
From |
To |
|
Push Down Method public lastIndexOf(o Object) : int from class com.orientechnologies.orient.core.sql.query.OResultSet to public lastIndexOf(o Object) : int from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public indexOf(o Object) : int from class com.orientechnologies.orient.core.sql.query.OResultSet to public indexOf(o Object) : int from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public remove(index int) : T from class com.orientechnologies.orient.core.sql.query.OResultSet to public remove(index int) : T from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public containsAll(c Collection<?>) : boolean from class com.orientechnologies.orient.core.sql.query.OResultSet to public containsAll(c Collection<?>) : boolean from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method protected notifyNewItem() : void from class com.orientechnologies.orient.core.sql.query.OResultSet to protected notifyNewItem() : void from class com.orientechnologies.orient.core.sql.query.OConcurrentResultSet |
From |
To |
|
Push Down Method protected waitForCompletion() : void from class com.orientechnologies.orient.core.sql.query.OResultSet to protected waitForCompletion() : void from class com.orientechnologies.orient.core.sql.query.OConcurrentResultSet |
From |
To |
|
Push Down Method public retainAll(c Collection<?>) : boolean from class com.orientechnologies.orient.core.sql.query.OResultSet to public retainAll(c Collection<?>) : boolean from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public get(index int) : T from class com.orientechnologies.orient.core.sql.query.OResultSet to public get(index int) : T from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public listIterator() : ListIterator<T> from class com.orientechnologies.orient.core.sql.query.OResultSet to public listIterator() : ListIterator<T> from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public iterator() : Iterator<T> from class com.orientechnologies.orient.core.sql.query.OResultSet to public iterator() : Iterator<T> from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public hashCode() : int from class com.orientechnologies.orient.core.sql.query.OResultSet to public hashCode() : int from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public toArray() : Object[] from class com.orientechnologies.orient.core.sql.query.OResultSet to public toArray() : Object[] from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public set(index int, element T) : T from class com.orientechnologies.orient.core.sql.query.OResultSet to public set(index int, element T) : T from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public addAll(index int, c Collection<? extends T>) : boolean from class com.orientechnologies.orient.core.sql.query.OResultSet to public addAll(index int, c Collection<? extends T>) : boolean from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public readExternal(in ObjectInput) : void from class com.orientechnologies.orient.core.sql.query.OResultSet to public readExternal(in ObjectInput) : void from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public subList(fromIndex int, toIndex int) : List<T> from class com.orientechnologies.orient.core.sql.query.OResultSet to public subList(fromIndex int, toIndex int) : List<T> from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public writeExternal(out ObjectOutput) : void from class com.orientechnologies.orient.core.sql.query.OResultSet to public writeExternal(out ObjectOutput) : void from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method protected waitForNewItemOrCompleted() : void from class com.orientechnologies.orient.core.sql.query.OResultSet to protected waitForNewItemOrCompleted() : void from class com.orientechnologies.orient.core.sql.query.OConcurrentResultSet |
From |
To |
|
Push Down Method public getLimit() : int from class com.orientechnologies.orient.core.sql.query.OResultSet to public getLimit() : int from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public add(t T) : boolean from class com.orientechnologies.orient.core.sql.query.OResultSet to public add(t T) : boolean from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public listIterator(index int) : ListIterator<T> from class com.orientechnologies.orient.core.sql.query.OResultSet to public listIterator(index int) : ListIterator<T> from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public addAll(c Collection<? extends T>) : boolean from class com.orientechnologies.orient.core.sql.query.OResultSet to public addAll(c Collection<? extends T>) : boolean from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public add(index int, element T) : void from class com.orientechnologies.orient.core.sql.query.OResultSet to public add(index int, element T) : void from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public removeAll(c Collection<?>) : boolean from class com.orientechnologies.orient.core.sql.query.OResultSet to public removeAll(c Collection<?>) : boolean from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Push Down Method public isEmpty() : boolean from class com.orientechnologies.orient.core.sql.query.OResultSet to public isEmpty() : boolean from class com.orientechnologies.orient.core.sql.query.OBasicResultSet |
From |
To |
|
Rename Variable groupKey : GroupKey to pagedKey : PagedKey in method public store(fileId long, pageIndex long, dataPointer OCachePointer) : Future in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Rename Variable fileId : long to intId : int in method public renameFile(fileId long, oldFileName String, newFileName String) : void in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Rename Variable n : SimpleNode to result : SimpleNode in method private printTree(s String) : void in class com.orientechnologies.orient.core.sql.parser.OUpdateStatementTest |
From |
To |
|
Rename Variable db : ODatabaseDocumentTx to graph : OrientGraph in method public test2() : void in class com.orientechnologies.orient.graph.ODatabaseFailDueCloseTest |
From |
To |
|
Rename Variable iConfiguration : OServerConfiguration to cfg : OServerConfiguration in method protected initFromConfiguration() : void in class com.orientechnologies.orient.server.OServer |
From |
To |
|
Rename Variable recordPosition : int to nextRecordPosition : int in method public updateRecord(clusterPosition long, content byte[], recordVersion ORecordVersion, recordType byte) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Variable v2 : Vertex to parentV2 : OrientVertex in method private dbClient1() : void in class com.orientechnologies.orient.test.database.auto.DatabaseConflictStrategyAutoMergeTest |
From |
To |
|
Rename Variable groupKey : GroupKey to pagedKey : PagedKey in method public equals(o Object) : boolean in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PagedKey |
From |
To |
|
Rename Variable writeGroupsToFlush : int to writePagesToFlush : int in method public run() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Rename Variable writeGroup : WriteGroup to pageGroup : PageGroup in method public load(fileId long, pageIndex long, addNewPages boolean) : OCachePointer in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Rename Variable chunkSize : int to currentEntrySize : int in method public updateRecord(clusterPosition long, content byte[], recordVersion ORecordVersion, recordType byte) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Variable flushedGroups : int to flushedPages : int in method public run() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Rename Variable firstNode : List<String> to toSynchClusters : HashSet<String> in method protected installDatabaseFromNetwork(dbPath String, databaseName String, distrDatabase OHazelcastDistributedDatabase, cfg ODistributedConfiguration, iNode String, value ODistributedDatabaseChunk) : Set<String> in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin |
From |
To |
|
Rename Variable enableSecurity : Boolean to securityClass : Class<? extends OSecurity> in method private init(iLoad boolean) : void in class com.orientechnologies.orient.core.metadata.OMetadataDefault |
From |
To |
|
Rename Variable f : File to backupFile : File in method public execute(iServer OServer, iManager ODistributedServerManager, database ODatabaseDocumentTx) : Object in class com.orientechnologies.orient.server.distributed.task.OSyncClusterTask |
From |
To |
|
Rename Variable recordsSizeDiff : int to sizeDiff : long in method public updateRecord(clusterPosition long, content byte[], recordVersion ORecordVersion, recordType byte) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Variable methods : Method[] to classMethods : Method[] in method protected getConsoleMethods() : Map<Method,Object> in class com.orientechnologies.common.console.OConsoleApplication |
From |
To |
|
Rename Variable list : Collection<OIdentifiable> to coll : Collection<OIdentifiable> in method protected readSynchResult(network OChannelBinaryAsynchClient, database ODatabaseDocument) : Object in class com.orientechnologies.orient.client.remote.OStorageRemote |
From |
To |
|
Rename Variable identifiable : OIdentifiable to link : OIdentifiable in method public serialize(stream byte[], offset int, ownerUuid UUID) : int in class com.orientechnologies.orient.core.db.record.ridbag.embedded.OEmbeddedRidBag |
From |
To |
|
Rename Variable lastIdentifier : OIdentifier to lastExpression : OExpression in method public GroupBy() : OGroupBy in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Rename Variable writeGroup : WriteGroup to pageGroup : PageGroup in method public store(fileId long, pageIndex long, dataPointer OCachePointer) : Future in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Rename Variable fileId : long to intId : int in method public openFile(fileId long, writeCache OWriteCache) : void in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Rename Variable retry : int to retries : int in method public run() : void in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.OptimisticUpdateField |
From |
To |
|
Rename Variable rec : ORecord to embeddedRecord : ORecord in method protected validateEmbedded(p OProperty, fieldValue Object) : void in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Rename Variable clazz : OClass to immutableClass : OClass in method private getLinkedType(document ODocument, type OType, key String) : OType in class com.orientechnologies.orient.core.serialization.serializer.record.binary.ORecordSerializerBinaryV0 |
From |
To |
|
Rename Variable out : FileOutputStream to fOut : FileOutputStream in method public run() : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin.installDatabaseFromNetwork.start |
From |
To |
|
Rename Variable oldSubValue : SV to oldValue : OPair<V,SV> in method public setSubValue(iSubValue SV) : void in class com.orientechnologies.common.util.OTriple |
From |
To |
|
Rename Variable fileId : long to intId : int in method public addFile(fileName String, fileId long, writeCache OWriteCache) : void in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Rename Variable parts : String[] to urlParts : String[] in method public execute(iRequest OHttpRequest, iResponse OHttpResponse) : boolean in class com.orientechnologies.orient.server.network.protocol.http.command.post.OServerCommandPostKillDbConnection |
From |
To |
|
Rename Variable buffer : ORawBuffer to record : ORawBuffer in method public displayRawRecord(iRecordId String) : void in class com.orientechnologies.orient.console.OConsoleDatabaseApp |
From |
To |
|
Rename Variable useForceSync : boolean to forceFlush : boolean in method public run() : void in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Rename Variable groupKey : GroupKey to pagedKey : PagedKey in method public load(fileId long, pageIndex long, addNewPages boolean) : OCachePointer in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Rename Variable currentExpr : OExpression to nextItem : OMatchPathItem in method public MultiMatchPathItem() : OMatchPathItem in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Rename Variable db : ODatabaseDocumentTx to graph : OrientGraph in method public test1() : void in class com.orientechnologies.orient.graph.ODatabaseFailDueCloseTest |
From |
To |
|
Rename Variable queue : ArrayDeque<OrientVertex> to nextLevelQueue : ArrayDeque<OrientVertex> in method protected walkLeft(ctx OSQLFunctionShortestPath.OShortestPathContext) : List<ORID> in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath |
From |
To |
|
Rename Variable fileId : long to intId : int in method public deleteFile(fileId long) : void in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Rename Variable reader : OConsoleReader to console : OConsoleReader in method protected createDefaultServerUsers() : void in class com.orientechnologies.orient.server.OServer |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OCreateVertexStatement |
From |
To |
|
Change Return Type void to ODistributedWorker in method protected unqueuePendingMessages(iRestoreMessages boolean, iUnqueuePendingMessages boolean, queueName String, requestQueue IQueue<ODistributedRequest>) : ODistributedWorker in class com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedDatabase |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OCluster |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.ORecordAttribute |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.ORid |
From |
To |
|
Change Return Type void to List<String> in method public backup(out OutputStream, options Map<String,Object>, callable Callable<Object>, iListener OCommandOutputListener, compressionLevel int, bufferSize int) : List<String> in class com.orientechnologies.orient.client.remote.OStorageRemote |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OProjectionItem |
From |
To |
|
Change Return Type OResultSet<T> to OConcurrentResultSet<T> in method public setCompleted() : OConcurrentResultSet<T> in class com.orientechnologies.orient.core.sql.query.OLiveResultSet |
From |
To |
|
Change Return Type void to OGraphMLReader in method public inputGraph(filename String, bufferSize int) : OGraphMLReader in class com.orientechnologies.orient.graph.graphml.OGraphMLReader |
From |
To |
|
Change Return Type OCommandExecutorSQLResultsetDelegate to String in method public getTargetQuery() : String in class com.orientechnologies.orient.core.sql.filter.OSQLTarget |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OCollection |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OSuffixIdentifier |
From |
To |
|
Change Return Type void to OGraphMLReader in method public inputGraph(inputGraph Graph, graphMLInputStream InputStream, bufferSize int, vertexIdKey String, edgeIdKey String, edgeLabelKey String) : OGraphMLReader in class com.orientechnologies.orient.graph.graphml.OGraphMLReader |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OIsNotNullCondition |
From |
To |
|
Change Return Type V to OPair<V,SV> in method public setValue(iValue OPair<V,SV>) : OPair<V,SV> in class com.orientechnologies.common.util.OTriple |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OInteger |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OUpdateOperations |
From |
To |
|
Change Return Type void to List<String> in method public backup(out OutputStream, options Map<String,Object>, callable Callable<Object>, iListener OCommandOutputListener, compressionLevel int, bufferSize int) : List<String> in class com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract |
From |
To |
|
Change Return Type OCommandExecutorSQLAbstract to OCommandExecutor in method public getDelegate() : OCommandExecutor in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLDelegate |
From |
To |
|
Change Return Type void to OGraphMLReader in method public inputGraph(graphMLInputStream InputStream) : OGraphMLReader in class com.orientechnologies.orient.graph.graphml.OGraphMLReader |
From |
To |
|
Change Return Type OCommandExecutorSQLAbstract to OCommandExecutor in method public createCommand(name String) : OCommandExecutor in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLFactory |
From |
To |
|
Change Return Type Map<OClass,String> to Map<String,String> in method public getTargetClasses() : Map<String,String> in class com.orientechnologies.orient.core.sql.filter.OSQLTarget |
From |
To |
|
Change Return Type OCommandExecutorSQLAbstract to OCommandExecutor in method public createCommand(name String) : OCommandExecutor in class com.orientechnologies.orient.core.sql.ODefaultCommandExecutorSQLFactory |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.ODeleteVertexStatement |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OFromItem |
From |
To |
|
Change Return Type OUser to ORID in method public getRoleRID(iRoleName String) : ORID in class com.orientechnologies.orient.core.metadata.security.OSecurityShared |
From |
To |
|
Change Return Type void to OGraphMLReader in method public inputGraph(filename String) : OGraphMLReader in class com.orientechnologies.orient.graph.graphml.OGraphMLReader |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OIsNullCondition |
From |
To |
|
Change Return Type OResultSet<T> to OLiveResultSet<T> in method public copy() : OLiveResultSet<T> in class com.orientechnologies.orient.core.sql.query.OLiveResultSet |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OTraverseProjectionItem |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OGroupBy |
From |
To |
|
Change Return Type int to List<String> in method public compressDirectory(sourceFolderName String, output OutputStream, iSkipFileExtensions String[], iOutput OCommandOutputListener, compressionLevel int) : List<String> in class com.orientechnologies.orient.core.compression.impl.OZIPCompressionUtil |
From |
To |
|
Change Return Type void to List<String> in method public backup(out OutputStream, options Map<String,Object>, callable Callable<Object>, iListener OCommandOutputListener, compressionLevel int, bufferSize int) : List<String> in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Change Return Type void to boolean in method private parallelExec(iTarget Iterator<? extends OIdentifiable>) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OLevelZeroIdentifier |
From |
To |
|
Change Return Type void to OGraphMLReader in method public inputGraph(inputGraph Graph, filename String, bufferSize int, vertexIdKey String, edgeIdKey String, edgeLabelKey String) : OGraphMLReader in class com.orientechnologies.orient.graph.graphml.OGraphMLReader |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OExpression |
From |
To |
|
Change Return Type void to OGraphMLReader in method public inputGraph(graphMLInputStream InputStream, bufferSize int) : OGraphMLReader in class com.orientechnologies.orient.graph.graphml.OGraphMLReader |
From |
To |
|
Change Return Type OCommandExecutorSQLAbstract to OCommandExecutor in method public getCommand(candidate String) : OCommandExecutor in class com.orientechnologies.orient.core.sql.OSQLEngine |
From |
To |
|
Change Return Type void to List<String> in method public backup(out OutputStream, options Map<String,Object>, callable Callable<Object>, iListener OCommandOutputListener, compressionLevel int, bufferSize int) : List<String> in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryStorage |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OFunctionCall |
From |
To |
|
Change Return Type OProfilerMBean to OProfiler in method private getProfilerInstance() : OProfiler in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelectTest |
From |
To |
|
Change Return Type void to boolean in method private addCollectionChangeListener(entry ODocumentEntry) : boolean in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OArraySelector |
From |
To |
|
Change Return Type Void to Long in method public call() : Long in class com.orientechnologies.orient.test.database.speed.LocalMTCreateDocumentSpeedTest.Saver |
From |
To |
|
Change Return Type void to OResultSet<T> in method public setLimit(limit int) : OResultSet<T> in class com.orientechnologies.orient.core.sql.query.OLiveResultSet |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OUpdateStatement |
From |
To |
|
Change Return Type SV to void in method public setSubValue(iSubValue SV) : void in class com.orientechnologies.common.util.OTriple |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OInstanceofCondition |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OParenthesisExpression |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OContainsAllCondition |
From |
To |
|
Change Return Type Iterable<Object> to Iterable<String> in method package lockedObjects() : Iterable<String> in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Return Type OProfilerMBean to OProfiler in method public getProfiler() : OProfiler in class com.orientechnologies.orient.core.Orient |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OUnwind |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OTraverseStatement |
From |
To |
|
Change Return Type void to boolean in method public renameTo(newFile File) : boolean in class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OModifier |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OIndexIdentifier |
From |
To |
|
Change Return Type OArray to OMatchPathItem in method public MultiMatchPathItem() : OMatchPathItem in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OFromClause |
From |
To |
|
Change Return Type void to List<String> in method public backup(out OutputStream, options Map<String,Object>, callable Callable<Object>, iListener OCommandOutputListener, compressionLevel int, bufferSize int) : List<String> in class com.orientechnologies.orient.core.util.OBackupable |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.ODeleteEdgeStatement |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OLetClause |
From |
To |
|
Change Return Type Object to void in method private executeConsoleLog(lastCommand String, db ODatabaseDocument) : void in class com.orientechnologies.orient.core.command.script.OCommandExecutorScript |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OIsDefinedCondition |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OOrderByItem |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OInsertStatement |
From |
To |
|
Change Return Type OCache to ORecordCache in method public primaryCache(storageName String) : ORecordCache in class com.orientechnologies.orient.core.cache.OCacheLevelTwoLocator |
From |
To |
|
Change Return Type RESOURCE_TYPE to T in method protected getImmutableResourceId(iResourceId T) : T in class com.orientechnologies.common.concur.lock.OLockManager |
From |
To |
|
Change Return Type void to List<String> in method public backup(out OutputStream, options Map<String,Object>, callable Callable<Object>, iListener OCommandOutputListener, compressionLevel int, bufferSize int) : List<String> in class com.orientechnologies.orient.client.remote.OStorageRemoteThread |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.ODeleteStatement |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OContainsCondition |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OBaseIdentifier |
From |
To |
|
Change Return Type void to boolean in method public renameTo(newFile File) : boolean in class com.orientechnologies.orient.core.storage.fs.OFile |
From |
To |
|
Change Return Type void to List<String> in method public backup(out OutputStream, options Map<String,Object>, callable Callable<Object>, iOutput OCommandOutputListener, compressionLevel int, bufferSize int) : List<String> in class com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage |
From |
To |
|
Change Return Type OProfilerMBean to OProfiler in method private getProfilerInstance() : OProfiler in class com.orientechnologies.orient.test.database.auto.AbstractIndexReuseTest |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OLetItem |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OFetchPlanItem |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OFetchPlan |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OSelectStatement |
From |
To |
|
Change Return Type Number to OTimeout in method public Timeout() : OTimeout in class com.orientechnologies.orient.core.sql.parser.OrientSql |
From |
To |
|
Change Return Type void to String in method public dumpEnvironment() : String in class com.orientechnologies.common.profiler.OAbstractProfiler |
From |
To |
|
Change Return Type int to void in method private addFolder(zos ZipOutputStream, path String, baseFolderName String, iSkipFileExtensions String[], iOutput OCommandOutputListener, iCompressedFiles List<String>) : void in class com.orientechnologies.orient.core.compression.impl.OZIPCompressionUtil |
From |
To |
|
Change Return Type void to List<String> in method public backup(out OutputStream, options Map<String,Object>, callable Callable<Object>, iListener OCommandOutputListener, compressionLevel int, bufferSize int) : List<String> in class com.orientechnologies.orient.server.distributed.ODistributedStorage |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OArraySingleValuesSelector |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OArrayRangeSelector |
From |
To |
|
Change Return Type V to OPair<V,SV> in method public getValue() : OPair<V,SV> in class com.orientechnologies.common.util.OTriple |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.ONotInCondition |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OOrderBy |
From |
To |
|
Change Return Type ODatabase<ORecord> to ODatabaseDocumentInternal in method protected getDatabase() : ODatabaseDocumentInternal in class com.orientechnologies.orient.core.index.OIndexRemote |
From |
To |
|
Change Return Type String to void in method public toString(params Map<Object,Object>, builder StringBuilder) : void in class com.orientechnologies.orient.core.sql.parser.OCreateEdgeStatement |
From |
To |
|
Change Attribute Type lastGroupKey : GroupKey to lastPageKey : PagedKey in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Attribute Type lockMgr : OLockManager<Callable<?>,Runnable> to lockMgr : OLockManager<Callable<?>> in class com.orientechnologies.orient.test.database.auto.LockManagerTest |
From |
To |
|
Change Attribute Type COMMANDS : Map<String,Class<? extends OCommandExecutorSQLAbstract>> to COMMANDS : Map<String,Class<? extends OCommandExecutor>> in class com.orientechnologies.orient.core.sql.ODefaultCommandExecutorSQLFactory |
From |
To |
|
Change Attribute Type fields : Map<String,Object> to fields : List<OPair<String,Object>> in class com.orientechnologies.orient.graph.sql.OCommandExecutorSQLCreateEdge |
From |
To |
|
Change Attribute Type lockManager : OLockManager<Object,OAtomicOperationsManager> to lockManager : OLockManager<String> in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperationsManager |
From |
To |
|
Change Attribute Type delegate : OCommandExecutorSQLAbstract to delegate : OCommandExecutor in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLDelegate |
From |
To |
|
Change Attribute Type profiler : OProfilerMBean to profiler : OProfiler in class com.orientechnologies.orient.core.Orient |
From |
To |
|
Change Attribute Type setEntries : Map<String,Object> to setEntries : List<OPair<String,Object>> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLUpdate |
From |
To |
|
Change Attribute Type userName : String to userRID : ORID in class com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedRequest |
From |
To |
|
Change Attribute Type rwLock : ReadWriteLock to rwLock : OReadersWriterSpinLock in class com.orientechnologies.orient.core.index.OIndexAbstract |
From |
To |
|
Change Attribute Type readCache : OReadCache to readCache : O2QCache in class com.orientechnologies.orient.core.engine.local.OEngineLocalPaginated |
From |
To |
|
Change Attribute Type db : ODatabaseDocumentTx to url : String in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.OptimisticUpdateField |
From |
To |
|
Change Attribute Type PROFILER : OProfilerMBean to PROFILER : OProfiler in class com.orientechnologies.orient.core.type.tree.provider.OMVRBTreeRIDProvider |
From |
To |
|
Change Attribute Type PROFILER : OProfilerMBean to PROFILER : OProfiler in class com.orientechnologies.orient.enterprise.channel.OChannel |
From |
To |
|
Change Attribute Type enabled : AtomicBoolean to enabled : boolean in class com.orientechnologies.orient.core.cache.OAbstractMapCache |
From |
To |
|
Change Attribute Type PROFILER : OProfilerMBean to PROFILER : OProfiler in class com.orientechnologies.orient.core.type.tree.provider.OMVRBTreeMapEntryProvider |
From |
To |
|
Change Attribute Type lockedKeys : ThreadLocal<Deque<TreeMap<OIndex<?>,List<Object>>>> to lockedKeys : Deque<TreeMap<OIndex<?>,List<Object>>> in class com.orientechnologies.orient.core.index.OClassIndexManager |
From |
To |
|
Change Attribute Type writeGroups : ConcurrentSkipListMap<GroupKey,WriteGroup> to writeCachePages : ConcurrentSkipListMap<PagedKey,PageGroup> in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Attribute Type fileNameIdMap : Map<String,Long> to fileNameIdMap : Map<String,Integer> in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Attribute Type allocatedSpace : AtomicLong to allocatedSpace : ODistributedCounter in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Attribute Type lockedObjects : Set<Object> to lockedObjects : Set<String> in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation |
From |
To |
|
Change Attribute Type created : int to created : AtomicInteger in class com.orientechnologies.common.concur.resource.OResourcePool |
From |
To |
|
Change Attribute Type lockManager : ONewLockManager<GroupKey> to lockManager : ONewLockManager<PagedKey> in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Attribute Type lockManager : OLockManager<ORID,Callable> to lockManager : OLockManager<ORID> in class com.orientechnologies.orient.core.storage.impl.local.paginated.LocalPaginatedStorageLinkBagCrashRestore |
From |
To |
|
Change Attribute Type expected : long to expected : int in class com.orientechnologies.orient.server.distributed.AbstractServerClusterInsertTest |
From |
To |
|
Change Attribute Type PROFILER : OProfilerMBean to PROFILER : OProfiler in class com.orientechnologies.orient.core.db.record.ridbag.sbtree.OIndexRIDContainerSBTree |
From |
To |
|
Change Attribute Type clusters : CopyOnWriteArrayList<OCluster> to clusters : List<OCluster> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Change Attribute Type idLockManager : OLockManager<Integer,Thread> to idLockManager : OLockManager<Integer> in class com.orientechnologies.orient.core.storage.impl.local.paginated.LocalPaginatedStorageMixCrashRestore |
From |
To |
|
Change Attribute Type timeout : Number to timeout : OTimeout in class com.orientechnologies.orient.core.sql.parser.OUpdateStatement |
From |
To |
|
Change Attribute Type DELETED_RECORD : ORecordFlat to DELETED_RECORD : ORecord in class com.orientechnologies.orient.core.tx.OTransactionRealAbstract |
From |
To |
|
Change Attribute Type profiler : OProfilerMBean to profiler : OProfiler in class com.orientechnologies.orient.test.database.auto.AbstractIndexReuseTest |
From |
To |
|
Change Attribute Type putEntries : Map<String,OPair<String,Object>> to putEntries : List<OTriple<String,String,Object>> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLUpdate |
From |
To |
|
Change Attribute Type idLockManager : OLockManager<Integer,Thread> to idLockManager : OLockManager<Integer> in class com.orientechnologies.orient.core.storage.impl.local.paginated.LocalPaginatedStorageUpdateCrashRestore |
From |
To |
|
Change Attribute Type id : long to id : int in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache.MemoryFile |
From |
To |
|
Change Attribute Type files : ConcurrentMap<Long,MemoryFile> to files : ConcurrentMap<Integer,MemoryFile> in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Attribute Type PROFILER : OProfilerMBean to PROFILER : OProfiler in class com.orientechnologies.orient.core.serialization.serializer.record.string.ORecordSerializerStringAbstract |
From |
To |
|
Change Attribute Type counter : long to counter : int in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Attribute Type fields : LinkedHashMap<String,Object> to fields : List<OPair<String,Object>> in class com.orientechnologies.orient.graph.sql.OCommandExecutorSQLCreateVertex |
From |
To |
|
Change Attribute Type underlying : OCache to underlying : ORecordCache in class com.orientechnologies.orient.core.cache.OAbstractRecordCache |
From |
To |
|
Change Attribute Type value : V to value : OPair<V,SV> in class com.orientechnologies.common.util.OTriple |
From |
To |
|
Change Attribute Type cacheSize : AtomicInteger to exclusiveWriteCacheSize : ODistributedCounter in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Change Attribute Type uniqueResult : Set<ORID> to uniqueResult : ConcurrentHashMap<ORID,ORID> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect |
From |
To |
|
Change Attribute Type countLocks : int to countLocks : AtomicInteger in class com.orientechnologies.common.concur.lock.OLockManager.CountableLock |
From |
To |
|
Change Attribute Type superClasses : Map<OClass,String> to superClasses : Map<OClass,List<String>> in class com.orientechnologies.orient.core.db.tool.ODatabaseImport |
From |
To |
|
Change Attribute Type db : ODatabaseDocumentTx to url : String in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.PessimisticUpdate |
From |
To |
|
Change Attribute Type lockManager : OLockManager<ORID,OAbstractPaginatedStorage> to lockManager : OLockManager<ORID> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Change Attribute Type fields : LinkedHashMap<String,Object> to fields : List<OPair<String,Object>> in class com.orientechnologies.orient.graph.sql.OCommandExecutorSQLMoveVertex |
From |
To |
|
Change Attribute Type clusterMap : ConcurrentMap<String,OCluster> to clusterMap : Map<String,OCluster> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage |
From |
To |
|
Change Attribute Type configuration : OServerConfiguration to serverCfg : OServerConfigurationManager in class com.orientechnologies.orient.server.OServer |
From |
To |
|
Change Attribute Type timeout : Number to timeout : OTimeout in class com.orientechnologies.orient.core.sql.parser.OSelectStatement |
From |
To |
|
Change Attribute Type targetQuery : OCommandExecutorSQLResultsetDelegate to targetQuery : String in class com.orientechnologies.orient.core.sql.filter.OSQLTarget |
From |
To |
|
Change Attribute Type beginInstances : long to baseCount : int in class com.orientechnologies.orient.server.distributed.AbstractServerClusterInsertTest |
From |
To |
|
Change Attribute Type targetClasses : Map<OClass,String> to targetClasses : Map<String,String> in class com.orientechnologies.orient.core.sql.filter.OSQLTarget |
From |
To |
|
Change Attribute Type map : ConcurrentHashMap<RESOURCE_TYPE,CountableLock> to map : ConcurrentHashMap<T,CountableLock> in class com.orientechnologies.common.concur.lock.OLockManager |
From |
To |
|
Change Attribute Type fileIdNameMap : Map<Long,String> to fileIdNameMap : Map<Integer,String> in class com.orientechnologies.orient.core.storage.impl.memory.ODirectMemoryOnlyDiskCache |
From |
To |
|
Change Attribute Type items : List<OIdentifier> to items : List<OExpression> in class com.orientechnologies.orient.core.sql.parser.OGroupBy |
From |
To |
|
Change Attribute Type incrementEntries : Map<String,Number> to incrementEntries : List<OPair<String,Number>> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLUpdate |
From |
To |
|
Change Attribute Type configuration : ODocument to configuration : AtomicReference<ODocument> in class com.orientechnologies.orient.core.index.OIndexAbstract |
From |
To |
|
Change Attribute Type pinnedPages : NavigableMap<PinnedPage,OCacheEntry> to pinnedPages : ConcurrentMap<PinnedPage,OCacheEntry> in class com.orientechnologies.orient.core.storage.cache.local.O2QCache |
From |
To |
|
Change Attribute Type requestQueue : IQueue<ODistributedRequest> to requestQueue : IQueue in class com.orientechnologies.orient.server.hazelcast.ODistributedWorker |
From |
To |
|
Change Attribute Type PROFILER : OProfilerMBean to PROFILER : OProfiler in class com.orientechnologies.orient.core.type.tree.OMVRBTreePersistent |
From |
To |
|
Rename Parameter durableComponent : ODurableComponent to fullName : String in method private acquireExclusiveLockTillOperationComplete(fullName String) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperationsManager |
From |
To |
|
Rename Parameter iName : String to iClusterName : String in method public OSyncClusterTask(iClusterName String) in class com.orientechnologies.orient.server.distributed.task.OSyncClusterTask |
From |
To |
|
Rename Parameter iFetchPlan : String to fetchPlan : String in method public reload(record ORecord, fetchPlan String, ignoreCache boolean, force boolean) : RET in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Rename Parameter iFetchPlan : String to fetchPlan : String in method public reload(fetchPlan String, ignoreCache boolean) : ODocument in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Rename Parameter iPojo : Object to iObject : Object in method public reload(iObject Object, iFetchPlan String, iIgnoreCache boolean, force boolean) : RET in class com.orientechnologies.orient.object.db.OObjectDatabaseTx |
From |
To |
|
Rename Parameter iUserName : String to iRoleName : String in method public getRoleRID(iRoleName String) : ORID in class com.orientechnologies.orient.core.metadata.security.OSecurityShared |
From |
To |
|
Rename Parameter left : Object to iLeft : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OLtOperator |
From |
To |
|
Rename Parameter left : Object to iLeft : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OGtOperator |
From |
To |
|
Rename Parameter version : int to iNetworkVersion : int in method public toStream(iNetworkVersion int) : byte[] in class com.orientechnologies.orient.core.config.OStorageConfiguration |
From |
To |
|
Rename Parameter resultListener : OCommandResultListener to wrappedResultListener : OCommandResultListener in method public OAsyncCommandResultListener(iNetworkProtocolBinary ONetworkProtocolBinary, txId int, wrappedResultListener OCommandResultListener) in class com.orientechnologies.orient.server.network.protocol.binary.OAsyncCommandResultListener |
From |
To |
|
Rename Parameter iRid : ORID to rid : ORID in method public loadRecord(rid ORID, iRecord ORecord, fetchPlan String, ignoreCache boolean, iUpdateCache boolean, loadTombstone boolean, lockingStrategy OStorage.LOCKING_STRATEGY) : ORecord in class com.orientechnologies.orient.core.tx.OTransactionOptimistic |
From |
To |
|
Rename Parameter distances : Map<ORID,ORID> to leftDistances : Map<ORID,ORID> in method private computePath(leftDistances Map<ORID,ORID>, rightDistances Map<ORID,ORID>, neighbor ORID) : List<ORID> in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath |
From |
To |
|
Rename Parameter lastResult : Object to db : ODatabaseDocument in method private executeConsoleLog(lastCommand String, db ODatabaseDocument) : void in class com.orientechnologies.orient.core.command.script.OCommandExecutorScript |
From |
To |
|
Rename Parameter left : Object to iLeft : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OLikeOperator |
From |
To |
|
Rename Parameter userName : String to iUserRID : ORID in method public setUserRID(iUserRID ORID) : void in class com.orientechnologies.orient.server.distributed.ODistributedRequest |
From |
To |
|
Rename Parameter iLockingStrategy : OStorage.LOCKING_STRATEGY to lockingStrategy : OStorage.LOCKING_STRATEGY in method public loadRecord(rid ORID, iRecord ORecord, fetchPlan String, ignoreCache boolean, loadTombstone boolean, lockingStrategy OStorage.LOCKING_STRATEGY) : ORecord in class com.orientechnologies.orient.core.tx.OTransactionOptimistic |
From |
To |
|
Rename Parameter considerBags : boolean to iConsiderBags : boolean in method public smartSplit(iSource String, iRecordSeparator char[], beginIndex int, endIndex int, iStringSeparatorExtended boolean, iConsiderBraces boolean, iConsiderSets boolean, iConsiderBags boolean, iJumpChars char...) : List<String> in class com.orientechnologies.orient.core.serialization.serializer.OStringSerializerHelper |
From |
To |
|
Rename Parameter iRecord : ORecord to record : ORecord in method public reload(record ORecord, fetchPlan String, ignoreCache boolean, force boolean) : RET in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Rename Parameter active1 : long to active2 : long in method private jjMoveStringLiteralDfa1_0(active1 long, active2 long) : int in class com.orientechnologies.orient.core.sql.parser.OrientSqlTokenManager |
From |
To |
|
Rename Parameter iIgnoreCache : boolean to ignoreCache : boolean in method public reload(fetchPlan String, ignoreCache boolean) : ORecord in class com.orientechnologies.orient.core.record.ORecordAbstract |
From |
To |
|
Rename Parameter iFetchPlan : String to fetchPlan : String in method public reload(fetchPlan String, ignoreCache boolean) : ORecord in class com.orientechnologies.orient.core.record.ORecordAbstract |
From |
To |
|
Rename Parameter iIgnoreCache : boolean to ignoreCache : boolean in method public reload(record ORecord, fetchPlan String, ignoreCache boolean, force boolean) : RET in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Rename Parameter iIgnoreCache : boolean to ignoreCache : boolean in method public reload(fetchPlan String, ignoreCache boolean, force boolean) : ORecord in class com.orientechnologies.orient.core.record.ORecordAbstract |
From |
To |
|
Rename Parameter folderName : String to path : String in method private addFolder(zos ZipOutputStream, path String, baseFolderName String, iSkipFileExtensions String[], iOutput OCommandOutputListener, iCompressedFiles List<String>) : void in class com.orientechnologies.orient.core.compression.impl.OZIPCompressionUtil |
From |
To |
|
Rename Parameter iFetchPlan : String to fetchPlan : String in method public reload(fetchPlan String) : ORecord in class com.orientechnologies.orient.core.record.ORecordAbstract |
From |
To |
|
Rename Parameter left : Object to iLeft : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OEqualsCompareOperator |
From |
To |
|
Rename Parameter id : int to storageId : int in method public composeFileId(storageId int, fileId int) : long in class com.orientechnologies.orient.core.storage.cache.OAbstractWriteCache |
From |
To |
|
Rename Parameter iStartSize : int to newFile : File in method public renameTo(newFile File) : boolean in class com.orientechnologies.orient.core.storage.fs.OFile |
From |
To |
|
Rename Parameter right : Object to iRight : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OEqualsCompareOperator |
From |
To |
|
Rename Parameter iDb : ODatabaseDocumentTx to url : String in method public PessimisticUpdate(url String, iRid ORID, iThreadName String, iLock boolean) in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.PessimisticUpdate |
From |
To |
|
Rename Parameter flushedGroups : int to flushedPages : int in method private flushRing(writePagesToFlush int, flushedPages int, forceFlush boolean, iterateByWritePagesFirst boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Rename Parameter fileId : int to intId : int in method private cacheFileContent(fileId long, intId int, pageIndex long, addNewPages boolean) : OCachePointer in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache |
From |
To |
|
Rename Parameter right : Object to iRight : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OLeOperator |
From |
To |
|
Rename Parameter databaseName : String to iDatabaseName : String in method protected backupCurrentDatabase(iDatabaseName String) : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin |
From |
To |
|
Rename Parameter active1 : long to active2 : long in method private jjMoveStringLiteralDfa2_0(old1 long, active1 long, old2 long, active2 long) : int in class com.orientechnologies.orient.core.sql.parser.OrientSqlTokenManager |
From |
To |
|
Rename Parameter iIgnoreCache : boolean to ignoreCache : boolean in method public reload(fetchPlan String, ignoreCache boolean) : ODocument in class com.orientechnologies.orient.core.record.impl.ODocument |
From |
To |
|
Rename Parameter right : Object to iRight : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OGeOperator |
From |
To |
|
Rename Parameter iFetchPlan : String to fetchPlan : String in method public loadRecord(rid ORID, iRecord ORecord, fetchPlan String, ignoreCache boolean, iUpdateCache boolean, loadTombstone boolean, lockingStrategy OStorage.LOCKING_STRATEGY) : ORecord in class com.orientechnologies.orient.core.tx.OTransactionOptimistic |
From |
To |
|
Rename Parameter iStartSize : int to newFile : File in method public renameTo(newFile File) : boolean in class com.orientechnologies.orient.core.storage.fs.OFileClassic |
From |
To |
|
Rename Parameter active2 : long to active1 : long in method private jjStopStringLiteralDfa_0(pos int, active0 long, active1 long, active2 long) : int in class com.orientechnologies.orient.core.sql.parser.OrientSqlTokenManager |
From |
To |
|
Rename Parameter active1 : long to active2 : long in method private jjMoveStringLiteralDfa3_0(old1 long, active1 long, old2 long, active2 long) : int in class com.orientechnologies.orient.core.sql.parser.OrientSqlTokenManager |
From |
To |
|
Rename Parameter active2 : long to active1 : long in method private jjMoveStringLiteralDfa4_0(old1 long, active1 long, old2 long, active2 long) : int in class com.orientechnologies.orient.core.sql.parser.OrientSqlTokenManager |
From |
To |
|
Rename Parameter o : Object to iKey : Object in method public contains(iKey Object) : boolean in class com.orientechnologies.orient.core.index.OIndexRecorder |
From |
To |
|
Rename Parameter iFetchPlan : String to fetchPlan : String in method public reload(fetchPlan String, ignoreCache boolean, force boolean) : ORecord in class com.orientechnologies.orient.core.record.ORecordAbstract |
From |
To |
|
Rename Parameter stringValue : String to iCompressionMethod : String in method private setCompressionInternal(iCompressionMethod String, iCompressionOptions String) : void in class com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster |
From |
To |
|
Rename Parameter iNewValue : int to iSeconds : int in method public setAutoDump(iSeconds int) : void in class com.orientechnologies.common.profiler.OAbstractProfiler |
From |
To |
|
Rename Parameter roleName : String to iRoleName : String in method public getRole(iRoleName String) : ORole in class com.orientechnologies.orient.core.metadata.security.OSecurityShared |
From |
To |
|
Rename Parameter left : Object to iLeft : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OLeOperator |
From |
To |
|
Rename Parameter o : Object to key : Object in method public remove(key Object) : boolean in class com.orientechnologies.orient.core.index.OIndexRecorder |
From |
To |
|
Rename Parameter resultListener : OCommandResultListener to wrappedResultListener : OCommandResultListener in method public OLiveCommandResultListener(iNetworkProtocolBinary ONetworkProtocolBinary, txId int, wrappedResultListener OCommandResultListener) in class com.orientechnologies.orient.server.network.protocol.binary.OLiveCommandResultListener |
From |
To |
|
Rename Parameter writeGroupsToFlush : int to writePagesToFlush : int in method private flushRing(writePagesToFlush int, flushedPages int, forceFlush boolean, iterateByWritePagesFirst boolean) : int in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PeriodicFlushTask |
From |
To |
|
Rename Parameter maxResources : int to iMaxResources : int in method public OResourcePool(iMaxResources int, listener OResourcePoolListener<K,V>) in class com.orientechnologies.common.concur.resource.OResourcePool |
From |
To |
|
Rename Parameter left : Object to iLeft : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OGeOperator |
From |
To |
|
Rename Parameter userName : String to iUserRID : ORID in method public setUserRID(iUserRID ORID) : void in class com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedRequest |
From |
To |
|
Rename Parameter iDocument : ODocument to document : ODocument in method public onRecordAfterCreate(document ODocument) : void in class com.orientechnologies.orient.core.index.OClassIndexManager |
From |
To |
|
Rename Parameter iRid : ORID to rid : ORID in method public loadRecord(rid ORID, iRecord ORecord, fetchPlan String, ignoreCache boolean, loadTombstone boolean, lockingStrategy OStorage.LOCKING_STRATEGY) : ORecord in class com.orientechnologies.orient.core.tx.OTransactionOptimistic |
From |
To |
|
Rename Parameter iFetchPlan : String to fetchPlan : String in method public loadRecord(rid ORID, iRecord ORecord, fetchPlan String, ignoreCache boolean, loadTombstone boolean, lockingStrategy OStorage.LOCKING_STRATEGY) : ORecord in class com.orientechnologies.orient.core.tx.OTransactionOptimistic |
From |
To |
|
Rename Parameter iDb : ODatabaseDocumentTx to url : String in method public OptimisticUpdateField(url String, iRid1 ORID, iRid2 ORID, iThreadName String) in class com.orientechnologies.orient.test.database.auto.ConcurrentUpdatesTest.OptimisticUpdateField |
From |
To |
|
Rename Parameter right : Object to iRight : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OLtOperator |
From |
To |
|
Rename Parameter right : Object to iRight : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OLikeOperator |
From |
To |
|
Rename Parameter groupIndex : long to pageIndex : long in method private PagedKey(fileId int, pageIndex long) in class com.orientechnologies.orient.core.storage.cache.local.OWOWCache.PagedKey |
From |
To |
|
Rename Parameter iFetchPlan : String to fetchPlan : String in method public executeReadRecord(rid ORecordId, iRecord ORecord, recordVersion ORecordVersion, fetchPlan String, ignoreCache boolean, iUpdateCache boolean, loadTombstones boolean, lockingStrategy OStorage.LOCKING_STRATEGY, recordReader RecordReader) : RET in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |
|
Rename Parameter right : Object to iRight : Object in method public execute(iLeft Object, iRight Object) : boolean in class com.orientechnologies.orient.core.sql.parser.OGtOperator |
From |
To |
|
Rename Parameter iLockingStrategy : OStorage.LOCKING_STRATEGY to lockingStrategy : OStorage.LOCKING_STRATEGY in method public executeReadRecord(rid ORecordId, iRecord ORecord, recordVersion ORecordVersion, fetchPlan String, ignoreCache boolean, iUpdateCache boolean, loadTombstones boolean, lockingStrategy OStorage.LOCKING_STRATEGY, recordReader RecordReader) : RET in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
From |
To |