mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Upgrade Error Prone 2.17.0 -> 2.18.0 (#455)
See: - https://github.com/google/error-prone/releases/tag/v2.18.0 - https://github.com/google/error-prone/compare/v2.17.0...v2.18.0 - https://github.com/PicnicSupermarket/error-prone/compare/v2.17.0-picnic-1...v2.18.0-picnic-1
This commit is contained in:
committed by
GitHub
parent
f079c53914
commit
79356ac553
@@ -161,6 +161,7 @@ public final class Refaster extends BugChecker implements CompilationUnitTreeMat
|
||||
* that could cause {@link VisitorState#reportMatch(Description)}} to override the reported
|
||||
* severity).
|
||||
*/
|
||||
@SuppressWarnings("RestrictedApiChecker" /* We create a heavily customized `Description` here. */)
|
||||
private static Description augmentDescription(
|
||||
Description description, Optional<SeverityLevel> severityOverride) {
|
||||
return Description.builder(
|
||||
|
||||
Reference in New Issue
Block a user