ee1d9cd79eb773c533ef8e08d590bf3ce8a7fee2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 3 | ||
| Rename Variable tags : List<SuppressionCommentFilter.Tag> to tags1 : List<?> in method public testTagsAreClearedEachRun() : void in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilterTest | From | To | |
| Rename Variable dummyEvent2 : TreeWalkerAuditEvent to dummyEvent : TreeWalkerAuditEvent in method private getTagsAfterExecution(filter SuppressionCommentFilter, filename String, lines String...) : List<?> in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilterTest | From | To | |
| Rename Variable contents2 : FileContents to contents : FileContents in method private getTagsAfterExecution(filter SuppressionCommentFilter, filename String, lines String...) : List<?> in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilterTest | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable suppressionCommentFilter : SuppressionCommentFilter to filter : SuppressionCommentFilter in method private getTagsAfterExecution(filter SuppressionCommentFilter, filename String, lines String...) : List<?> in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilterTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type tags : List<SuppressionCommentFilter.Tag> to tags1 : List<?> in method public testTagsAreClearedEachRun() : void in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilterTest | From | To | |
| Extract Method | 2 | ||
| Extract Method private getTagsAfterExecution(filter SuppressionCommentFilter, filename String, lines String...) : List<?> extracted from public testTagsAreClearedEachRun() : void in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilterTest | From | To |