classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] FYI: First class for javax.management.


From: Meskauskas Audrius
Subject: Re: [cp-patches] FYI: First class for javax.management.
Date: Tue, 10 Jan 2006 16:35:38 +0100
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

There are very many various classes, methods and fields with names, containing underscores in the official org.omg namespace (see org.omg.PortableInterceptor.IORInterceptor_3_0Operations for instance). Hence we must use them anyway. I am not sure if the underscores are really bad for separating prefix from the main name component.

Audrius

Chris Burdess wrote:

Meskauskas Audrius wrote:
 /**
  * The attribute name.
  */
 final String m_name;

 /**
  * The attribute value.
  */
 final Object m_value;

Do we really need all this "m_*" Hungarian notation business? We don't use
this form (or indeed underscores at all) anywhere else in Classpath.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]