Aaron> Yes. I think all we need to do is eliminate the
Aaron> try_not_to_block functionality and make it the default.
Ok, I did that and I'm checking it in.
Is there a Classpath cvs commit list?
Aaron> (A better implementation might have figured a way to reuse the
Aaron> code there rather than copying).
Without generics, it probably isn't worth the effort.
Aaron> synchronized(lock)
Aaron> {
Aaron> foo();
Aaron> }
I fixed the indentation problems too.
Aaron> I use vi as my editor, and /^methodName is just too convenient.
Aaron> I believe the GNU standards say that function names should
Aaron> begin in column 0 for just this reason.
I doubt that -- RMS writes the standards and I find it hard to believe
he's ever run vi :-)
Aaron> I don't profess to be standards boy here, but I personally like
Aaron> the general GNU indent style. It's fairly economical on
Aaron> horizonal space while still making the blocks of code easily
Aaron> visible.
I like the GNU style too. I think we just have different
interpretations of how to extend it to Java.
Tom