524854e2b9186d3ab5b42ddd61b9b21505a50ab6
Files Diff
- Added: 19
- Removed: 1
- Renamed: 0
- Modified: 0
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method public getTestParameters() : List<Boolean[]> from class org.drools.compiler.integrationtests.ConcurrentSessionsTest to public getTestParameters() : List<Boolean[]> from class org.drools.compiler.integrationtests.session.AbstractConcurrentSessionTest | From | To | |
Pull Up Method private parallelTest(repetitions int, threadCount int, kieSessionExecutor KieSessionExecutor, drls String...) : void from class org.drools.compiler.integrationtests.ConcurrentSessionsTest to protected parallelTest(repetitions int, threadCount int, kieSessionExecutor KieSessionExecutor, drls String...) : void from class org.drools.compiler.integrationtests.session.AbstractConcurrentSessionTest | From | To | |
Pull Up Method private serializeAndDeserializeKieBase(kieBase KieBase) : KieBase from class org.drools.compiler.integrationtests.ConcurrentSessionsTest to private serializeAndDeserializeKieBase(kieBase KieBase) : KieBase from class org.drools.compiler.integrationtests.session.AbstractConcurrentSessionTest | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private enforcedJitting : boolean from class org.drools.compiler.integrationtests.ConcurrentSessionsTest to protected enforcedJitting : boolean from class org.drools.compiler.integrationtests.session.AbstractConcurrentSessionTest | From | To | |
Pull Up Attribute private serializeKieBase : boolean from class org.drools.compiler.integrationtests.ConcurrentSessionsTest to protected serializeKieBase : boolean from class org.drools.compiler.integrationtests.session.AbstractConcurrentSessionTest | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.drools.compiler.integrationtests.ConcurrentSessionsTest moved and renamed to org.drools.compiler.integrationtests.session.SubnetworkConcurrentSessionsTest | From | To | |
Move Class | 3 | ||
Move Class org.drools.compiler.integrationtests.ConcurrentSessionsTest.CategoryTypeEnum moved to org.drools.compiler.integrationtests.session.AbstractConcurrentSessionTest.CategoryTypeEnum | From | To | |
Move Class org.drools.compiler.integrationtests.ConcurrentSessionsTest.KieSessionExecutor moved to org.drools.compiler.integrationtests.session.AbstractConcurrentSessionTest.KieSessionExecutor | From | To | |
Move Class org.drools.compiler.integrationtests.ConcurrentSessionsTest.Product moved to org.drools.compiler.integrationtests.session.AbstractConcurrentSessionTest.Product | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.drools.compiler.integrationtests.session.AbstractConcurrentSessionTest from classes [org.drools.compiler.integrationtests.session.SubnetworkConcurrentSessionsTest] | From | To |