Unchecked conversion warning

Tom Schindl tom.schindl at bestsolution.at
Tue Aug 13 07:01:21 PDT 2013


Hi Sven,

I'm building from master and don't see this. Do you build with gradle or
inside your IDE? I've so many type warnings in Eclipse (~12.000) that I
probably don't spot this warning. In the gradle build I think all
warnings are simply turned off.

Tom

On 13.08.13 15:29, Sven Reimers wrote:
> Hi guys,
> 
> trying to compile
> 
>         ReadOnlyObjectProperty<Worker.State> stateProperty =
> task.stateProperty();
> 
> leads to
> 
> warning: [unchecked] unchecked conversion
>         ReadOnlyObjectProperty<Worker.State> stateProperty =
> task.stateProperty();
>   required: ReadOnlyObjectProperty<State>
>   found:    ReadOnlyObjectProperty
> 
> Not sure if this is something broken om my dev machine - can anyone confirm?
> 
> Thanks
> 
> -Sven
> 



More information about the openjfx-dev mailing list