Warren Smith

Results 3 issues of Warren Smith

```java void method(@Nullable Dep dep1, @Nullable Dep dep2) { Thing thing = null; if (dep1 == null || dep2 == null) { thing = new Thing(); } if (dep1 ==...

enhancement
lowpriority

Alternative proto rulesets (namely [stackb](https://github.com/stackb/rules_proto/tree/master/java#java_proto_library)) support not generating Java byte code for `proto_library.deps()` via a `transitive` attribute. Today, `java_proto_library` generates bytecode for both a `proto_library`'s `srcs` and `deps` attributes. Generating...

P4

It's not clear to me how to build this project with the mix of Gradle/Maven present on the v2.0.0 branch or how to cut a release.