08af18a2d276e94f79d413967462477ecf8b01dd
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setUp() : void renamed to protected onSetUp(testData SystemTestData) : void in class org.geoserver.sldservice.rest.ClassifierTest | From | To | |
Rename Class | 1 | ||
Rename Class org.geoserver.sldservice.rest.ClassifierTestSupport renamed to org.geoserver.sldservice.rest.ClassifierTest | From | To | |
Inline Variable | 1 | ||
Inline Variable explicitGroups : ExplicitClassifier in method public uniqueIntervalClassification(features FeatureCollection, property String, propertyType Class<?>, intervals int, normalize boolean) : List<Rule> from class org.geoserver.sldservice.utils.classifier.RulesBuilder | From | To | |
Extract Method | 4 | ||
Extract Method private getRules(features FeatureCollection, property String, propertyType Class<?>, classNumber int, open boolean, normalize boolean, functionName String) : List<Rule> extracted from public equalIntervalClassification(features FeatureCollection, property String, propertyType Class<?>, classNumber int, open boolean, normalize boolean) : List<Rule> in class org.geoserver.sldservice.utils.classifier.RulesBuilder | From | To | |
Extract Method private getRules(features FeatureCollection, property String, propertyType Class<?>, classNumber int, open boolean, normalize boolean, functionName String) : List<Rule> extracted from public uniqueIntervalClassification(features FeatureCollection, property String, propertyType Class<?>, intervals int, normalize boolean) : List<Rule> in class org.geoserver.sldservice.utils.classifier.RulesBuilder | From | To | |
Extract Method private getRules(features FeatureCollection, property String, propertyType Class<?>, classNumber int, open boolean, normalize boolean, functionName String) : List<Rule> extracted from public quantileClassification(features FeatureCollection, property String, propertyType Class<?>, classNumber int, open boolean, normalize boolean) : List<Rule> in class org.geoserver.sldservice.utils.classifier.RulesBuilder | From | To | |
Extract Method private getRules(features FeatureCollection, property String, propertyType Class<?>, classNumber int, open boolean, normalize boolean, functionName String) : List<Rule> extracted from public jenksClassification(features FeatureCollection, property String, propertyType Class<?>, classNumber int, open boolean, normalize boolean) : List<Rule> in class org.geoserver.sldservice.utils.classifier.RulesBuilder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter classNumber : int to intervals : int in method public equalIntervalClassification(features FeatureCollection, property String, propertyType Class<?>, intervals int, open boolean, normalize boolean) : List<Rule> in class org.geoserver.sldservice.utils.classifier.RulesBuilder | From | To |