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.
Anyhow: Both types are supposed to be instantiated internally by the BundleBuilder and Analyzer respectively only. Can you please elaborate about your use case why instances should be created by API users?
The class SourceFileCoverageImpl extends SourceNodeImpl. Not sure whether this needs to be exposed too for a consistent type hierarchy. But SourceNodeImpl again exposes internal classes on its APIs.
Maybe an alternative aproach would be to provide public factory methods.
Public factory methods could work with BundleCoverageImpl and SourceFileCoverageImpl.
The second approach in our case is not the best, cause we use a custom CoverageBuilder, which
is able to manage multiple package matching.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We use some class from the internal API for code analyzation,
Is it possible to move org.jacoco.core.internal.analysis to the public API?
The text was updated successfully, but these errors were encountered: