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. -- John A. Tamplin Software Engineer (GWT), Google --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
