You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by David Sean Taylor <d....@onehippo.com> on 2009/05/06 04:43:58 UTC

code style

FYI ... I've seen a lot of commits  recently going in and completely  
ignoring coding style standards

for example, style used in jetspeed:

	public String getAppName()
	{
		return appName;
	}

incorrect:

	public String getAppName() {
		return appName;
	}

If you are using Eclipse, please use the Jetspeed code style found in  
the source (trunk) under etc/editors/jetspeedEclipseFormat.xml

Also, please submit code format changes standalone. Try to remember to  
not format code while working on an intricate contribution as it  
creates noise

http://portals.apache.org/development/code-standards.html



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org