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