Skip to content

Commit

Permalink
Suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Dec 20, 2023
1 parent 3fd4e7a commit 59bb665
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public final class ErrorProneRuntimeClasspath extends BugChecker
*/
private static final Pattern CLASSPATH_TYPES =
Pattern.compile(
"com\\.google\\.common\\..*|com\\.google\\.errorprone\\.([^\\.]+(?<!TestHelper)(\\..*)?)|java\\..*");
"com\\.google\\.common\\..*|com\\.google\\.errorprone\\.([^.]+(?<!TestHelper)(\\..*)?)|java\\..*");

/** Instantiates a new {@link ErrorProneRuntimeClasspath} instance. */
public ErrorProneRuntimeClasspath() {}
Expand Down

0 comments on commit 59bb665

Please sign in to comment.