Bug 710277 - be able to compare configurations that have differences in maps and lists
Summary: be able to compare configurations that have differences in maps and lists
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Core UI
Version: 4.0.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: jon3
TreeView+ depends on / blocked
 
Reported: 2011-06-02 21:29 UTC by John Mazzitelli
Modified: 2022-03-31 04:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description John Mazzitelli 2011-06-02 21:29:35 UTC
Bug #534959 introduced a GWT view that shows N configurations compared to each other. However, this view does not support viewing diffs of lists and maps. We need to add support for that. It would be nice to see diffs of N configurations whose list and/or map properties differ.

The code to start looking at is here:

org.rhq.enterprise.gui.coregui.client.components.configuration.ConfigurationComparisonView.buildNode(TreeNode, Collection<PropertyDefinition>, List<? extends AbstractPropertyMap>)

There is a TODO that shows where the code probably should go:

   // TODO Add support for maps and lists of maps


Note You need to log in before you can comment on or make changes to this bug.