Bryce> Could JAPI scan for FIXME's as well? These could be flagged as Bryce> partial/known buggy method implementations. Nope, japi scans .class files. Hence the (clever :-) hack of a 'throws' clause. I'm not overly concerned about our ability to find FIXME comments -- grep or eclipse do this adequately. Also most of these comments indicate something a lot less drastic than an unimplemented method. Tom