cloudstack/utils/test/com/cloud/utils
Laszlo Hornyak c88d8fb3a2 use commons-lang StringUtils
commons-lang is already a transitive dependency of the utils project, which allows removing some duplicated functionality.
This patch replaces StringUtils.join(String, Object...) with it's commons-lang counterpart.
It also replaces calls to String join(Iterable<? extends Object>, String) in cases where an array is already exist and it is only wrapped into a List.

Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-06-17 19:17:22 +01:00
..
crypto Allow DSA public keys. 2013-06-17 10:04:59 -07:00
db CLOUDSTACK-1253: Remove @author tag. 2013-02-15 10:42:06 -08:00
log CLOUDSTACK-1795: implement custom AOP to fully support legacy CloudStack AOP semantcis 2013-03-29 11:12:36 -07:00
net String instantiation is not needed 2013-06-17 19:17:22 +01:00
ssh Allow DSA public keys. 2013-06-17 10:04:59 -07:00
testcase removed componentlocator and inject 2013-01-10 11:05:20 -08:00
xmlobject Removing ^M's from code. 2013-04-04 00:53:20 +05:30
DummyImpl.java Test of using Spring DI to implement Basic/Premium configuration 2012-10-25 18:22:32 -07:00
DummyInterface.java Test of using Spring DI to implement Basic/Premium configuration 2012-10-25 18:22:32 -07:00
DummyPremiumImpl.java Bring javelin back to the status of being able to start System VMs after another round of master branch merge 2013-01-18 19:15:32 -08:00
StringUtilsTest.java use commons-lang StringUtils 2013-06-17 19:17:22 +01:00
TernaryTest.java Fix RAT check broken by a1a68ed0c4 2013-06-10 20:38:24 -07:00
TestProfiler.java unit test works again 2013-01-24 14:36:44 -08:00