You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: