----- Original Message ----- From: "Peter Donald" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 04:56 Subject: Re: Code format validation
> On Tue, 15 Jan 2002 23:41, [EMAIL PROTECTED] wrote: > > My current settings: > > > > Sort order of import statements: > > java.* > > javax.* > > org.xml.* > > org.w3c.* > > org.* > > com.* > > > > Number of imports before .* is used: 5 > > Similar settings are available for other editors - my preference currently > being IDEA. It would be really nice if someone extracted the code for this > from eclipse because it could be really useful rather than relying on IDEs. > jedit JavaStyle does this too; and the jstandard task can check for things like use of .* imports. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
