|
Move Method protected getStartingRuleUnit(startingRule String, ikb InternalKnowledgeBase, possiblePackages List<String>) : Class<? extends RuleUnit> from class org.drools.scorecards.ExternalObjectModelTest to public getStartingRuleUnit(startingRule String, ikb InternalKnowledgeBase, possiblePackages List<String>) : Class<? extends RuleUnit> from class org.drools.scorecards.TestUtil |
From |
To |
|
Move Method protected calculatePossiblePackageNames(modelId String, knownPackageNames String...) : List<String> from class org.drools.scorecards.ExternalObjectModelTest to public calculatePossiblePackageNames(modelId String, knownPackageNames String...) : List<String> from class org.drools.scorecards.TestUtil |
From |
To |
|
Move Method protected getStartingRuleUnit(startingRule String, ikb InternalKnowledgeBase, possiblePackages List<String>) : Class<? extends RuleUnit> from class org.drools.scorecards.ScorecardProviderPMMLTest to public getStartingRuleUnit(startingRule String, ikb InternalKnowledgeBase, possiblePackages List<String>) : Class<? extends RuleUnit> from class org.drools.scorecards.TestUtil |
From |
To |
|
Move Method protected getStartingRuleUnit(startingRule String, ikb InternalKnowledgeBase, possiblePackages List<String>) : Class<? extends RuleUnit> from class org.drools.scorecards.ScorecardProviderTest to public getStartingRuleUnit(startingRule String, ikb InternalKnowledgeBase, possiblePackages List<String>) : Class<? extends RuleUnit> from class org.drools.scorecards.TestUtil |
From |
To |
|
Move Method protected calculatePossiblePackageNames(modelId String, knownPackageNames String...) : List<String> from class org.drools.scorecards.ScorecardProviderTest to public calculatePossiblePackageNames(modelId String, knownPackageNames String...) : List<String> from class org.drools.scorecards.TestUtil |
From |
To |
|
Move Method protected calculatePossiblePackageNames(modelId String, knownPackageNames String...) : List<String> from class org.drools.scorecards.ScorecardProviderPMMLTest to public calculatePossiblePackageNames(modelId String, knownPackageNames String...) : List<String> from class org.drools.scorecards.TestUtil |
From |
To |
|
Change Variable Type result : Optional<RuleUnitDescr> to result : Optional<RuleUnitDescription> in method public getDescription(unitClassName String) : Optional<RuleUnitDescription> in class org.drools.core.ruleunit.RuleUnitDescriptionLoader |
From |
To |
|
Change Variable Type rud : RuleUnitDescr to rud : RuleUnitDescription in method public applySegmentModel(requestData PMMLRequestData, data DataSource<PMMLRequestData>, results DataSource<PMML4Result>, segmentExecutions DataSource<SegmentExecution>, helper KnowledgeHelper) : void in class org.kie.pmml.pmml_4_2.model.mining.SegmentExecution |
From |
To |
|
Change Variable Type descr : RuleUnitDescr to descr : RuleUnitDescription in method protected getStartingRuleUnit(startingRule String, ikb InternalKnowledgeBase, possiblePackages List<String>) : Class<? extends RuleUnit> in class org.drools.workbench.models.guided.scorecard.backend.test2.GuidedScoreCardIntegrationJavaClassesAddedToKieFileSystemTest |
From |
To |
|
Change Variable Type ruleUnitDescr : RuleUnitDescr to ruleUnitDescr : RuleUnitDescription in method private processRule(kbuilder KnowledgeBuilderImpl, typeResolver TypeResolver, packageModel PackageModel, packageDescr PackageDescr, ruleDescr RuleDescr, isPattern boolean) : void in class org.drools.modelcompiler.builder.generator.ModelGenerator |
From |
To |
|
Change Variable Type ruleUnitDescr : RuleUnitDescr to ruleUnitDescr : RuleUnitDescription in method public getDescriptionForUnit(ruleUnit RuleUnit) : RuleUnitDescription in class org.drools.core.ruleunit.RuleUnitDescriptionRegistry |
From |
To |
|
Change Variable Type rur : RuleUnitRegistry to rur : RuleUnitDescriptionRegistry in method public applySegmentModel(requestData PMMLRequestData, data DataSource<PMMLRequestData>, results DataSource<PMML4Result>, segmentExecutions DataSource<SegmentExecution>, helper KnowledgeHelper) : void in class org.kie.pmml.pmml_4_2.model.mining.SegmentExecution |
From |
To |
|
Change Variable Type descr : RuleUnitDescr to descr : RuleUnitDescription in method protected startingRuleUnit(startingRule String, modelId String, knownPackageNames String...) : Class<? extends RuleUnit> in class org.kie.pmml.pmml_4_2.PMMLExecutor |
From |
To |
|
Change Variable Type descr : RuleUnitDescr to descr : RuleUnitDescription in method protected getStartingRuleUnit(startingRule String, ikb InternalKnowledgeBase, possiblePackages List<String>) : Class<? extends RuleUnit> in class org.kie.pmml.pmml_4_2.DroolsAbstractPMMLTest |
From |
To |
|
Change Variable Type ruleUnitRegistry : RuleUnitRegistry to ruleUnitDescriptionLoader : RuleUnitDescriptionLoader in method private findUnitClass() : void in class org.drools.modelcompiler.builder.generator.RuleContext |
From |
To |
|
Change Variable Type descr : RuleUnitDescr to descr : RuleUnitDescription in method protected getStartingRuleUnit(startingRule String) : Class<? extends RuleUnit> in class org.kie.pmml.pmml_4_2.PMML4ExecutionHelper |
From |
To |
|
Rename Method private findRuleUnitDescr(ruleUnit String) : RuleUnitDescr renamed to private findDescription(ruleUnit String) : RuleUnitDescription in class org.drools.core.ruleunit.RuleUnitDescriptionLoader |
From |
To |
|
Rename Method public getRuleUnitRegistry() : RuleUnitRegistry renamed to public getRuleUnitDescriptionLoader() : RuleUnitDescriptionLoader in class org.drools.core.definitions.InternalKnowledgePackage |
From |
To |
|
Rename Method public getRuleUnitDescr(ruleUnit RuleUnit) : RuleUnitDescr renamed to public getDescriptionForUnit(ruleUnit RuleUnit) : RuleUnitDescription in class org.drools.core.ruleunit.RuleUnitDescriptionRegistry |
From |
To |
|
Rename Method public getRuleUnitRegistry() : RuleUnitRegistry renamed to public getRuleUnitDescriptionLoader() : RuleUnitDescriptionLoader in class org.drools.core.definitions.impl.KnowledgePackageImpl |
From |
To |
|
Rename Method public getRuleUnitRegistry() : RuleUnitRegistry renamed to public getRuleUnitDescriptionRegistry() : RuleUnitDescriptionRegistry in class org.drools.core.impl.KnowledgeBaseImpl |
From |
To |
|
Rename Method public getRuleUnitRegistry() : RuleUnitRegistry renamed to public getRuleUnitDescriptionRegistry() : RuleUnitDescriptionRegistry in class org.drools.core.impl.InternalKnowledgeBase |
From |
To |
|
Rename Method public getRuleUnitFor(unitClassName String) : Optional<RuleUnitDescr> renamed to public getDescription(unitClassName String) : Optional<RuleUnitDescription> in class org.drools.core.ruleunit.RuleUnitDescriptionLoader |
From |
To |
|
Change Return Type RuleUnitDescr to RuleUnitDescription in method public getDescriptionForUnit(ruleUnit RuleUnit) : RuleUnitDescription in class org.drools.core.ruleunit.RuleUnitDescriptionRegistry |
From |
To |
|
Change Return Type RuleUnitDescr to RuleUnitDescription in method public getRuleUnitDescr() : RuleUnitDescription in class org.drools.modelcompiler.builder.generator.RuleContext |
From |
To |
|
Change Return Type RuleUnitRegistry to RuleUnitDescriptionRegistry in method public getRuleUnitDescriptionRegistry() : RuleUnitDescriptionRegistry in class org.drools.core.impl.KnowledgeBaseImpl |
From |
To |
|
Change Return Type RuleUnitRegistry to RuleUnitDescriptionLoader in method public getRuleUnitDescriptionLoader() : RuleUnitDescriptionLoader in class org.drools.core.definitions.InternalKnowledgePackage |
From |
To |
|
Change Return Type RuleUnitRegistry to RuleUnitDescriptionLoader in method public getRuleUnitDescriptionLoader() : RuleUnitDescriptionLoader in class org.drools.core.definitions.impl.KnowledgePackageImpl |
From |
To |
|
Change Return Type RuleUnitRegistry to RuleUnitDescriptionRegistry in method public getRuleUnitDescriptionRegistry() : RuleUnitDescriptionRegistry in class org.drools.core.impl.InternalKnowledgeBase |
From |
To |
|
Change Return Type RuleUnitDescr to RuleUnitDescription in method private findDescription(ruleUnit String) : RuleUnitDescription in class org.drools.core.ruleunit.RuleUnitDescriptionLoader |
From |
To |
|
Change Return Type RuleUnitDescr to RuleUnitDescription in method private bindRuleUnit(ruleUnit RuleUnit) : RuleUnitDescription in class org.drools.core.impl.RuleUnitExecutorSession |
From |
To |
|
Change Return Type Optional<RuleUnitDescr> to Optional<RuleUnitDescription> in method public getDescription(unitClassName String) : Optional<RuleUnitDescription> in class org.drools.core.ruleunit.RuleUnitDescriptionLoader |
From |
To |
|
Change Attribute Type ruleUnitRegistry : RuleUnitRegistry to ruleUnitDescriptionRegistry : RuleUnitDescriptionRegistry in class org.drools.core.impl.KnowledgeBaseImpl |
From |
To |
|
Change Attribute Type ruleUnitDescr : RuleUnitDescr to ruleUnitDescr : RuleUnitDescription in class org.drools.modelcompiler.builder.generator.RuleContext |
From |
To |
|
Change Attribute Type ruDescr : RuleUnitDescr to ruDescr : RuleUnitDescription in class org.drools.core.impl.RuleUnitExecutorSession.RuleUnitGlobals |
From |
To |
|
Change Attribute Type ruleUnits : Map<String,RuleUnitDescr> to ruleUnitDescriptionsCache : Map<String,RuleUnitDescription> in class org.drools.core.ruleunit.RuleUnitDescriptionLoader |
From |
To |
|
Change Attribute Type ruleUnitDescr : Optional<RuleUnitDescr> to ruleUnitDescr : Optional<RuleUnitDescription> in class org.drools.core.spi.DeclarationScopeResolver |
From |
To |
|
Change Attribute Type ruleUnits : Map<String,RuleUnitDescr> to ruleUnits : Map<String,RuleUnitDescription> in class org.drools.core.ruleunit.RuleUnitDescriptionRegistry |
From |
To |
|
Change Attribute Type currentRuDescr : RuleUnitDescr to currentRuDescr : RuleUnitDescription in class org.drools.core.impl.RuleUnitExecutorSession |
From |
To |
|
Change Attribute Type ruleUnitRegistry : RuleUnitRegistry to ruleUnitDescriptionLoader : RuleUnitDescriptionLoader in class org.drools.core.definitions.impl.KnowledgePackageImpl |
From |
To |