Skip to content

Commit

Permalink
Disallow static import of `com.google.errorprone.{VisitorState,util.A…
Browse files Browse the repository at this point in the history
…STHelpers}` members
  • Loading branch information
rickie committed Dec 15, 2023
1 parent ff3f963 commit a5b99c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public final class NonStaticImport extends BugChecker implements CompilationUnit
ImmutableSet.of(
"com.google.common.base.Strings",
"com.google.errorprone.BugCheckerRefactoringTestHelper.TestMode",
"com.google.errorprone.util.ASTHelpers",
"com.google.errorprone.VisitorState",
"java.time.Clock",
"java.time.ZoneOffset");

Expand Down

0 comments on commit a5b99c1

Please sign in to comment.