e2daa5befa8916b585567a942141edcb7eff9a19
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 35
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable key : String to inputComponent : InputComponent in method public initAndAddIssue(issue Issue) : boolean in class org.sonar.batch.issue.ModuleIssues | From | To | |
Change Variable Type | 1 | ||
Change Variable Type key : String to inputComponent : InputComponent in method public initAndAddIssue(issue Issue) : boolean in class org.sonar.batch.issue.ModuleIssues | From | To | |
Extract Method | 2 | ||
Extract Method private parse(file InputFile, context SensorContext, startPattern Pattern, endPattern Pattern, startPositions Map<Integer,Map<Integer,TextPointer>>, endPositions Map<Integer,Map<Integer,TextPointer>>) : void extracted from private createIssues(file InputFile, context SensorContext) : void in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Extract Method private createIssues(file InputFile, context SensorContext, startPositions Map<Integer,Map<Integer,TextPointer>>, endPositions Map<Integer,Map<Integer,TextPointer>>, ruleKey RuleKey) : void extracted from private createIssues(file InputFile, context SensorContext) : void in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To |