b9b06186b1d632cfeacd7ac4619e262439b2352c
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public rulestoMap(kbase KnowledgeBase) : Map<String,Rule> from class org.drools.compiler.integrationtests.incrementalcompilation.IncrementalCompilationTest to public rulestoMap(kbase KnowledgeBase) : Map<String,Rule> from class org.drools.core.util.DroolsTestUtil | From | To | |
Move Method public rulestoMap(rules Collection<Rule>) : Map<String,Rule> from class org.drools.compiler.integrationtests.incrementalcompilation.IncrementalCompilationTest to public rulestoMap(rules Collection<Rule>) : Map<String,Rule> from class org.drools.core.util.DroolsTestUtil | From | To | |
Extract Class | 1 | ||
Extract Class org.drools.core.util.DroolsTestUtil from class org.drools.compiler.integrationtests.incrementalcompilation.IncrementalCompilationTest | From | To | |
Inline Variable | 1 | ||
Inline Variable rightTuples : TupleSets<RightTuple> in method private doRiaNode2(wm InternalWorkingMemory, srcTuples TupleSets<LeftTuple>, riaNode RightInputAdapterNode) : void from class org.drools.core.phreak.RuleNetworkEvaluator | From | To | |
Extract Method | 4 | ||
Extract Method protected loadKnowledgeBaseFromString(config KnowledgeBuilderConfiguration, kBaseConfig KieBaseConfiguration, phreak RuleEngineOption, drlContentStrings String...) : KnowledgeBase extracted from protected loadKnowledgeBaseFromString(kBaseConfig KieBaseConfiguration, drlContentStrings String...) : KnowledgeBase in class org.drools.compiler.CommonTestMethodBase | From | To | |
Extract Method protected loadKnowledgeBaseFromString(config KnowledgeBuilderConfiguration, kBaseConfig KieBaseConfiguration, phreak RuleEngineOption, drlContentStrings String...) : KnowledgeBase extracted from protected loadKnowledgeBaseFromString(config KnowledgeBuilderConfiguration, drlContentStrings String...) : KnowledgeBase in class org.drools.compiler.CommonTestMethodBase | From | To | |
Extract Method protected loadKnowledgeBaseFromString(config KnowledgeBuilderConfiguration, kBaseConfig KieBaseConfiguration, phreak RuleEngineOption, drlContentStrings String...) : KnowledgeBase extracted from protected loadKnowledgeBaseFromString(phreak RuleEngineOption, drlContentStrings String...) : KnowledgeBase in class org.drools.compiler.CommonTestMethodBase | From | To | |
Extract Method protected loadKnowledgeBaseFromString(config KnowledgeBuilderConfiguration, kBaseConfig KieBaseConfiguration, phreak RuleEngineOption, drlContentStrings String...) : KnowledgeBase extracted from protected loadKnowledgeBaseFromString(drlContentStrings String...) : KnowledgeBase in class org.drools.compiler.CommonTestMethodBase | From | To | |
Extract And Move Method | 4 | ||
Extract And Move Method protected loadKnowledgeBaseFromString(config KnowledgeBuilderConfiguration, kBaseConfig KieBaseConfiguration, phreak RuleEngineOption, drlContentStrings String...) : KnowledgeBase extracted from private loadKieBaseFromString(drlContentStrings String...) : KieBase in class org.drools.compiler.integrationtests.AccumulateTest & moved to class org.drools.compiler.CommonTestMethodBase | From | To |