(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.