You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Davor Bonaci (JIRA)" <ji...@apache.org> on 2017/03/23 20:50:41 UTC

[jira] [Assigned] (BEAM-1745) Unintended unboxing of potential null pointer in AutoValue_ElasticsearchIO_Write

     [ https://issues.apache.org/jira/browse/BEAM-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davor Bonaci reassigned BEAM-1745:
----------------------------------

    Assignee: Ted Yu  (was: Davor Bonaci)

> Unintended unboxing of potential null pointer in AutoValue_ElasticsearchIO_Write
> --------------------------------------------------------------------------------
>
>                 Key: BEAM-1745
>                 URL: https://issues.apache.org/jira/browse/BEAM-1745
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-extensions
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>
> {code}
>       if (maxBatchSize == null) {
>         missing += " maxBatchSize";
>       }
> ...
>       return new AutoValue_ElasticsearchIO_Write(
>           this.connectionConfiguration,
>           this.maxBatchSize,
>           this.maxBatchSizeBytes);
> {code}
> If maxBatchSize is null, it would be unboxed at the time AutoValue_ElasticsearchIO_Write is constructed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)