c22c43b00bd8ffa3a8754409b2e2a56a2fd8f56e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testKJarUpgradeSameSession() : void renamed to public testKJarUpgradeSameAndDifferentSessions() : void in class org.drools.modelcompiler.IncrementalCompilationTest | From | To | |
Inline Method | 1 | ||
Inline Method private getModels(kieProjectCL ClassLoader) : Map<String,Model> inlined to private getModels() : Map<String,Model> in class org.drools.modelcompiler.CanonicalKieModule | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute kieProjectCL : ClassLoader to moduleClassLoader : ProjectClassLoader in method public createKieBase(kBaseModel KieBaseModelImpl, kieProject KieProject, messages ResultsImpl, conf KieBaseConfiguration) : InternalKnowledgeBase in class org.drools.modelcompiler.CanonicalKieModule | From | To | |
Change Variable Type | 1 | ||
Change Variable Type kieProjectCL : ClassLoader to moduleClassLoader : ProjectClassLoader in method public createKieBase(kBaseModel KieBaseModelImpl, kieProject KieProject, messages ResultsImpl, conf KieBaseConfiguration) : InternalKnowledgeBase in class org.drools.modelcompiler.CanonicalKieModule | From | To | |
Extract Variable | 1 | ||
Extract Variable model : Model in method private getModels() : Map<String,Model> from class org.drools.modelcompiler.CanonicalKieModule | From | To | |
Inline Variable | 1 | ||
Inline Variable rulesFiles : Collection<String> in method private getModels(kieProjectCL ClassLoader) : Map<String,Model> from class org.drools.modelcompiler.CanonicalKieModule | From | To |