On Wed, Jun 3, 2009 at 11:40 AM, John Tamplin <[email protected]> wrote:
> On Wed, Jun 3, 2009 at 11:15 AM, Eric Ayers <[email protected]> wrote: > >> Last time we discussed this section of code, there was talk of moving the >> version number elsewhere, but that was pre OOPHM. Discussion? >> >> (previous thread) >> >> https://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/e31b5af48a6bf746/cdb5cb5f5829b739 >> > > Moving it only helps if there are no references outside the class using it > (in which case it should be private). Otherwise, you still have the same > problem with the value getting baked-in at compile time rather than getting > it from the current version of the class it is running against. > What I mean to do is create a getter, deprecate the constant and clean up all references we control. But like I said, last time there was debate over which class should 'own' the version number. -- Eric Z. Ayers - GWT Team - Atlanta, GA USA http://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
