27e25e8ca22561709fdb166fedcc6e1dab5e8e6d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getKieRuntime() : KieRuntime renamed to public getRuntime(runtimeClass Class<T>) : T in class org.drools.modelcompiler.consequence.LambdaConsequence.DroolsImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable returnedType : String to newScope : Expression in method private rewriteRHS(context RuleContext, ruleBlock BlockStmt, rhs BlockStmt) : boolean in class org.drools.modelcompiler.builder.generator.ModelGenerator | From | To | |
Change Return Type | 1 | ||
Change Return Type KieRuntime to T in method public getRuntime(runtimeClass Class<T>) : T in class org.drools.modelcompiler.consequence.LambdaConsequence.DroolsImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute returnedTypes : Map<String,String> to consequenceMethods : Map<String,Expression> in class org.drools.modelcompiler.builder.generator.ModelGenerator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type returnedType : String to newScope : Expression in method private rewriteRHS(context RuleContext, ruleBlock BlockStmt, rhs BlockStmt) : boolean in class org.drools.modelcompiler.builder.generator.ModelGenerator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type returnedTypes : Map<String,String> to consequenceMethods : Map<String,Expression> in class org.drools.modelcompiler.builder.generator.ModelGenerator | From | To |