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
Upgrade to JaCoCo 0.8.1 that provides support for Java 10 and filters out various compiler generated artifacts, which otherwise require unnecessary and sometimes impossible tricks to not have partial or missed coverage, such as for example part of bytecode of try-with resources statements (Eclipse Bug 529391, 532770).
For consistency with Eclipse Photon UI added icon for "Coverage As" in context and Run menus (Eclipse Bug 530668).