Like most of the others I'm using a combination of checkstyle (rarely), import scrubber (once per class, basically, with the reservations mentioned in other messages), and pretty printer (reguarly).
As you can see from the above, I rate Pretty Printer as the most useful - especially the convert tabs -> spaces functionality... That said, I don't run any of them from ant. IBM's Eclipse is pretty cool, although I did manage to delete an entire directory tree with it by mistake... Nothing too critical lost ;( Jim At 12:49 AM 15/01/02, you wrote: >Hello, > As with all projects, they tend to change a bit over time. This >leaves you with unused import statments all over the place. I don't like the >import blah.* format either. I was curious if there is an automated way to >check this in particular using ant, or an add in to ant? I have tried using >checkstyle, but it doesn't appear to work with 1.4. > >Matthew Pullen > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- * Jim Cheesman * Trabajo: [EMAIL PROTECTED] - (34)(91) 724 9200 x 2360 The shortest distance between two points is how far apart they are. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
