Bug 455334

Summary: Remove duplicate StringUtil class
Product: [Retired] JBoss Customer Support Portal Reporter: John Sanda <jsanda>
Component: Web-GeneralAssignee: JBoss CSP Bug Watch List <csp-bugs-watch>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: MR9CC: fmerenda, nlugert, nyancey
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-13 16:23:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 479422    
Bug Blocks:    

Description John Sanda 2008-07-14 20:40:53 UTC
Description of problem:
The same StringUtil class exists in both the jbossnetwork and gatekeeper
projects. We might want to consider creating a new top-level project like,
trunk/csp/common. Shared, common classes and libraries and StringUtil would be
ideal candidates for this project.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Nathan Lugert 2009-02-18 12:30:17 UTC
Created a new project called common-util and moved common util classes used in the CSP, GK and SEP to this project.