Not to be picky, but you have an error on
http://jakarta.apache.org/avalon/code-standards.html
item no. 15 :
15. Have the names of all member instance fields
start with the prefix "m_". Example:
class MyClass
{
String m_class = MyClass.getClass();
int m_users;
}
As you know Object.getClass() returns a java.lang.Class object,
not a java.lang.String ;-)
Trond Aasan
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]