Bug 747700 - we have two classes that parse version strings - combine into one
Summary: we have two classes that parse version strings - combine into one
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Core Server
Version: 4.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-20 19:58 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-10-20 19:58:41 UTC
Unsure why we have two that do the same thing.

We should combine them into one (including combining their unit tests).

ComparableVersion (which is in the util module)
OSGiVersion (which is in the domain module)

We need one in the domain because, I think, it is used by GWT clients.
Unsure if we need one on util (most things that have access to util also have access to domain).

This means we could combine into the domain module. Again, make sure all unit tests are copied as well.


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