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 authored and Stephan202 committed Dec 18, 2023
1 parent 379bbf3 commit fb56198
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 fb56198

Please sign in to comment.