[
https://issues.jboss.org/browse/JBIDE-19380?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-19380:
-------------------------------
Summary: When reporting Multiple Version issues, versionwatch should omit the ones
that are excluded (known issues) and show both versions (was: When reporting Multiple
Version issues, versionwatch should omit the ones that are excluded and show both
versions)
When reporting Multiple Version issues, versionwatch should omit the
ones that are excluded (known issues) and show both versions
---------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-19380
URL:
https://issues.jboss.org/browse/JBIDE-19380
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: qa
Affects Versions: 4.2.3.Beta1, 4.3.0.Alpha1
Reporter: Nick Boldt
{code}
Multiple Version issue
org.apache.commons.logging_1.0.4.v201101211617
org.eclipse.jdt.annotation_1.1.0.v20140129-1625
com.jcraft.jsch_0.1.51.v201410302000
javax.wsdl_1.5.1.v201012040544
Ignored/known issues:
org.apache.commons.logging_1.0.4.v201101211617
org.eclipse.jdt.annotation_1.1.0.v20140129-1625
javax.wsdl_1.5.1.v201012040544
{code}
Should be:
{code}
Multiple Version issue
com.jcraft.jsch_0.1.51.v201410302000
Ignored/known issues:
org.apache.commons.logging_1.0.4.v201101211617
org.eclipse.jdt.annotation_1.1.0.v20140129-1625
javax.wsdl_1.5.1.v201012040544
{code}
Or even better:
{code}
Multiple Version issue
com.jcraft.jsch_0.1.51.v201410302000 and 0.1.50.v[actual-timestamp-here]
Ignored/known issues:
org.apache.commons.logging_1.0.4.v201101211617 and [other version]
org.eclipse.jdt.annotation_1.1.0.v20140129-1625 and [other version]
javax.wsdl_1.5.1.v201012040544 and [other version]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)