f708f133f33cbb13792a3098b3ff31d269c11123
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable kieBase : KieBase in method private testConcurrentInsertions(drl String, objectCount int, threadCount int, newSessionForEachThread boolean, updateFacts boolean) : void from class org.drools.compiler.integrationtests.MultithreadTest | From | To | |
Inline Variable | 1 | ||
Inline Variable ksession : KieSession in method private testConcurrentInsertions(objectCount int, threadCount int) : void from class org.drools.compiler.integrationtests.MultithreadTest | From | To | |
Extract Method | 1 | ||
Extract Method private getTask(objectCount int, kieBase KieBase, updateFacts boolean) : Callable<Boolean> extracted from private testConcurrentInsertions(objectCount int, threadCount int) : void in class org.drools.compiler.integrationtests.MultithreadTest | From | To |