On Sat, 2 Feb 2002 23:51, adammurdoch@apache.org wrote:
> /**
> * A general-purpose type definition.
> *
> * @author Adam Murdoch
> */
> public class GeneralTypeDefinition
> extends TypeDefinition
> {
> private String m_name;
vs
> public abstract class TypeDefinition
> {
Is there any need to separate out the above two classes? From the looks of
things - no - but is there something else you have in mind?
> /**
> * A base class for tests for the default components.
> *
> * @author Adam Murdoch
> */
> public class ComponentTestBase extends TestCase
Do you want to rename this to AbstractComponentTest because that fits in with
the naming patterns of swing (which is consistent with the rest of the
myrmidon codebase).
--
Cheers,
Pete
--------------------------------
My opinions may have changed,
but not the fact that I am right
--------------------------------
--
To unsubscribe, e-mail:
For additional commands, e-mail: