1 message in com.canoo.lists.webtest[Webtest] Developer questions
FromSent OnAttachments
Paul King30 May 2005 04:52 
Subject:[Webtest] Developer questions
From:Paul King (pau@asert.com.au)
Date:05/30/2005 04:52:11 AM
List:com.canoo.lists.webtest

(1) Is is safe to delete doc/samples/old/WebTest.dtd? ['ant full' still seems to work when it is deleted]

(2) Does anyone have a strong preference for a checkstyle rule on import order, e.g. we could have something like:

<module name="ImportOrder"> <property name="groups" value="java,javax"/> <property name="ordered" value="true"/> <property name="separated" value="true"/> </module>

That would ensure that all the code is consistent but (for it not to be any extra work) would require us to set up our IDEs to do this for us. IntelliJ has a setting in Global Code Style -> Imports.

Cheers, Paul.