From: SourceForge.net <no...@so...> - 2008-06-06 14:59:56
|
Feature Requests item #1986558, was opened at 2008-06-06 07:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720018&aid=1986558&group_id=130558 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Ignores and Branch Coverage Initial Comment: It would be nice to see any specified Ignores also ignored in Branch coverage. Example: if (logger.isDebugEnabled()) { logger.debug("Something"); } If I specify an ignore for commons-logging, or log4j, the logger.debug line is ignored, but I still get a warning on the branch coverage (50%). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720018&aid=1986558&group_id=130558 |