Skip to content

Duplicate calls to setters in gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/TimeoutTest #2635

Closed
@cushon

Description

@cushon

There are some duplicated calls to setter methods in gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/TimeoutTest.java:

.setRpcTimeoutMultiplier(1.0)
.setRpcTimeoutMultiplier(1.0)

The calls are redundant, can can be removed.

These were noticed by https://errorprone.info/bugpattern/RedundantSetterCall

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2Moderately-important priority. Fix may not be included in next release.type: processA process-related concern. May include testing, release, or the like.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions