cloudstack/utils/src/com/cloud/utils
wilderrodrigues d632d6312b CLOUDSTACK-8660 - Adding new StringUtils.getDefaultCharset() in order to wrap the Charset equivalet method.
- This test was added in order to cover the new StringUtils.getDefaultCharset().
     - One cannot be sure that StringUtils.getPreferredCharset() will always be equals to Charset.defaultCharset()

Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com>

This closes #616
2015-07-23 08:08:46 +02:00
..
backoff removed executable flags from java classes 2014-11-23 19:49:01 +01:00
cisco/n1kv/vsm Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
component findbugs: write to static from instance these are the trivial cases of ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD as reported by findbugs 2015-07-09 15:01:58 +02:00
concurrency Fixed few coverity reported issues around concurrency, null checks 2014-08-11 16:55:23 +05:30
crypt removed executable flags from java classes 2014-11-23 19:49:01 +01:00
db CLOUDSTACK-6785: changed async job param injectedjobid to customjobid and check for unique/uuid 2014-05-27 15:23:12 -06:00
encoding Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
events Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
exception removed executable flags from java classes 2014-11-23 19:49:01 +01:00
fsm removed executable flags from java classes 2014-11-23 19:49:01 +01:00
log Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
mgmt removed executable flags from java classes 2014-11-23 19:49:01 +01:00
net findbugs: equals unit tests 2015-07-07 13:48:19 +02:00
nio findbugs: final fields 2015-06-24 09:29:56 +02:00
rest utils: use a better extended implementation of SSLSocketFactory 2015-03-13 17:32:07 +05:30
script Fix findbugs warning in Script.java Unnecessary boxing/unboxing of int value 2015-06-15 12:10:00 +03:00
security Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
ssh removed executable flags from java classes 2014-11-23 19:49:01 +01:00
storage/encoding Findbugs fixes in cloud-utils project and a few other places 2014-07-15 14:23:17 +05:30
time removed executable flags from java classes 2014-11-23 19:49:01 +01:00
xmlobject removed executable flags from java classes 2014-11-23 19:49:01 +01:00
ActionDelegate.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
CloudResourceBundle.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
ConstantTimeComparator.java CID 1264632: Rely on a known and widely available encoding UTF8 2015-01-20 07:49:09 +05:30
DateUtil.java CLOUDSTACK-6599: 2014-05-30 10:48:42 -07:00
EncryptionUtil.java Fixed two coverity reported issues 2015-05-01 16:08:26 +05:30
EnumUtils.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
ExecutionResult.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
FileUtil.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
HttpUtils.java CLOUDSTACK-8622: Reinstate working sessions in browser 2015-07-10 17:25:07 +05:30
IteratorUtil.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
Journal.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
LogUtils.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
MethodCapturer.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
NumbersUtil.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
Pair.java findbugs: serializable fields 2015-06-26 15:11:16 +02:00
PasswordGenerator.java CLOUDSTACK-5241: Remove Rot13 usage 2014-12-03 19:38:47 -08:00
Predicate.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
ProcessUtil.java Simplification on Properties handling 2014-11-23 19:48:56 +01:00
Profiler.java Renaming a couple of varibale to avoid misunderstanding 2015-06-24 09:36:41 +02:00
PropertiesUtil.java Allow PropertiesUtil to read from jar files. 2015-06-08 09:19:21 +02:00
ReflectUtil.java Upgrade Reflections to 0.9.9 2015-06-03 11:01:32 +05:30
ReflectionUse.java Add ReflectionUse annotation for marking up *un-used* methods 2014-06-17 17:31:29 -07:00
S3Utils.java CLOUDSTACK-8581: S3, make connection TTL and TCP KeepAlive configureable 2015-07-17 10:07:04 +02:00
SerialVersionUID.java removed executable flags from java classes 2014-11-23 19:49:01 +01:00
StringUtils.java CLOUDSTACK-8660 - Adding new StringUtils.getDefaultCharset() in order to wrap the Charset equivalet method. 2015-07-23 08:08:46 +02:00
SwiftUtil.java Findbugs fixes in cloud-utils project and a few other places 2014-07-15 14:23:17 +05:30
Ternary.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
UriUtils.java CLOUDSTACK-7678:volumes are getting uploaded successfully with wrong url. 2014-11-21 14:36:36 -08:00
UsernamePasswordValidator.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00
UuidUtils.java Fixup the license headers in the utils project. All files now use the same license header and this is enforced by the maven-license-check plugin. 2014-02-18 12:08:36 +01:00