105176fb19c3ab8a82eec620abd99b32b1387139
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private parse(file InputFile, context SensorContext, startPattern Pattern, endPattern Pattern, startPositions Map<Integer,Map<Integer,TextPointer>>, endPositions Map<Integer,Map<Integer,TextPointer>>) : void renamed to private parseFlows(file InputFile, context SensorContext, startFlowsPositions Map<Integer,Table<Integer,Integer,TextPointer>>, endFlowsPositions Map<Integer,Table<Integer,Integer,TextPointer>>) : void in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Rename Variable | 3 | ||
Rename Variable startPositions : Map<Integer,Map<Integer,TextPointer>> to startIssuesPositions : Table<Integer,Integer,TextPointer> in method private createIssues(file InputFile, context SensorContext) : void in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Rename Variable endPositions : Map<Integer,Map<Integer,TextPointer>> to endIssuesPositions : Table<Integer,Integer,TextPointer> in method private createIssues(file InputFile, context SensorContext) : void in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Rename Variable ruleKey : RuleKey to startFlowsPositions : Map<Integer,Table<Integer,Integer,TextPointer>> in method private createIssues(file InputFile, context SensorContext) : void in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute endPattern : Pattern to END_FLOW_PATTERN : Pattern in method private parseFlows(file InputFile, context SensorContext, startFlowsPositions Map<Integer,Table<Integer,Integer,TextPointer>>, endFlowsPositions Map<Integer,Table<Integer,Integer,TextPointer>>) : void in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Change Variable Type | 3 | ||
Change Variable Type startPositions : Map<Integer,Map<Integer,TextPointer>> to startIssuesPositions : Table<Integer,Integer,TextPointer> in method private createIssues(file InputFile, context SensorContext) : void in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Change Variable Type endPositions : Map<Integer,Map<Integer,TextPointer>> to endIssuesPositions : Table<Integer,Integer,TextPointer> in method private createIssues(file InputFile, context SensorContext) : void in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Change Variable Type ruleKey : RuleKey to startFlowsPositions : Map<Integer,Table<Integer,Integer,TextPointer>> in method private createIssues(file InputFile, context SensorContext) : void in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Extract Method | 1 | ||
Extract Method public addExecutionFlow(locations Iterable<NewIssueLocation>) : DefaultIssue extracted from public addExecutionFlow(flow NewIssueLocation...) : DefaultIssue in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type END_ISSUE_PATTERN : String to END_ISSUE_PATTERN : Pattern in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Change Attribute Type START_ISSUE_PATTERN : String to START_ISSUE_PATTERN : Pattern in class org.sonar.xoo.rule.MultilineIssuesSensor | From | To | |
Rename Parameter | 2 | ||
Rename Parameter flow : NewIssueLocation... to locations : NewIssueLocation... in method public addExecutionFlow(locations NewIssueLocation...) : DefaultIssue in class org.sonar.api.batch.sensor.issue.internal.DefaultIssue | From | To | |
Rename Parameter flow : NewIssueLocation... to locations : NewIssueLocation... in method public addExecutionFlow(locations NewIssueLocation...) : NewIssue in class org.sonar.api.batch.sensor.issue.NewIssue | From | To |