Skip to content

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/TableResult.java does unnecessary boxing #3459

Open
@cushon

Description

@cushon

This line is unnecessarily using a boxed Long instead of a long:

public abstract TableResult.Builder setTotalRows(Long totalRows);

Future version of AutoValue report a diagnostic for this issue: google/auto@328a25c

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/java-bigquery API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions