On Wed, 2004-05-19 at 04:58, Maczka Michal wrote: > 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.
Sure, I'm using the same definitions I've been using for a long time. I haven't changed anything in the recent past. > 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. Cool, it would certainly be cool to make all tools obey a common format for source formatting, checking and styling. > > Michal > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
