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)