Jason!

I have a question regarding the coding style you are using.
 
I thought that you are consequently using this style of putting braces:
"( expression )"
But to my surprise I can see that you are doing:

>   -        artifactResolver = ( ArtifactResolver ) lookup(
ArtifactResolver.ROLE ); (me)
>   +        artifactResolver = (ArtifactResolver) lookup(
ArtifactResolver.ROLE );   (you)



With IDEA 4 it is possible to export your coding style to the file. The same
can be done with Eclipse.
Will it be possible to put your coding style definition file into some
location which is publicly available. 
I can do the same thing for eclipse and then we can try to make them as
similar as possible and share those
definitions among all developers.


Michal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to