Hi Mittie,
I've looked at my todos in HtmlParserMessageTest but I don't
understand what you mean with "think about the <> semantics".
I needed to toggle < with > to make the assertions pass.
I'm not sure the semantic of String.compareTo works in the
way that the tests expect it.
your change was ok, I've removed the TODOs
Looking at my code again after a few months, I see that the
"implements Comparable" is missing as well as an implementation of
equals().
I'm not aware of having changed that.
A cvs diff / log may help.
you didn't. I've added it because it was lacking.
Btw: what about using Jakarta Commons Lang
(http://jakarta.apache.org/commons/lang/)? It provides some usefull facilities
for instance for compareTo, equals or for safe enums.
Marc.