Hi,

I was just looking at Criteria and noticed that it extended Hashtable. Would 
it be better to have a hashtable as a private member variable and use it this 
way ? This would thus allows the class to only expose a "safe" interface to 
other objects.

Another thing to note is that currently Criterion (inner class of Criteria) 
will not compile using the latest jikes compiler. The reason is (I think) due 
to jikes generating bad byte code for chains of constructors in inner classes 
or something. Haven't looked at it closely. This is just in case someone else 
is getting wierd errors with that compiler.

However I think it may be useful to split that class into separate class ? 
Not sure what do you think ? Also why is ignorecase specified for criteria 
"inherited" to criterion?

-- 
Cheers,

Pete

--------------------------------------------------
 The fact that nobody understands you doesn't 
 mean you're an artist.
--------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to