I ran into this when creating a log4j appender in Clojure. I extended the AppenderSkeleton, an abstract class. This abstract class implements Appender. Appender defines two methods that don't appear in the AbstractSkeleton (requiresLayout & close). I was able to compile the Clojure class, without the two methods in question, with no error. I then threw a runtime exception when I tried to use the class. The fix was easy but it seems this should probably be checked at compile time.
Clojure 1.2.1 Log4j 1.2.15 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
