Coding Standards: This project should adopt coding standards similar to MyFaces
for consistancy
-----------------------------------------------------------------------------------------------
Key: JSR301-2
URL: https://issues.apache.org/jira/browse/JSR301-2
Project: MyFaces Portlet Bridge
Issue Type: Improvement
Components: General
Affects Versions: 1.0.0-SNAPSHOT
Reporter: Scott O'Bryan
Fix For: 1.0.0-SNAPSHOT
In order to maintain consistency with the MyFaces codebase, this code donation
should follow similar coding standards to other MyFaces projects. Most notably:
* private methods and properties use a leading underscore
* static properties are all uppercase and underscore seperated
* indentation is 2 spaces with no "tabs"
Other coding standards can be developed by convention.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.