On 1 Apr 2011, at 17:56, Elliot Huntington wrote: > Does anyone know why the example application for apache felix does not > adhere to the java naming conventions? > > I see things like this all over the place: > > private DrawingFrame m_frame = null; > private ShapeTracker m_shapetracker = null; > > Why are the variable names starting with m_?
member variables, IIRC this is a convenience for people not using an IDE: http://felix.apache.org/site/coding-standards.html > Just curious. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

