23699dc534e3978abc10c643566715a345296b2c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Rule to Collection<Rule> in method public findByInternalKey(repository String, internalKey String) : Collection<Rule> in class org.sonar.api.batch.rule.Rules | From | To | |
Change Return Type Rule to Collection<Rule> in method public findByInternalKey(repository String, internalKey String) : Collection<Rule> in class org.sonar.api.batch.rule.internal.DefaultRules | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type rulesByRepositoryAndInternalKey : Table<String,String,Rule> to rulesByRepositoryAndInternalKey : ImmutableTable<String,String,List<Rule>> in class org.sonar.api.batch.rule.internal.DefaultRules | From | To |