Hi folks! I'm down to 24 checkstyle issues (with LineLength=160, otherwise ~600 more) which are really non-trivial.
A few of them are 'equals() without hashCode()' which are definitely problematic Then we have a few variable namings which I didn't want to change without talking to you. And of course there are some 'double lock idiom' issues. It's safe to use double-locking as of Java5, but ONLY if the locked variable is declared volatile! We barely have this, so I left the check enabled... Who is taking care of those remaining issues? Leo? LieGrue, strub
