Avoid NullArgumentForNonNullParameter false positive via javac flag rules_java 9.8.0's newer Error Prone flags idiomatic Guava calls (Iterables.getFirst(x, null); ToStringHelper.add(name, nullable) under omitNullValues) as NullArgumentForNonNullParameter. This is a false positive rooted in OpenJDK JDK-8225377: before JDK 22, javac does not attach type-use annotations loaded from classpath class files to their symbols, so Error Prone cannot see Guava's @ParametricNullness / JSpecify @Nullable and treats the parameter as non-null. It reproduces on the JDK 21 this repo targets (including the bundled 21.0.12) but not on JDK 22+. See this issue for more details: https://github.com/bazelbuild/bazel/issues/30743 A TODO tracks removing the javacopt once JavaBuilder passes it upstream. Change-Id: I3fce51b27ada2a440b55ccb94b2d2e40ffff57c0
Gitiles is a simple repository browser for Git repositories, built on JGit. Its guiding principle is simplicity: it has no formal access controls, no write access, no fancy Javascript, etc.
Gitiles automatically renders *.md Markdown files into HTML for simplified documentation. Refer to the Markdown documentation for details.
Gitiles is configurable in a git-style configuration file named gitiles.config. Refer to the configuration documentation for details.
Use gerrit's issue tracker to file bugs.
Please refer to the Developer Guide.