You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2014/12/16 22:07:13 UTC

[jira] [Created] (FLINK-1333) Getter/Setter recognition for POJO fields with generics is not working

Robert Metzger created FLINK-1333:
-------------------------------------

             Summary: Getter/Setter recognition for POJO fields with generics is not working
                 Key: FLINK-1333
                 URL: https://issues.apache.org/jira/browse/FLINK-1333
             Project: Flink
          Issue Type: Bug
            Reporter: Robert Metzger
            Assignee: Robert Metzger


Fields like
{code}
private List<Contributors> contributors;
{code}

Are not recognized correctly, even if they have getters and setters.
Workaround: make them public.



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