04d58e7714844e73f68e6143e235bb55791c9888
Files Diff
- Added: 6
- Removed: 1
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type kSessionModel : KieSessionModelImpl to kSessionModel : KieSessionModel in method private registerLoggers(kSessionModel KieSessionModel, kSession KieRuntimeEventManager) : void in class org.drools.compiler.kie.builder.impl.KieContainerImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type kBase : InternalKnowledgeBase to kBase : KnowledgeBaseImpl in class org.drools.core.impl.StatelessKnowledgeSessionImpl | From | To | |
Change Attribute Type conf : KieSessionConfiguration to conf : SessionConfiguration in class org.drools.core.impl.StatelessKnowledgeSessionImpl | From | To | |
Extract Method | 3 | ||
Extract Method private registerNewKieSession(kSessionModel KieSessionModel, kBase InternalKnowledgeBase, kSession KieSession) : void extracted from public newKieSession(kSessionName String, environment Environment, conf KieSessionConfiguration) : KieSession in class org.drools.compiler.kie.builder.impl.KieContainerImpl | From | To | |
Extract Method private getKieBaseFromKieSessionModel(kSessionModel KieSessionModel) : KieBase extracted from public newKieSession(kSessionName String, environment Environment, conf KieSessionConfiguration) : KieSession in class org.drools.compiler.kie.builder.impl.KieContainerImpl | From | To | |
Extract Method private createWorkingMemory() : StatefulKnowledgeSessionImpl extracted from public newWorkingMemory() : StatefulKnowledgeSession in class org.drools.core.impl.StatelessKnowledgeSessionImpl | From | To |