> I am about to start on working on some Java code for one the > sub-projects here and I was wondering if there is an "official" code > convention document for Java like there is one for C. Looking through > the Java code in ON I have seen some minor differences. I can > understand that most of the C style guidlines would be inherited by > Java but there are few things specific to Java that might worthwhile to > address.
I don't know of a guide, but we do have a 'jstyle' utility that enforces some basic stylistic conventions. -- meem _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
