New default scope settings for roots with source attachement only
kate-sherwood@SF
I would like to make a feature request. I see a way to do code coverage of only the source that is in my Project Explorer (check the Source folders only checkbox in the preferences). I see a way to do code coverage of absolutely everything (uncheck the Source folders only checkbox). I'd like a third option: to check all the code for which there is source for -- but which might not be in my Project Explorer.
For example, I have JARs for various servers, including Tomcat, with .class files and .java files. If I check the "Source folders only" button, I don't get coverage of those servers' code. If I uncheck that button, I am A) blocked because a separate bug and B) it looks like it is trying to do code coverage on files which I don't have source for, e.g. com/sun/codemodel/JAnonymousClass
I don't care about the JAnonymousClass, but I would be interested in coverage for Tomcat.