9435f787ddd48e3a38bd7e7018dfcefb00352184
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public isClassInUse(className String) : boolean from class org.drools.compiler.builder.impl.KnowledgeBuilderImpl to private isClassInUse(rootClassLoader ClassLoader, className String) : boolean from class org.drools.compiler.kie.builder.impl.KieContainerImpl | From | To | |
Extract Method | 1 | ||
Extract Method protected createKieFileSystemWithKProject(ks KieServices, isdefault boolean, kbaseName String, ksessionName String) : KieFileSystem extracted from protected createKieFileSystemWithKProject(ks KieServices, isdefault boolean) : KieFileSystem in class org.kie.scanner.AbstractKieCiTest | From | To |