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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)