Static FXMLLoader load method deprecation

John Smith John_Smith at symantec.com
Fri Aug 30 16:01:32 PDT 2013


Just noticed there is already an open issue for this, scheduled for Lombard:

  https://javafx-jira.kenai.com/browse/RT-24127  "Deprecate static load() methods in FXMLLoader"

Great!!!

Sorry for the noise on the list . . .

-----Original Message-----
From: Daniel Zwolenski [mailto:zonski at gmail.com] 
Sent: Friday, August 30, 2013 3:59 PM
To: John Smith
Cc: openjfx-dev at openjdk.java.net
Subject: Re: Static FXMLLoader load method deprecation

+1



On 31/08/2013, at 8:54 AM, John Smith <John_Smith at symantec.com> wrote:

> The static methods on FXMLLoader are very confusing.
> 
> It is very easy to create errors by writing code that mixes static and instance FXMLLoader methods.
> 
> Everything that can be done with static load methods, can be done with instance FXMLLoader methods.
> Other than confusion, the static load methods seem to provide little value to me.
> 
> Is it possible to have the static FXMLLoader methods deprecated for Java 8?


More information about the openjfx-dev mailing list