Elliotte Rusty Harold

Results 238 issues of Elliotte Rusty Harold

See go/json-madness

area/jib-maven-plugin
area/jib-core
p1
area/jib-gradle-plugin
kind/tech debt
area/jib-cli

For gradle the docs have: ``` tasks.withType(JavaCompile) { // remove the if condition if you want to run NullAway on test code if (!name.toLowerCase().contains("test")) { options.compilerArgs += ["-Xep:NullAway:ERROR", "-XepOpt:NullAway:AnnotatedPackages=com.uber"] }...

Haven't tried to build yet, but I was struck that some of the java code for aa and LocalServer isn't organized along the usual package conventions, though the code itself...

P2

Placeholder to design and implement

type: feature request
priority: p4

Set up the enforce-linkage-checker rule in pom.xml https://github.com/GoogleCloudPlatform/cloud-opensource-java/tree/master/enforcer-rules

type: process
priority: p2
semver: patch

# Bug Description The tooltip on the key icon says "Create New Record" Describe the bug/issue you have. This has two problems: 1. The corresponding menu item is "Create New...

bug

The API doc for the constructor https://truth.dev/api/1.0/com/google/common/truth/IterableSubject.html#IterableSubject-com.google.common.truth.FailureMetadata-java.lang.Iterable- says "Constructor for use by subclasses. If you want to create an instance of this class itself, call check(...).that(actual)." However, the check method...

P3
type=api-docs

https://truth.dev/api/0.46/com/google/common/truth/Ordered.html This does not indicate whether intervening elements are or are not allowed. E.g. does assertThat(list).containsAllElementsIn("a", "b", "c").inOrder(); pass or fail if list in fact contains: "a", "z", "b", "c"...

type=documentation
P3

Test plan: 1. mvn test in the presto-druid directory 2. Use temporary unit test to verify that DateTimeZone.UTC.getID() has same result as getStringFromConstant(timeConversion.getArguments().get(1)) : TimeZone.getTimeZone(ZoneOffset.UTC).getID() 3. Break the code in...

and provide an update site

Eclipse