Andrew wrote:
Not a bad idea, but this seems very fragile. How would anyone know
for sure which classes an application needed? A few test runs
wouldn't do it.
It depends on the application. Many embedded systems, for example,
have a
limited and well-defined feature set, so you don't need very many
runs to
exercise everything.
Sure, and it's not a bad solution for some specialized application
areas. However, it's not any kind of a general solution to the
problem -- all you need to make it fail is to open a menu that hadn't
been opened during testing, and boom. This is not an argument against
having such a facility in libgcj, but it's not sufficient.