0b0bf09d855d98b14c030b63661d459cff12ad49
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public should_not_change_date_if_rule_is_old() : void renamed to public should_not_change_date_if_rule_and_plugin_are_old_and_no_base_plugin() : void in class org.sonar.server.computation.task.projectanalysis.issue.IssueCreationDateCalculatorTest | From | To | |
Rename Method private ruleIsNew(activeRule ActiveRule, lastAnalysisDate Long) : boolean renamed to private activeRuleIsNew(activeRule ActiveRule, lastAnalysisDate Long) : boolean in class org.sonar.server.computation.task.projectanalysis.issue.IssueCreationDateCalculator | From | To | |
Rename Method private pluginIsNew(activeRule ActiveRule, lastAnalysisDate Long) : boolean renamed to private ruleImplementationChanged(activeRule ActiveRule, lastAnalysisDate long) : boolean in class org.sonar.server.computation.task.projectanalysis.issue.IssueCreationDateCalculator | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type lastAnalysisDate : Long to lastAnalysisDate : long in method private ruleImplementationChanged(activeRule ActiveRule, lastAnalysisDate long) : boolean in class org.sonar.server.computation.task.projectanalysis.issue.IssueCreationDateCalculator | From | To | |
Rename Variable | 1 | ||
Rename Variable pluginUpdateDate : long to scannerPlugin : ScannerPlugin in method private ruleImplementationChanged(activeRule ActiveRule, lastAnalysisDate long) : boolean in class org.sonar.server.computation.task.projectanalysis.issue.IssueCreationDateCalculator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type pluginUpdateDate : long to scannerPlugin : ScannerPlugin in method private ruleImplementationChanged(activeRule ActiveRule, lastAnalysisDate long) : boolean in class org.sonar.server.computation.task.projectanalysis.issue.IssueCreationDateCalculator | From | To | |
Extract Method | 1 | ||
Extract Method private basePluginIsNew(scannerPlugin ScannerPlugin, lastAnalysisDate long) : boolean extracted from private pluginIsNew(activeRule ActiveRule, lastAnalysisDate Long) : boolean in class org.sonar.server.computation.task.projectanalysis.issue.IssueCreationDateCalculator | From | To |