40cc8f14ff522910dc708f077af9b38ed9173917
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private escapeSpecialRegexChars(str String) : String from class org.sonar.server.rule.index.RuleIndex to public escapeSpecialRegexChars(str String) : String from class org.sonar.server.es.EsUtils | From | To | |
Move Attribute | 1 | ||
Move Attribute private SPECIAL_REGEX_CHARS : Pattern from class org.sonar.server.rule.index.RuleIndex to private SPECIAL_REGEX_CHARS : Pattern from class org.sonar.server.es.EsUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type PIPE_JOINER : Joiner to PIPE_JOINER : Collector<CharSequence,?,String> in class org.sonar.server.es.StickyFacetBuilder | From | To |