[jgrapht-developers] Re: Jalopy update
Brought to you by:
barak_naveh,
perfecthash
From: John V. S. <js...@gm...> - 2005-09-12 18:09:37
|
Some breaking news: there's a new open-source release of Jalopy available, and it has been upgraded to support JDK 1.5! This is a great example of the open-source model working: the project was abandonded when the original author created a closed-source fork for commercial purposes, but because enough people still needed an open-source version, others stepped in to revive it. I'll experiment with the open-source release to see if it's stable enough. JVS John V. Sichi wrote: > One of the things we lost in moving JGraphT to JDK 1.5 was the ability > to use the old open-source version of Jalopy. To keep things simple, I > have purchased a copy of the commercial one and will run it myself. So, > you don't need to worry about running Jalopy before checkin; I'll get > around to modified files sooner or later (at least before each release). > > I just checked in a reformat of the entire codebase. As part of this, I > changed the settings to match my style preferences in order to make my > maintenance job easier. Probably the most controversial change is to > collapse imports (e.g. import java.io.*) instead of expanding them. > These days IDE's all make it easy to see where a class is coming from > wherever it is used, so I don't think maintaining the class-level > clutter at the top of the file has any benefit. > > JVS > |