-
Notifications
You must be signed in to change notification settings - Fork 97
Owlbot should use a newer version of google-java-format #1287
Copy link
Copy link
Closed
Labels
lang: javaIssues specific to Java.Issues specific to Java.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
In googleapis/google-http-java-client#1508 (comment), fmt-maven-plugin 2.12 (which uses google-java-format 1.11.0) tries to format the code as:
Tracing.getTraceConfig().getActiveTraceParams().toBuilder()
But Owlbot, which uses google-java-format 1.7 tries to format the code as:
Tracing.getTraceConfig()
.getActiveTraceParams()
.toBuilder()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lang: javaIssues specific to Java.Issues specific to Java.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.