From: Mark S. <mar...@gm...> - 2008-12-03 00:53:53
|
I still get about 30 warnings (I had 32 before)... -- getSpecialProperties () in rails.game.RoundI has been deprecated percentageOwnedByPlayers() in rails.game.PublicCompanyI has been deprecated getStatus() in rails.game.action.StartItemAction has been deprecated getElement() in rails.util.Tag has been deprecated (in ConvertTilesXML.java:167 and MakeGameTileSets.java:66,94,102) Mostly the getSpecialProperties one. Mark On Tue, Dec 2, 2008 at 3:35 PM, Erik Vos <eri...@hc...> wrote: > I have noticed that XCode does warn about several classes marked as > deprecated (in your comments) that are still being used. But the deprecation > comment does not specify what should be used instead. Those might be a > better item to clean up then simply adding JAVA Docs. > > > I have cleaned up most of those, but also left in one that is only used in > the external tile XML conversion utilities. Too lazy now to rework that > code. > And cleaned up more code based on the compiler warnings. The remaining > warnings are inevitable, or refer to variables for future use or to the > remaining deprecated method. > > Erik. > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > |