Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by EranChinthaka: http://wiki.apache.org/ws/FrontPage/Axis2/CodeQuality ------------------------------------------------------------------------------ - Don't use static methods on instances (use the class not the object) - * Don't use long lines (e.g. greater than 70 characters) + * Don't use long lines (e.g. greater than 100 characters) * Aim to initialize variables where they are defined