You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by Stephan Ewen <se...@apache.org> on 2014/10/09 11:03:14 UTC

Warnings about POJOs

Hi!

I am seeing quite a few warnings when compiling the code that say "POJO has
immutable field". What is that about?

Stephan

Re: Warnings about POJOs

Posted by Aljoscha Krettek <al...@apache.org>.
This is telling the user that a certain type could not be analysed as
a pojo type. I assumed that we would always like to analyse things as
a pojo so this tells the user why something is not a pojo.

We could also disable the warning or demote it to INFO.

On Thu, Oct 9, 2014 at 11:03 AM, Stephan Ewen <se...@apache.org> wrote:
> Hi!
>
> I am seeing quite a few warnings when compiling the code that say "POJO has
> immutable field". What is that about?
>
> Stephan