[
https://issues.apache.org/jira/browse/BEAM-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía updated BEAM-1761:
-------------------------------
Component/s: (was: z-do-not-use-sdk-java-extensions)
io-java-hadoop-file-system
> Unintended unboxing of potential null pointer in AutoValue_HDFSFileSource
> -------------------------------------------------------------------------
>
> Key: BEAM-1761
> URL: https://issues.apache.org/jira/browse/BEAM-1761
> Project: Beam
> Issue Type: Bug
> Components: io-java-hadoop-file-system
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Fix For: Not applicable
>
>
> {code}
> if (validateSource == null) {
> missing += " validateSource";
> }
> ...
> return new AutoValue_HDFSFileSource<T, K, V>(
> this.filepattern,
> this.formatClass,
> this.coder,
> this.inputConverter,
> this.serializableConfiguration,
> this.serializableSplit,
> this.username,
> this.validateSource);
> {code}
> If validateSource is null, it would be unboxed in call to ctor of
> AutoValue_HDFSFileSource
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)