049a67a789ba8c27dceeada0bd5ec82d442bdbe8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public isPatternTypeCompatibleWithFromReturnType(pattern Pattern, returnType Class<?>) : boolean from class org.drools.compiler.rule.builder.dialect.mvel.MVELFromBuilder to public isCompatibleWithAccumulateReturnType(returnType Class<?>) : boolean from class org.drools.core.rule.Pattern | From | To | |
Change Return Type | 1 | ||
Change Return Type String to Number in method public getSingleValue() : Number in class org.drools.compiler.integrationtests.FromTest.ListsContainer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type out : List<String> to out : List<Integer> in method public testFromWithSingleValue() : void in class org.drools.compiler.integrationtests.FromTest | From | To |