|
Change Parameter Type command : Command<T> to executable : Executable in method public execute(executable Executable, ctx RequestContext) : RequestContext in class org.drools.core.command.impl.LoggingInterceptor |
From |
To |
|
Change Parameter Type commandService : CommandService to runner : ExecutableRunner in method public CommandBasedEntryPointCreator(runner ExecutableRunner) in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl.CommandBasedEntryPointCreator |
From |
To |
|
Change Parameter Type commandService : SingleSessionCommandService to runner : PersistableRunner in method public JpaSessionInitializer(runner PersistableRunner) in class org.drools.persistence.PersistableRunner.JpaSessionInitializer |
From |
To |
|
Change Parameter Type conversationId : long to conversationId : String in method public leaveConversation(requestContext RequestContextImpl, conversationId String) : void in class org.drools.core.command.ConversationContextManager |
From |
To |
|
Change Parameter Type commandService : CommandService to runner : ExecutableRunner in method public CommandBasedEntryPoint(runner ExecutableRunner, entryPoint String) in class org.drools.core.command.impl.CommandBasedEntryPoint |
From |
To |
|
Change Parameter Type commandService : CommandService to runner : ExecutableRunner in method public CommandBasedStatefulKnowledgeSession(runner ExecutableRunner) in class org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession |
From |
To |
|
Change Parameter Type conversationId : long to conversationId : String in method public EndConversationCommand(conversationId String) in class org.drools.core.command.EndConversationCommand |
From |
To |
|
Change Parameter Type id : long to uuid : String in method public endConversation(uuid String) : T in class org.drools.core.fluent.impl.BaseBatchFluent |
From |
To |
|
Change Parameter Type id : long to uuid : String in method public joinConversation(uuid String) : T in class org.drools.core.fluent.impl.BaseBatchFluent |
From |
To |
|
Change Parameter Type service : SingleSessionCommandService to service : PersistableRunner in method public SynchronizationImpl(service PersistableRunner) in class org.drools.persistence.PersistableRunner.SynchronizationImpl |
From |
To |
|
Change Parameter Type ctx : Context to ctx : RequestContext in method private executeBatch(batch Batch, ctx RequestContext) : void in class org.drools.core.fluent.impl.PseudoClockRunner |
From |
To |
|
Change Parameter Type conversationId : long to conversationId : String in method public joinConversation(requestContext RequestContextImpl, conversationId String) : void in class org.drools.core.command.ConversationContextManager |
From |
To |
|
Change Parameter Type ctx : Context to ctx : RequestContext in method private executeQueue(ctx RequestContext) : void in class org.drools.core.fluent.impl.PseudoClockRunner |
From |
To |
|
Change Parameter Type command : Command<T> to command : Command in method protected requiresFireAllRules(command Command) : boolean in class org.drools.core.command.impl.FireAllRulesInterceptor |
From |
To |
|
Change Parameter Type commandService : CommandService to runner : ExecutableRunner in method public DestroySessionCommand(runner ExecutableRunner) in class org.drools.core.command.runtime.DestroySessionCommand |
From |
To |
|
Change Parameter Type conversationId : long to conversationId : String in method public endConversation(requestContext RequestContextImpl, conversationId String) : void in class org.drools.core.command.ConversationContextManager |
From |
To |
|
Change Parameter Type conversationId : long to conversationId : String in method public JoinConversationCommand(conversationId String) in class org.drools.core.command.JoinConversationCommand |
From |
To |
|
Change Parameter Type interceptor : Interceptor to interceptor : ChainableRunner in method protected addInterceptor(interceptor ChainableRunner, store boolean) : void in class org.drools.persistence.PersistableRunner |
From |
To |
|
Change Parameter Type interceptor : Interceptor to interceptor : ChainableRunner in method public addInterceptor(interceptor ChainableRunner) : void in class org.drools.persistence.PersistableRunner |
From |
To |
|
Change Parameter Type commandService : CommandService to runner : ExecutableRunner in method public setCommandService(runner ExecutableRunner) : void in class org.drools.persistence.jpa.JpaJDKTimerService |
From |
To |
|
Change Parameter Type conversationContext : ConversationContext to conversationContext : Context in method public setConversationContext(conversationContext Context) : void in class org.drools.core.command.RequestContextImpl |
From |
To |
|
Change Variable Type commandService : CommandService to runner : ExecutableRunner in method public loadKieSession(id Long, kbase KieBase, configuration KieSessionConfiguration, environment Environment) : StatefulKnowledgeSession in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl |
From |
To |
|
Change Variable Type commandService : SingleSessionCommandService to commandService : PersistableRunner in method public getStatefulKnowledgeSessionId(ksession StatefulKnowledgeSession) : long in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl |
From |
To |
|
Change Variable Type commandService : CommandService to runner : ExecutableRunner in method public newKieSession(kbase KieBase, configuration KieSessionConfiguration, environment Environment) : StatefulKnowledgeSession in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl |
From |
To |
|
Change Variable Type sscs : SingleSessionCommandService to sscs : PersistableRunner in method public testInterceptor() : void in class org.drools.persistence.kie.persistence.session.JpaPersistentStatefulSessionTest |
From |
To |
|
Change Variable Type ctx : ConversationContext to ctx : Context in method public joinConversation(requestContext RequestContextImpl, conversationId String) : void in class org.drools.core.command.ConversationContextManager |
From |
To |
|
Change Variable Type ctx : ConversationContext to ctx : ContextImpl in method public startConversation(requestContext RequestContextImpl) : void in class org.drools.core.command.ConversationContextManager |
From |
To |
|
Change Variable Type sscs : SingleSessionCommandService to sscs : PersistableRunner in method public testInterceptorOnRollback() : void in class org.drools.persistence.session.JpaPersistentStatefulSessionTest |
From |
To |
|
Change Variable Type requestContext : RequestContextImpl to requestContext : RequestContext in method public testAfter() : void in class org.drools.compiler.simulation.BatchRunFluentTest |
From |
To |
|
Change Variable Type requestContext : RequestContextImpl to requestContext : RequestContext in method public testApplicationScope() : void in class org.drools.compiler.simulation.BatchRunFluentTest |
From |
To |
|
Change Variable Type commandService : CommandService to runner : ExecutableRunner in method public call() : Void in class org.drools.persistence.jpa.JpaTimerJobInstance |
From |
To |
|
Change Variable Type iterator : Iterator<Interceptor> to iterator : Iterator<ChainableRunner> in method protected initExistingKnowledgeSession(sessionId Long, kbase KieBase, conf KieSessionConfiguration, persistenceContext PersistenceContext) : void in class org.drools.persistence.PersistableRunner |
From |
To |
|
Change Variable Type internalCommandService : CommandService to runner : ChainableRunner in method public testInterceptorOnRollback() : void in class org.drools.persistence.session.JpaPersistentStatefulSessionTest |
From |
To |
|
Change Variable Type commandService : SingleSessionCommandService to commandService : PersistableRunner in method public testSingleSessionCommandServiceAndJtaTransactionManagerTogether() : void in class org.drools.persistence.jta.JtaTransactionManagerTest |
From |
To |
|
Change Variable Type requestContext : RequestContextImpl to requestContext : RequestContext in method public testContextScopeSearching() : void in class org.drools.compiler.simulation.BatchRunFluentTest |
From |
To |
|
Change Variable Type commandService : CommandService to runner : ExecutableRunner in method public loadKieSession(id int, kbase KieBase, configuration KieSessionConfiguration, environment Environment) : StatefulKnowledgeSession in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl |
From |
To |
|
Change Variable Type sscs : SingleSessionCommandService to sscs : PersistableRunner in method public testInterceptor() : void in class org.drools.persistence.session.JpaPersistentStatefulSessionTest |
From |
To |
|
Change Variable Type sscs : SingleSessionCommandService to sscs : PersistableRunner in method public run() : void in class org.drools.persistence.session.JpaOptLockPersistentStatefulSessionTest.InsertAndFireThread |
From |
To |
|
Change Variable Type conversationId : long to conversationId : String in method public testConversationScope() : void in class org.drools.compiler.simulation.BatchRunFluentTest |
From |
To |
|
Change Variable Type conversationId : long to conversationId : String in method public testDifferentConversationIds() : void in class org.drools.compiler.simulation.BatchRunFluentTest |
From |
To |
|
Change Variable Type clazz : Class<CommandService> to clazz : Class<ExecutableRunner> in method private initCommandService(kbase KnowledgeBase, environment Environment) : void in class org.drools.core.SessionConfigurationImpl |
From |
To |
|
Rename Method public execute(executable Executable, ctx Context) : Context renamed to private executeQueue(ctx RequestContext) : void in class org.drools.core.fluent.impl.PseudoClockRunner |
From |
To |
|
Rename Method public getCommandService(kbase KnowledgeBase, environment Environment) : CommandService renamed to public getRunner(kbase KnowledgeBase, environment Environment) : ExecutableRunner in class org.drools.core.SessionConfigurationDelegate |
From |
To |
|
Rename Method public setLastReturned(lastReturned Object) : void renamed to public setResult(result Object) : void in class org.drools.core.command.RequestContextImpl |
From |
To |
|
Rename Method public getRequestId() : long renamed to public getResult() : Object in class org.drools.core.command.RequestContextImpl |
From |
To |
|
Rename Method public getCommandService(kbase KnowledgeBase, environment Environment) : CommandService renamed to public getRunner(kbase KnowledgeBase, environment Environment) : ExecutableRunner in class org.drools.core.SessionConfigurationImpl |
From |
To |
|
Rename Method public abstract getCommandService(kbase KnowledgeBase, environment Environment) : CommandService renamed to public abstract getRunner(kbase KnowledgeBase, environment Environment) : ExecutableRunner in class org.drools.core.SessionConfiguration |
From |
To |
|
Rename Method public testConversationIdIncreases() : void renamed to public testDifferentConversationIds() : void in class org.drools.compiler.simulation.BatchRunFluentTest |
From |
To |
|
Rename Variable commandService : CommandService to runner : ExecutableRunner in method public loadKieSession(id Long, kbase KieBase, configuration KieSessionConfiguration, environment Environment) : StatefulKnowledgeSession in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl |
From |
To |
|
Rename Variable commandService : CommandService to runner : ExecutableRunner in method public newKieSession(kbase KieBase, configuration KieSessionConfiguration, environment Environment) : StatefulKnowledgeSession in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl |
From |
To |
|
Rename Variable commandService : CommandService to runner : ExecutableRunner in method public loadKieSession(id int, kbase KieBase, configuration KieSessionConfiguration, environment Environment) : StatefulKnowledgeSession in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl |
From |
To |
|
Rename Variable commandService : CommandService to runner : ExecutableRunner in method public call() : Void in class org.drools.persistence.jpa.JpaTimerJobInstance |
From |
To |
|
Rename Variable internalCommandService : CommandService to runner : ChainableRunner in method public testInterceptorOnRollback() : void in class org.drools.persistence.session.JpaPersistentStatefulSessionTest |
From |
To |
|
Change Return Type CommandService to ExecutableRunner in method public getNext() : ExecutableRunner in class org.drools.core.runtime.ChainableRunner |
From |
To |
|
Change Return Type CommandService to ExecutableRunner in method public getNext() : ExecutableRunner in class org.drools.core.command.impl.AbstractInterceptor |
From |
To |
|
Change Return Type Context to void in method private executeQueue(ctx RequestContext) : void in class org.drools.core.fluent.impl.PseudoClockRunner |
From |
To |
|
Change Return Type T to RequestContext in method public execute(executable Executable, ctx RequestContext) : RequestContext in class org.drools.core.command.impl.LoggingInterceptor |
From |
To |
|
Change Return Type T to RequestContext in method public execute(executable Executable, ctx RequestContext) : RequestContext in class org.drools.core.command.impl.AsynchronousInterceptor |
From |
To |
|
Change Return Type CommandService to ExecutableRunner in method public getRunner(kbase KnowledgeBase, environment Environment) : ExecutableRunner in class org.drools.core.SessionConfigurationDelegate |
From |
To |
|
Change Return Type CommandService to ExecutableRunner in method public abstract getRunner(kbase KnowledgeBase, environment Environment) : ExecutableRunner in class org.drools.core.SessionConfiguration |
From |
To |
|
Change Return Type CommandService to ExecutableRunner in method public getRunner(kbase KnowledgeBase, environment Environment) : ExecutableRunner in class org.drools.core.SessionConfigurationImpl |
From |
To |
|
Change Return Type ConversationContext to Context in method public getConversationContext() : Context in class org.drools.core.command.RequestContextImpl |
From |
To |
|
Change Return Type T to RequestContext in method public execute(executable Executable, ctx RequestContext) : RequestContext in class org.drools.persistence.jta.TransactionLockInterceptor |
From |
To |
|
Change Return Type long to Object in method public getResult() : Object in class org.drools.core.command.RequestContextImpl |
From |
To |
|
Change Return Type RequestContextImpl to RequestContext in method public createContext() : RequestContext in class org.drools.core.fluent.impl.PseudoClockRunner |
From |
To |
|
Change Return Type Context to RequestContext in method public execute(executable Executable) : RequestContext in class org.drools.core.runtime.InternalLocalRunner |
From |
To |
|
Change Return Type T to RequestContext in method public execute(executable Executable, context RequestContext) : RequestContext in class org.drools.persistence.PersistableRunner.TransactionInterceptor |
From |
To |
|
Rename Attribute commandService : CommandService to runner : ExecutableRunner in class org.drools.core.command.impl.CommandBasedEntryPoint |
From |
To |
|
Rename Attribute lastReturned : Object to result : Object in class org.drools.core.command.RequestContextImpl |
From |
To |
|
Rename Attribute commandService : CommandService to runner : ChainableRunner in class org.drools.persistence.PersistableRunner |
From |
To |
|
Rename Attribute commandService : CommandService to runner : ExecutableRunner in class org.drools.core.SessionConfigurationImpl |
From |
To |
|
Rename Attribute commandService : CommandService to runner : ExecutableRunner in class org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession |
From |
To |
|
Rename Attribute commandService : CommandService to runner : ExecutableRunner in class org.drools.core.command.runtime.DestroySessionCommand |
From |
To |
|
Rename Attribute commandService : CommandService to runner : ExecutableRunner in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl.CommandBasedEntryPointCreator |
From |
To |
|
Rename Attribute commandService : CommandService to runner : ExecutableRunner in class org.drools.persistence.jpa.JpaJDKTimerService |
From |
To |
|
Rename Attribute commandService : SingleSessionCommandService to runner : PersistableRunner in class org.drools.persistence.PersistableRunner.JpaSessionInitializer |
From |
To |
|
Change Attribute Type commandService : CommandService to runner : ChainableRunner in class org.drools.persistence.PersistableRunner |
From |
To |
|
Change Attribute Type commandService : CommandService to runner : ExecutableRunner in class org.drools.core.SessionConfigurationImpl |
From |
To |
|
Change Attribute Type commandService : CommandService to runner : ExecutableRunner in class org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession |
From |
To |
|
Change Attribute Type conversationId : long to conversationId : String in class org.drools.core.command.JoinConversationCommand |
From |
To |
|
Change Attribute Type conversationContext : ConversationContext to conversationContext : Context in class org.drools.core.command.RequestContextImpl |
From |
To |
|
Change Attribute Type service : SingleSessionCommandService to service : PersistableRunner in class org.drools.persistence.PersistableRunner.SynchronizationImpl |
From |
To |
|
Change Attribute Type commandService : CommandService to runner : ExecutableRunner in class org.drools.core.command.runtime.DestroySessionCommand |
From |
To |
|
Change Attribute Type sessionContext : RegistryContext to sessionContext : RequestContext in class org.drools.persistence.PersistableRunner |
From |
To |
|
Change Attribute Type conversationContexts : Map<Long,Context> to conversationContexts : Map<String,Context> in class org.drools.core.command.ConversationContextManager |
From |
To |
|
Change Attribute Type commandService : CommandService to runner : ExecutableRunner in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl.CommandBasedEntryPointCreator |
From |
To |
|
Change Attribute Type commandService : CommandService to runner : ExecutableRunner in class org.drools.persistence.jpa.JpaJDKTimerService |
From |
To |
|
Change Attribute Type appContext : ContextImpl to appContext : Context in class org.drools.core.command.RequestContextImpl |
From |
To |
|
Change Attribute Type commandService : CommandService to runner : ExecutableRunner in class org.drools.core.command.impl.CommandBasedEntryPoint |
From |
To |
|
Change Attribute Type conversationId : long to conversationId : String in class org.drools.core.command.EndConversationCommand |
From |
To |
|
Change Attribute Type next : CommandService to next : ExecutableRunner in class org.drools.core.command.impl.AbstractInterceptor |
From |
To |
|
Change Attribute Type commandService : SingleSessionCommandService to runner : PersistableRunner in class org.drools.persistence.PersistableRunner.JpaSessionInitializer |
From |
To |
|
Change Attribute Type interceptors : LinkedList<Interceptor> to interceptors : LinkedList<ChainableRunner> in class org.drools.persistence.PersistableRunner |
From |
To |
|
Rename Parameter commandService : CommandService to runner : ExecutableRunner in method public CommandBasedEntryPointCreator(runner ExecutableRunner) in class org.drools.persistence.jpa.KnowledgeStoreServiceImpl.CommandBasedEntryPointCreator |
From |
To |
|
Rename Parameter command : Command<T> to executable : Executable in method public execute(executable Executable, ctx RequestContext) : RequestContext in class org.drools.core.command.impl.LoggingInterceptor |
From |
To |
|
Rename Parameter commandService : CommandService to runner : ExecutableRunner in method public DestroySessionCommand(runner ExecutableRunner) in class org.drools.core.command.runtime.DestroySessionCommand |
From |
To |
|
Rename Parameter commandService : SingleSessionCommandService to runner : PersistableRunner in method public JpaSessionInitializer(runner PersistableRunner) in class org.drools.persistence.PersistableRunner.JpaSessionInitializer |
From |
To |
|
Rename Parameter commandService : CommandService to runner : ExecutableRunner in method public CommandBasedEntryPoint(runner ExecutableRunner, entryPoint String) in class org.drools.core.command.impl.CommandBasedEntryPoint |
From |
To |
|
Rename Parameter commandService : CommandService to runner : ExecutableRunner in method public CommandBasedStatefulKnowledgeSession(runner ExecutableRunner) in class org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession |
From |
To |
|
Rename Parameter lastReturned : Object to result : Object in method public setResult(result Object) : void in class org.drools.core.command.RequestContextImpl |
From |
To |
|
Rename Parameter id : long to uuid : String in method public endConversation(uuid String) : T in class org.drools.core.fluent.impl.BaseBatchFluent |
From |
To |
|
Rename Parameter id : long to uuid : String in method public joinConversation(uuid String) : T in class org.drools.core.fluent.impl.BaseBatchFluent |
From |
To |
|
Rename Parameter commandService : CommandService to runner : ExecutableRunner in method public setCommandService(runner ExecutableRunner) : void in class org.drools.persistence.jpa.JpaJDKTimerService |
From |
To |