Tom Tromey wrote: > In going through the stubs, I found java.awt.Image.getScaledInstance(). > This method is interesting because it works for most cases, but not > the SCALE_SMOOTH case. > > I'm not sure what to do here. I'm inclined to mark it as a stub. > But maybe it isn't that different from any other 'FIXME'... comments? > Could JAPI scan for FIXME's as well? These could be flagged as partial/known buggy method implementations. Bryce