You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/10 23:57:20 UTC

[jira] [Commented] (BEAM-418) BitSetCoder transient field byteArrayCoder not set after deserialization

    [ https://issues.apache.org/jira/browse/BEAM-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416228#comment-15416228 ] 

ASF GitHub Bot commented on BEAM-418:
-------------------------------------

GitHub user gauravgopi123 opened a pull request:

    https://github.com/apache/incubator-beam/pull/818

    [BEAM-418] Setting transient field that isn't set by deserialization

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gauravgopi123/incubator-beam BEAM-418

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/818.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #818
    
----
commit 4f3d01183b28f14980b2b9da5bdb66ea6a09c4c9
Author: gaurav gupta <ga...@cisco.com>
Date:   2016-08-10T23:43:03Z

    Setting transient field that isn't set by deserialization

----


> BitSetCoder transient field byteArrayCoder not set after deserialization
> ------------------------------------------------------------------------
>
>                 Key: BEAM-418
>                 URL: https://issues.apache.org/jira/browse/BEAM-418
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Scott Wegner
>            Priority: Minor
>              Labels: findbugs, newbie, starter
>
> [FindBugs SE_TRANSIENT_FIELD_NOT_RESTORED|https://github.com/apache/incubator-beam/blob/58a029a06aea1030279e5da8f9fa3114f456c1db/sdks/java/build-tools/src/main/resources/beam/findbugs-filter.xml#L357]: Transient field that isn't set by deserialization.
> Applies to: [BitSetCoder.byteArrayCoder|https://github.com/apache/incubator-beam/blob/58a029a06aea1030279e5da8f9fa3114f456c1db/sdks/java/core/src/main/java/org/apache/beam/sdk/util/BitSetCoder.java#L35].
> This is a good starter bug. When fixing, please remove the corresponding entries from [findbugs-filter.xml|https://github.com/apache/incubator-beam/blob/master/sdks/java/build-tools/src/main/resources/beam/findbugs-filter.xml] and verify the build passes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)