Files
error-prone-support/docs/bugpatterns/ErrorProneTestHelperSourceFormat.md
2022-09-27 10:20:29 +02:00

1.0 KiB

layout, title, parent, nav_order
layout title parent nav_order
default ErrorProneTestHelperSourceFormat Bug Patterns 1

ErrorProneTestHelperSourceFormat

Style

${EXTRA_DOCS}

Samples

```java public static void sample() {} ```

View source code on GitHub

ErrorProneTestHelperSourceFormat

Test code should follow the Google Java style

SeveritySUGGESTION
TagsStyle

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("ErrorProneTestHelperSourceFormat") to the enclosing element.