42d7be9eed21da40558f6730e477b0adf298faca
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 36
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type list : List<Double> to list : List<Integer> in method public testAccumulateWithOr() : void in class org.drools.compiler.integrationtests.AccumulateTest | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type max : double to max : Comparable in class org.drools.core.base.accumulators.MaxAccumulateFunction.MaxData | From | To | |
Change Attribute Type min : double to min : Comparable in class org.drools.core.base.accumulators.MinAccumulateFunction.MinData | From | To | |
Change Attribute Type resources : Map to resources : Map<String,byte[]> in class org.drools.compiler.commons.jci.readers.MemoryResourceReader | From | To |