===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libxstream-java-1.4.14/xstream-distribution/src/content/changes.html-826-		problems using an own classloader and because of ongoing complaints about occurring exceptions in the
libxstream-java-1.4.14/xstream-distribution/src/content/changes.html:827:		CGLIBEnhancedConverter at XStream initialization although they are caused by incompatible ASM versions on the user's
libxstream-java-1.4.14/xstream-distribution/src/content/changes.html-828-		classpath (JIRA:XSTR-469, JIRA:XSTR-513 and JIRA:XSTR-518).</p>
##############################################
libxstream-java-1.4.14/xstream-distribution/src/content/faq.html-386-    CGLIB support is no longer automatically installed because of possible classloader problems and side-effects,
libxstream-java-1.4.14/xstream-distribution/src/content/faq.html:387:    because of incompatible ASM versions. You can enable CGLIB support with:</p>
libxstream-java-1.4.14/xstream-distribution/src/content/faq.html-388-<div class="Source Java"><pre>XStream xstream = new XStream() {
##############################################
libxstream-java-1.4.14/xstream-distribution/src/content/faq.html-397-    <h2 id="Serialization_CGLIB_ExceptionInInitializerError">CGLIBEnhancedConverter fails at initialization with ExceptionInInitializerError</h2>
libxstream-java-1.4.14/xstream-distribution/src/content/faq.html:398:    <p>This is not a problem of XStream. You have incompatible ASM versions in your classpath. CGLIB 2.1.x and below is based on
libxstream-java-1.4.14/xstream-distribution/src/content/faq.html:399:    ASM 1.5.x which is incompatible to newer versions that are used by common packages like Hibernate, Groovy or Guice. Check
libxstream-java-1.4.14/xstream-distribution/src/content/faq.html-400-    your dependencies and ensure that you are using either using cglib-nodep-2.x.jar instead of cglib-2.x.jar or update to
libxstream-java-1.4.14/xstream-distribution/src/content/faq.html:401:    cglib-2.2.x that depends on ASM 3.1. However, the <em>nodep</em> version contains a copy of the ASM classes with private
libxstream-java-1.4.14/xstream-distribution/src/content/faq.html-402-    packages and will therefore not raise class incompatibilities at all.</p>
##############################################
libxstream-java-1.4.14/xstream-jmh/src/application/bin/xstream-jmh.sh-14-# **********************
libxstream-java-1.4.14/xstream-jmh/src/application/bin/xstream-jmh.sh:15:cd `dirname $0`/..
libxstream-java-1.4.14/xstream-jmh/src/application/bin/xstream-jmh.sh-16-
##############################################
libxstream-java-1.4.14/xstream/src/test/com/thoughtworks/acceptance/annotations/AliasTest.java-205-    public interface AddressInfo {
libxstream-java-1.4.14/xstream/src/test/com/thoughtworks/acceptance/annotations/AliasTest.java:206:        public String addr();
libxstream-java-1.4.14/xstream/src/test/com/thoughtworks/acceptance/annotations/AliasTest.java-207-
##############################################
libxstream-java-1.4.14/xstream/src/test/com/thoughtworks/acceptance/annotations/AliasTest.java-221-
libxstream-java-1.4.14/xstream/src/test/com/thoughtworks/acceptance/annotations/AliasTest.java:222:        public String addr() {
libxstream-java-1.4.14/xstream/src/test/com/thoughtworks/acceptance/annotations/AliasTest.java-223-            return addr;