[EMAIL PROTECTED] wrote:
+     * Initialize the functionClasses lookup table with SQL99 standard
+ * functions. Uses this method because DB implementations don't + * currently call super() in their constructors and we want this
+     * to be set in all of them.

I consider class block initializers a code smell. We already got hurt by them in the Peer classes where they inhibit a correct lifecycle for the MapBuilders. Why don't you simply add the super()-call to the adapters? There are only a few of them so this should take less than five minutes.

Bye, Thomas.


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

Reply via email to