517952eac96b481e84774ffe11c394d6bb7e9ceb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Removed | |
| commons-collections:commons-collections:3.2.2 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public transform(o Object) : Object renamed to public apply(n Number) : Number in class org.sonar.api.measures.RangeDistributionBuilder.RangeTransformer | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type o : Object to n : Number in method public apply(n Number) : Number in class org.sonar.api.measures.RangeDistributionBuilder.RangeTransformer | From | To | |
| Move Method | 1 | ||
| Move Method public format(bag Bag, var int) : String from class org.sonar.api.utils.KeyValueFormat to package format(countBag Multiset) : String from class org.sonar.api.measures.MultisetDistributionFormat | From | To | |
| Inline Method | 1 | ||
| Inline Method private setMetric(metric Metric) : void inlined to public CountDistributionBuilder(metric Metric) in class org.sonar.api.measures.CountDistributionBuilder | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Object to Number in method public apply(n Number) : Number in class org.sonar.api.measures.RangeDistributionBuilder.RangeTransformer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type input : Object to input : ActiveRuleParam in method public clone() : Object in class org.sonar.api.rules.ActiveRule | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type countBag : SortedBag to countBag : SortedMultiset in class org.sonar.api.measures.RangeDistributionBuilder | From | To | |
| Change Attribute Type countBag : SortedBag to countBag : Multiset in class org.sonar.api.measures.CountDistributionBuilder | From | To | |
| Inline Variable | 1 | ||
| Inline Variable statusValues : Collection<RuleStatus> in method private buildFilters(query RuleQuery) : Map<String,FilterBuilder> from class org.sonar.server.rule.index.RuleIndex | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter o : Object to n : Number in method public apply(n Number) : Number in class org.sonar.api.measures.RangeDistributionBuilder.RangeTransformer | From | To |