Aquileo | Recent changes to patcheshttps://sourceforge.net/p/jpc/patches/Recent changes to patchesenSat, 23 Jul 2011 21:39:25 -0000Aquileo | Eclipse project and settings fileshttps://sourceforge.net/p/jpc/patches/3/<div class="markdown_content"><p>For those interested, these are my Eclipse project files.</p> <p>Done with Eclipse 3.7 (classic) + EGit + Faceted Projects (+ Marketplace Client + FindBugs + Checkstyle :-)</p></div>mmillederSat, 23 Jul 2011 21:39:25 -0000https://sourceforge.net5807812454b7a0406310f4de9cc409107820776eAquileo | add serialVersionUID to all Serializablehttps://sourceforge.net/p/jpc/patches/2/<div class="markdown_content"><p>I have used Eclipse's quickfix to add a serialVersionUID to each Serializable class missing it.</p> <p>together with the other patch, that leaves 36 warnings with -Xlint, mostly unnecessary casts to/from int and some fall-through switch cases that have code, but no break.</p></div>mmillederSat, 23 Jul 2011 21:36:24 -0000https://sourceforge.net8107aeae633d009285d4035009ceb22fbf50a02aAquileo | Generify everythign & morehttps://sourceforge.net/p/jpc/patches/1/<div class="markdown_content"><p>Since I wanted to take a look at the source, I have loaded it into Eclipse and immediately noticed lots of warnings.</p> <p>I have removed all unused imports.<br /> I have fixed all raw type warnings - that looked interesting for a small exercise :-)</p> <p>I have also replaced some concrete collection types with the respective interfaces, and I have made several default visible fields private.</p> <p>Somebody with a real understanding of the code may be able to improve some of the type bounds.</p> <p>Generally, I'd recommend compiling with -Xlint and fixing all warnings :-)</p></div>mmillederSat, 23 Jul 2011 21:20:17 -0000https://sourceforge.net0e46f565ca21c016d96bf688a3243b2aeedbcb48