kirbyquerby / phys2d

Automatically exported from code.google.com/p/phys2d
0 stars 0 forks source link

Upgrade to Java 5 #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is an enhancement, not a bug. I suggest upgrading Phys2d to use the
language features added in Java 1.5 including generics, enhanced for-loop,
and autoboxing.

Advantages: increased code readability and a more standard interface.

I've already made the necessary code changes and have attached a zip with
the updated project.  I also had all of the data classes implement
Serializable for possible synchonization of worlds across a network.

Cheers

Original issue reported on code.google.com by john.br...@gmail.com on 19 Jun 2007 at 6:07

Attachments:

GoogleCodeExporter commented 8 years ago
Serializablity would be very helpful for synching!

Original comment by a.robo.m...@gmail.com on 6 Apr 2009 at 4:07

GoogleCodeExporter commented 8 years ago
Seeing Java 5 is now almost 5 years old & the vast majority of users have 
either it 
or a later version installed, that makes a lot of sense.

Original comment by Ido.Yehieli on 22 Apr 2009 at 8:45