d6b083849c60a53e15765e8c8b98122e4c082e6a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getWontFixSecurityHotspots() : long renamed to public getReviewedSecurityHotspots() : long in class org.sonar.server.issue.index.SecurityStandardCategoryStatistics | From | To | |
Rename Variable | 1 | ||
Rename Variable wontFixSecurityHotspots : long to reviewedSecurityHotspots : long in method private processSecurityReportCategorySearchResults(categoryBucket HasAggregations, categoryName String, children List<SecurityStandardCategoryStatistics>) : SecurityStandardCategoryStatistics in class org.sonar.server.issue.index.IssueIndex | From | To | |
Rename Attribute | 3 | ||
Rename Attribute wontFixSecurityHotspots : long to reviewedSecurityHotspots : long in class org.sonar.server.issue.index.SecurityStandardCategoryStatistics | From | To | |
Rename Attribute WONT_FIX_HOTSPOTS_FILTER : BoolQueryBuilder to REVIEWED_HOTSPOTS_FILTER : BoolQueryBuilder in class org.sonar.server.issue.index.IssueIndex | From | To | |
Rename Attribute AGG_WONT_FIX_SECURITY_HOTSPOTS : String to AGG_REVIEWED_SECURITY_HOTSPOTS : String in class org.sonar.server.issue.index.IssueIndex | From | To | |
Rename Parameter | 1 | ||
Rename Parameter wontFixSecurityHotspots : long to reviewedSecurityHotspots : long in method public SecurityStandardCategoryStatistics(category String, vulnerabilities long, vulnerabiliyRating OptionalInt, inReviewSecurityHotspots long, toReviewSecurityHotspots long, reviewedSecurityHotspots long, children List<SecurityStandardCategoryStatistics>) in class org.sonar.server.issue.index.SecurityStandardCategoryStatistics | From | To |