8d52a6a3492cbf49354060a7bd80616fb2ed7f2a
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type nodes : List<BaseNode> to nodes : Collection<BaseNode> in method private resetMasks(nodes Collection<BaseNode>) : void in class org.drools.core.reteoo.ReteooBuilder | From | To | |
Rename Variable | 1 | ||
Rename Variable testPlan : List<List<TestOperation>> to testPlans : List<List<TestOperation>> in method protected runAddRemoveTests(rule1 String, rule2 String, rule1Name String, rule2Name String, facts Object[], additionalGlobals Map<String,Object>) : void in class org.drools.compiler.integrationtests.incrementalcompilation.AbstractAddRemoveRulesTest | From | To | |
Change Return Type | 1 | ||
Change Return Type void to SegmentMemory in method public checkEagerSegmentCreation(lt LeftTupleSource, wm InternalWorkingMemory, nodeTypesInSegment int) : SegmentMemory in class org.drools.core.phreak.SegmentUtilities | From | To | |
Extract Method | 1 | ||
Extract Method protected runAddRemoveTests(testPlans List<List<TestOperation>>, additionalGlobals Map<String,Object>) : void extracted from protected runAddRemoveTests(rule1 String, rule2 String, rule1Name String, rule2Name String, facts Object[], additionalGlobals Map<String,Object>) : void in class org.drools.compiler.integrationtests.incrementalcompilation.AbstractAddRemoveRulesTest | From | To |