Skip to content

Owlbot should use a newer version of google-java-format #1287

@suztomo

Description

@suztomo

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    lang: javaIssues specific to Java.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions