e4650f9201d22744f353e7ca54059db40d4dd0a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Attribute | 2 | ||
Extract Attribute private LANGUAGE : String in class org.sonar.server.rule.ws.RepositoriesAction | From | To | |
Extract Attribute private FILTER_DEBT_CHARACTERISTICS : String in class org.sonar.server.rule.index.RuleIndex | From | To | |
Extract Variable | 1 | ||
Extract Variable parentKee : String in method private writeProfiles(json JsonWriter, harvestedProfileKeys Collection<String>) : void from class org.sonar.server.rule.ws.ActiveRuleCompleter | From | To | |
Extract Method | 3 | ||
Extract Method private writeActiveRules(json JsonWriter, query RuleQuery, rules Collection<Rule>) : Collection<String> extracted from package completeSearch(query RuleQuery, rules Collection<Rule>, json JsonWriter) : void in class org.sonar.server.rule.ws.ActiveRuleCompleter | From | To | |
Extract Method private writeProfiles(json JsonWriter, harvestedProfileKeys Collection<String>) : void extracted from package completeSearch(query RuleQuery, rules Collection<Rule>, json JsonWriter) : void in class org.sonar.server.rule.ws.ActiveRuleCompleter | From | To | |
Extract Method private writeProfile(json JsonWriter, profile QualityProfileDto) : void extracted from package completeSearch(query RuleQuery, rules Collection<Rule>, json JsonWriter) : void in class org.sonar.server.rule.ws.ActiveRuleCompleter | From | To |