Jacek Laskowski wrote:

[snip]

URL webDDURL = deploymentHelper.locateJ2eeDD();

I've just noticed it and wonder what the rules are about methods' names that embody abbreviations like J2EE. I rememeber it's been agreed that these ought to be written in capitals. What about the method's names? The one above - o.a.g.kernel.deployment.DeploymentHelper.locateJ2eeDD() - implies it's not the case as is with classes/intfs.



Nah, this method name does not follow our coding standard - unfortunately, you can probably find several examples of this.


Also, it's worth to say that javax.enterprise.deploy.model.J2eeApplicationObject.java is written in a different manner, but that's another story as it's a standard class.


That's one we have to live with

--
Jeremy



Reply via email to