bf83c5fa2ea42614dfd9ab90cddcf5fc5902d4e7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 73
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public apply(input ActiveRule) : boolean renamed to public test(input ActiveRule) : boolean in class org.sonar.api.profiles.RulesProfile.MatchRule | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type result : ImmutableList.Builder<TokensLine> to result : List<TokensLine> in method private addNewTokensLine(result List<TokensLine>, startUnit int, endUnit int, startLine int, sb StringBuilder) : void in class org.sonar.api.batch.sensor.cpd.internal.DefaultCpdTokens | From | To | |
Rename Variable | 1 | ||
Rename Variable other : Dependency to that : Dependency in method public equals(o Object) : boolean in class org.sonar.api.design.Dependency | From | To | |
Rename Attribute | 1 | ||
Rename Attribute status : Set<String> to statuses : Set<String> in class org.sonar.api.issue.condition.HasStatus | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type result : ImmutableList.Builder<TokensLine> to result : ArrayList<TokensLine> in class org.sonar.api.batch.sensor.cpd.internal.DefaultCpdTokens | From | To | |
Rename Parameter | 1 | ||
Rename Parameter obj : Object to o : Object in method public equals(o Object) : boolean in class org.sonar.api.design.Dependency | From | To |