2049169ed05927526a5a5e775efd1cdebb91e8d8
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 9
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private disableMultithreadEvaluationForSinglePartition() : void renamed to private disableMultithreadEvaluation(warningMessage String) : void in class org.drools.core.impl.KnowledgeBaseImpl | From | To | |
| Extract Variable | 1 | ||
| Extract Variable rule : RuleImpl in method private internalAddPackages(clonedPkgs List<InternalKnowledgePackage>) : void from class org.drools.core.impl.KnowledgeBaseImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type session : StatefulKnowledgeSessionImpl to session : InternalWorkingMemory in method public testDisableParallelismOnSinglePartition() : void in class org.drools.compiler.integrationtests.ParallelEvaluationTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private getRule(i int, rhs String, attributes String) : String extracted from private getRule(i int, rhs String) : String in class org.drools.compiler.integrationtests.ParallelEvaluationTest | From | To |