b36f8f79d55695389d796fdcdb92411b9f736075
Files Diff
- Added: 27
- Removed: 5
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public setParent(delegate Context) : void from class org.drools.core.command.impl.ContextImpl to public setApplicationContext(appContext Context) : void from class org.drools.core.command.RequestContextImpl | From | To | |
Push Down Method public setParent(delegate Context) : void from class org.drools.core.command.impl.ContextImpl to public setConversationContext(conversationContext ConversationContext) : void from class org.drools.core.command.RequestContextImpl | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type manager : World to manager : ContextManager in method public ContextImplWithEviction(name String, manager ContextManager) in class org.drools.core.command.impl.ContextImplWithEviction | From | To | |
Change Parameter Type manager : World to manager : ContextManager in method public ContextImpl(name String, manager ContextManager) in class org.drools.core.command.impl.ContextImpl | From | To | |
Change Parameter Type manager : World to manager : ContextManager in method public ContextImplWithEviction(name String, manager ContextManager, delegate Context) in class org.drools.core.command.impl.ContextImplWithEviction | From | To | |
Change Parameter Type manager : World to manager : ContextManager in method public ContextImpl(name String, manager ContextManager, delegate Context) in class org.drools.core.command.impl.ContextImpl | From | To | |
Change Parameter Type delegate : Context to conversationContext : ConversationContext in method public setConversationContext(conversationContext ConversationContext) : void in class org.drools.core.command.RequestContextImpl | From | To | |
Change Return Type | 4 | ||
Change Return Type World to ContextManager in method public getContextManager() : ContextManager in class org.drools.core.command.impl.ContextImpl | From | To | |
Change Return Type World to ContextManager in method public getContextManager() : ContextManager in class org.drools.core.world.impl.ContextManagerImpl | From | To | |
Change Return Type World to ContextManager in method public getContextManager() : ContextManager in class org.drools.core.command.impl.FixedKnowledgeCommandContext | From | To | |
Change Return Type World to ContextManager in method public getContextManager() : ContextManager in class org.drools.core.command.ResolvingKnowledgeCommandContext | From | To | |
Rename Class | 1 | ||
Rename Class org.drools.core.world.impl.WorldImpl renamed to org.drools.core.world.impl.ContextManagerImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type worldImpl : WorldImpl to worldImpl : ContextManagerImpl in method public executeQueryNoBatch() : void in class org.drools.core.command.runtime.rule.QueryCommandNoBatchTest | From | To | |
Change Variable Type worldImpl : WorldImpl to worldImpl : ContextManagerImpl in method public executeCmdContextPropagationCastTest() : void in class org.drools.core.command.runtime.rule.ExecuteCommandDisconnectedTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type manager : World to manager : ContextManager in class org.drools.core.command.impl.ContextImpl | From | To | |
Rename Parameter | 5 | ||
Rename Parameter delegate : Context to appContext : Context in method public setApplicationContext(appContext Context) : void in class org.drools.core.command.RequestContextImpl | From | To | |
Rename Parameter object : Object to value : Object in method public set(identifier String, value Object) : void in class org.drools.core.command.impl.ContextImpl | From | To | |
Rename Parameter name : String to identifier : String in method public remove(identifier String) : void in class org.drools.core.command.impl.ContextImpl | From | To | |
Rename Parameter name : String to identifier : String in method public set(identifier String, value Object) : void in class org.drools.core.command.impl.ContextImpl | From | To | |
Rename Parameter delegate : Context to conversationContext : ConversationContext in method public setConversationContext(conversationContext ConversationContext) : void in class org.drools.core.command.RequestContextImpl | From | To |