This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Interpreted debugging with gcj/gij


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> Classpath appears to depart from GNU in one major aspect: putting spaces
Keith> between function names, e.g., "myfunction()" instead of the (more
Keith> standard) "myfunction ()". Call me old-fashioned. Working on gdb for a
Keith> long time has really hammered that space into my brain.

Yeah, I find that difficult too.

Keith> None of it's really a big deal, IMO. I've looked at a lot of the gcj
Keith> code, and there appears to be significant departures from either of
Keith> these standards all over the place.

Yeah.  There is a lot of confusion about the space, but also some
parts of the code from other sources were never reformatted; also
even some new code in Classpath is being formatted incorrectly.
Hopefully we'll be fixing this for the java code with an
eclipse-based formatter.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]