Browse Source

add files

Ted 6 years ago
parent
commit
cd340d5eae
100 changed files with 891 additions and 49 deletions
  1. 7 7
      .gitignore
  2. 1 1
      app/.gitignore
  3. 62 41
      app/build.gradle
  4. 204 0
      app/libs/bcel/META-INF/LICENSE.txt
  5. 37 0
      app/libs/bcel/META-INF/MANIFEST.MF
  6. 5 0
      app/libs/bcel/META-INF/NOTICE.txt
  7. 5 0
      app/libs/bcel/META-INF/maven/org.apache.bcel/bcel/pom.properties
  8. 570 0
      app/libs/bcel/META-INF/maven/org.apache.bcel/bcel/pom.xml
  9. BIN
      app/libs/bcel/org/apache/bcel/Const.class
  10. BIN
      app/libs/bcel/org/apache/bcel/Constants.class
  11. BIN
      app/libs/bcel/org/apache/bcel/ExceptionConst$1.class
  12. BIN
      app/libs/bcel/org/apache/bcel/ExceptionConst$EXCS.class
  13. BIN
      app/libs/bcel/org/apache/bcel/ExceptionConst.class
  14. BIN
      app/libs/bcel/org/apache/bcel/ExceptionConstants.class
  15. BIN
      app/libs/bcel/org/apache/bcel/Repository.class
  16. BIN
      app/libs/bcel/org/apache/bcel/classfile/AccessFlags.class
  17. BIN
      app/libs/bcel/org/apache/bcel/classfile/AnnotationDefault.class
  18. BIN
      app/libs/bcel/org/apache/bcel/classfile/AnnotationElementValue.class
  19. BIN
      app/libs/bcel/org/apache/bcel/classfile/AnnotationEntry.class
  20. BIN
      app/libs/bcel/org/apache/bcel/classfile/Annotations.class
  21. BIN
      app/libs/bcel/org/apache/bcel/classfile/ArrayElementValue.class
  22. BIN
      app/libs/bcel/org/apache/bcel/classfile/Attribute.class
  23. BIN
      app/libs/bcel/org/apache/bcel/classfile/AttributeReader.class
  24. BIN
      app/libs/bcel/org/apache/bcel/classfile/BootstrapMethod.class
  25. BIN
      app/libs/bcel/org/apache/bcel/classfile/BootstrapMethods.class
  26. BIN
      app/libs/bcel/org/apache/bcel/classfile/ClassElementValue.class
  27. BIN
      app/libs/bcel/org/apache/bcel/classfile/ClassFormatException.class
  28. BIN
      app/libs/bcel/org/apache/bcel/classfile/ClassParser.class
  29. BIN
      app/libs/bcel/org/apache/bcel/classfile/Code.class
  30. BIN
      app/libs/bcel/org/apache/bcel/classfile/CodeException.class
  31. BIN
      app/libs/bcel/org/apache/bcel/classfile/Constant$1.class
  32. BIN
      app/libs/bcel/org/apache/bcel/classfile/Constant.class
  33. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantCP.class
  34. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantClass.class
  35. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantDouble.class
  36. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantFieldref.class
  37. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantFloat.class
  38. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantInteger.class
  39. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantInterfaceMethodref.class
  40. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantInvokeDynamic.class
  41. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantLong.class
  42. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantMethodHandle.class
  43. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantMethodType.class
  44. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantMethodref.class
  45. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantNameAndType.class
  46. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantObject.class
  47. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantPool.class
  48. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantString.class
  49. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantUtf8$1.class
  50. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantUtf8$CACHE_HOLDER$1.class
  51. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantUtf8$CACHE_HOLDER.class
  52. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantUtf8.class
  53. BIN
      app/libs/bcel/org/apache/bcel/classfile/ConstantValue.class
  54. BIN
      app/libs/bcel/org/apache/bcel/classfile/Deprecated.class
  55. BIN
      app/libs/bcel/org/apache/bcel/classfile/DescendingVisitor.class
  56. BIN
      app/libs/bcel/org/apache/bcel/classfile/ElementValue.class
  57. BIN
      app/libs/bcel/org/apache/bcel/classfile/ElementValuePair.class
  58. BIN
      app/libs/bcel/org/apache/bcel/classfile/EmptyVisitor.class
  59. BIN
      app/libs/bcel/org/apache/bcel/classfile/EnclosingMethod.class
  60. BIN
      app/libs/bcel/org/apache/bcel/classfile/EnumElementValue.class
  61. BIN
      app/libs/bcel/org/apache/bcel/classfile/ExceptionTable.class
  62. BIN
      app/libs/bcel/org/apache/bcel/classfile/Field$1.class
  63. BIN
      app/libs/bcel/org/apache/bcel/classfile/Field.class
  64. BIN
      app/libs/bcel/org/apache/bcel/classfile/FieldOrMethod.class
  65. BIN
      app/libs/bcel/org/apache/bcel/classfile/InnerClass.class
  66. BIN
      app/libs/bcel/org/apache/bcel/classfile/InnerClasses.class
  67. BIN
      app/libs/bcel/org/apache/bcel/classfile/JavaClass$1.class
  68. BIN
      app/libs/bcel/org/apache/bcel/classfile/JavaClass.class
  69. BIN
      app/libs/bcel/org/apache/bcel/classfile/LineNumber.class
  70. BIN
      app/libs/bcel/org/apache/bcel/classfile/LineNumberTable.class
  71. BIN
      app/libs/bcel/org/apache/bcel/classfile/LocalVariable.class
  72. BIN
      app/libs/bcel/org/apache/bcel/classfile/LocalVariableTable.class
  73. BIN
      app/libs/bcel/org/apache/bcel/classfile/LocalVariableTypeTable.class
  74. BIN
      app/libs/bcel/org/apache/bcel/classfile/Method$1.class
  75. BIN
      app/libs/bcel/org/apache/bcel/classfile/Method.class
  76. BIN
      app/libs/bcel/org/apache/bcel/classfile/MethodParameter.class
  77. BIN
      app/libs/bcel/org/apache/bcel/classfile/MethodParameters.class
  78. BIN
      app/libs/bcel/org/apache/bcel/classfile/Node.class
  79. BIN
      app/libs/bcel/org/apache/bcel/classfile/PMGClass.class
  80. BIN
      app/libs/bcel/org/apache/bcel/classfile/ParameterAnnotationEntry.class
  81. BIN
      app/libs/bcel/org/apache/bcel/classfile/ParameterAnnotations.class
  82. BIN
      app/libs/bcel/org/apache/bcel/classfile/RuntimeInvisibleAnnotations.class
  83. BIN
      app/libs/bcel/org/apache/bcel/classfile/RuntimeInvisibleParameterAnnotations.class
  84. BIN
      app/libs/bcel/org/apache/bcel/classfile/RuntimeVisibleAnnotations.class
  85. BIN
      app/libs/bcel/org/apache/bcel/classfile/RuntimeVisibleParameterAnnotations.class
  86. BIN
      app/libs/bcel/org/apache/bcel/classfile/Signature$MyByteArrayInputStream.class
  87. BIN
      app/libs/bcel/org/apache/bcel/classfile/Signature.class
  88. BIN
      app/libs/bcel/org/apache/bcel/classfile/SimpleElementValue.class
  89. BIN
      app/libs/bcel/org/apache/bcel/classfile/SourceFile.class
  90. BIN
      app/libs/bcel/org/apache/bcel/classfile/StackMap.class
  91. BIN
      app/libs/bcel/org/apache/bcel/classfile/StackMapEntry.class
  92. BIN
      app/libs/bcel/org/apache/bcel/classfile/StackMapType.class
  93. BIN
      app/libs/bcel/org/apache/bcel/classfile/Synthetic.class
  94. BIN
      app/libs/bcel/org/apache/bcel/classfile/Unknown.class
  95. BIN
      app/libs/bcel/org/apache/bcel/classfile/UnknownAttributeReader.class
  96. BIN
      app/libs/bcel/org/apache/bcel/classfile/Utility$1.class
  97. BIN
      app/libs/bcel/org/apache/bcel/classfile/Utility$JavaReader.class
  98. BIN
      app/libs/bcel/org/apache/bcel/classfile/Utility$JavaWriter.class
  99. BIN
      app/libs/bcel/org/apache/bcel/classfile/Utility.class
  100. 0 0
      app/libs/bcel/org/apache/bcel/classfile/Visitor.class

+ 7 - 7
.gitignore

@@ -1,7 +1,7 @@
-*.iml
-.gradle
-/.idea
-local.properties
-.DS_Store
-build
-/captures
+*.iml
+.gradle
+/.idea
+local.properties
+.DS_Store
+build
+/captures

+ 1 - 1
app/.gitignore

@@ -1 +1 @@
-/build
+/build

+ 62 - 41
app/build.gradle

@@ -1,42 +1,63 @@
-apply plugin: 'com.android.application'
-apply plugin: com.gradle.AresPlugin
-
-android {
-    compileSdkVersion 23
-    buildToolsVersion "23.0.1"
-
-    defaultConfig {
-        applicationId "com.uddream.gradle.plugin"
-        minSdkVersion 19
-        targetSdkVersion 23
-        versionCode 1
-        versionName "1.0"
-    }
-
-    packagingOptions {
-        exclude 'META-INF/DEPENDENCIES.txt'
-        exclude 'META-INF/LICENSE.txt'
-        exclude 'META-INF/NOTICE.txt'
-        exclude 'META-INF/NOTICE'
-        exclude 'META-INF/LICENSE'
-        exclude 'META-INF/DEPENDENCIES'
-        exclude 'META-INF/notice.txt'
-        exclude 'META-INF/license.txt'
-        exclude 'META-INF/dependencies.txt'
-        exclude 'META-INF/LGPL2.1'
-    }
-
-    lintOptions {
-        abortOnError false
-    }
-}
-
-dependencies {
-    compile fileTree(include: ['*.jar'], dir: 'libs')
-    compile 'com.android.support:design:23.0.1'
-    compile 'com.android.support:appcompat-v7:23.0.1'
-    compile 'com.android.support:cardview-v7:23.0.1'
-    compile 'com.android.support:palette-v7:23.0.1'
-    compile 'com.github.bumptech.glide:glide:3.7.0'
-    compile project(':mylibrary')
+apply plugin: 'com.android.application'
+apply plugin: com.gradle.AresPlugin
+
+android {
+    compileSdkVersion 25
+    buildToolsVersion "25.0.2"
+
+    defaultConfig {
+        applicationId "com.uddream.gradle.plugin"
+        minSdkVersion 19
+        targetSdkVersion 25
+        versionCode 1
+        versionName "1.0"
+    }
+
+    signingConfigs {
+
+    }
+
+    buildTypes {
+        release {
+
+        }
+    }
+
+    productFlavors {
+
+    }
+
+
+    packagingOptions {
+        exclude 'META-INF/DEPENDENCIES.txt'
+        exclude 'META-INF/LICENSE.txt'
+        exclude 'META-INF/NOTICE.txt'
+        exclude 'META-INF/NOTICE'
+        exclude 'META-INF/LICENSE'
+        exclude 'META-INF/DEPENDENCIES'
+        exclude 'META-INF/notice.txt'
+        exclude 'META-INF/license.txt'
+        exclude 'META-INF/dependencies.txt'
+        exclude 'META-INF/LGPL2.1'
+    }
+
+    lintOptions {
+        abortOnError false
+    }
+}
+
+dependencies {
+    compile fileTree(include: ['*.jar'], dir: 'libs')
+    compile 'com.android.support:design:23.0.1'
+    compile 'com.android.support:appcompat-v7:23.0.1'
+    compile 'com.android.support:cardview-v7:23.0.1'
+    compile 'com.android.support:palette-v7:23.0.1'
+    compile 'com.github.bumptech.glide:glide:3.7.0'
+    compile 'de.greenrobot:eventbus:2.4.0'
+    compile project(':mylibrary')
+}
+
+ares {
+    agentClass = 'com/uddream/plugin/Agent'
+    excludes = ['libs', 'eventbus-2.4.0.jar']
 }

+ 204 - 0
app/libs/bcel/META-INF/LICENSE.txt

@@ -0,0 +1,204 @@
+/*
+ *                                 Apache License
+ *                           Version 2.0, January 2004
+ *                        http://www.apache.org/licenses/
+ *
+ *   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+ *
+ *   1. Definitions.
+ *
+ *      "License" shall mean the terms and conditions for use, reproduction,
+ *      and distribution as defined by Sections 1 through 9 of this document.
+ *
+ *      "Licensor" shall mean the copyright owner or entity authorized by
+ *      the copyright owner that is granting the License.
+ *
+ *      "Legal Entity" shall mean the union of the acting entity and all
+ *      other entities that control, are controlled by, or are under common
+ *      control with that entity. For the purposes of this definition,
+ *      "control" means (i) the power, direct or indirect, to cause the
+ *      direction or management of such entity, whether by contract or
+ *      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ *      outstanding shares, or (iii) beneficial ownership of such entity.
+ *
+ *      "You" (or "Your") shall mean an individual or Legal Entity
+ *      exercising permissions granted by this License.
+ *
+ *      "Source" form shall mean the preferred form for making modifications,
+ *      including but not limited to software source code, documentation
+ *      source, and configuration files.
+ *
+ *      "Object" form shall mean any form resulting from mechanical
+ *      transformation or translation of a Source form, including but
+ *      not limited to compiled object code, generated documentation,
+ *      and conversions to other media types.
+ *
+ *      "Work" shall mean the work of authorship, whether in Source or
+ *      Object form, made available under the License, as indicated by a
+ *      copyright notice that is included in or attached to the work
+ *      (an example is provided in the Appendix below).
+ *
+ *      "Derivative Works" shall mean any work, whether in Source or Object
+ *      form, that is based on (or derived from) the Work and for which the
+ *      editorial revisions, annotations, elaborations, or other modifications
+ *      represent, as a whole, an original work of authorship. For the purposes
+ *      of this License, Derivative Works shall not include works that remain
+ *      separable from, or merely link (or bind by name) to the interfaces of,
+ *      the Work and Derivative Works thereof.
+ *
+ *      "Contribution" shall mean any work of authorship, including
+ *      the original version of the Work and any modifications or additions
+ *      to that Work or Derivative Works thereof, that is intentionally
+ *      submitted to Licensor for inclusion in the Work by the copyright owner
+ *      or by an individual or Legal Entity authorized to submit on behalf of
+ *      the copyright owner. For the purposes of this definition, "submitted"
+ *      means any form of electronic, verbal, or written communication sent
+ *      to the Licensor or its representatives, including but not limited to
+ *      communication on electronic mailing lists, source code control systems,
+ *      and issue tracking systems that are managed by, or on behalf of, the
+ *      Licensor for the purpose of discussing and improving the Work, but
+ *      excluding communication that is conspicuously marked or otherwise
+ *      designated in writing by the copyright owner as "Not a Contribution."
+ *
+ *      "Contributor" shall mean Licensor and any individual or Legal Entity
+ *      on behalf of whom a Contribution has been received by Licensor and
+ *      subsequently incorporated within the Work.
+ *
+ *   2. Grant of Copyright License. Subject to the terms and conditions of
+ *      this License, each Contributor hereby grants to You a perpetual,
+ *      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ *      copyright license to reproduce, prepare Derivative Works of,
+ *      publicly display, publicly perform, sublicense, and distribute the
+ *      Work and such Derivative Works in Source or Object form.
+ *
+ *   3. Grant of Patent License. Subject to the terms and conditions of
+ *      this License, each Contributor hereby grants to You a perpetual,
+ *      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ *      (except as stated in this section) patent license to make, have made,
+ *      use, offer to sell, sell, import, and otherwise transfer the Work,
+ *      where such license applies only to those patent claims licensable
+ *      by such Contributor that are necessarily infringed by their
+ *      Contribution(s) alone or by combination of their Contribution(s)
+ *      with the Work to which such Contribution(s) was submitted. If You
+ *      institute patent litigation against any entity (including a
+ *      cross-claim or counterclaim in a lawsuit) alleging that the Work
+ *      or a Contribution incorporated within the Work constitutes direct
+ *      or contributory patent infringement, then any patent licenses
+ *      granted to You under this License for that Work shall terminate
+ *      as of the date such litigation is filed.
+ *
+ *   4. Redistribution. You may reproduce and distribute copies of the
+ *      Work or Derivative Works thereof in any medium, with or without
+ *      modifications, and in Source or Object form, provided that You
+ *      meet the following conditions:
+ *
+ *      (a) You must give any other recipients of the Work or
+ *          Derivative Works a copy of this License; and
+ *
+ *      (b) You must cause any modified files to carry prominent notices
+ *          stating that You changed the files; and
+ *
+ *      (c) You must retain, in the Source form of any Derivative Works
+ *          that You distribute, all copyright, patent, trademark, and
+ *          attribution notices from the Source form of the Work,
+ *          excluding those notices that do not pertain to any part of
+ *          the Derivative Works; and
+ *
+ *      (d) If the Work includes a "NOTICE" text file as part of its
+ *          distribution, then any Derivative Works that You distribute must
+ *          include a readable copy of the attribution notices contained
+ *          within such NOTICE file, excluding those notices that do not
+ *          pertain to any part of the Derivative Works, in at least one
+ *          of the following places: within a NOTICE text file distributed
+ *          as part of the Derivative Works; within the Source form or
+ *          documentation, if provided along with the Derivative Works; or,
+ *          within a display generated by the Derivative Works, if and
+ *          wherever such third-party notices normally appear. The contents
+ *          of the NOTICE file are for informational purposes only and
+ *          do not modify the License. You may add Your own attribution
+ *          notices within Derivative Works that You distribute, alongside
+ *          or as an addendum to the NOTICE text from the Work, provided
+ *          that such additional attribution notices cannot be construed
+ *          as modifying the License.
+ *
+ *      You may add Your own copyright statement to Your modifications and
+ *      may provide additional or different license terms and conditions
+ *      for use, reproduction, or distribution of Your modifications, or
+ *      for any such Derivative Works as a whole, provided Your use,
+ *      reproduction, and distribution of the Work otherwise complies with
+ *      the conditions stated in this License.
+ *
+ *   5. Submission of Contributions. Unless You explicitly state otherwise,
+ *      any Contribution intentionally submitted for inclusion in the Work
+ *      by You to the Licensor shall be under the terms and conditions of
+ *      this License, without any additional terms or conditions.
+ *      Notwithstanding the above, nothing herein shall supersede or modify
+ *      the terms of any separate license agreement you may have executed
+ *      with Licensor regarding such Contributions.
+ *
+ *   6. Trademarks. This License does not grant permission to use the trade
+ *      names, trademarks, service marks, or product names of the Licensor,
+ *      except as required for reasonable and customary use in describing the
+ *      origin of the Work and reproducing the content of the NOTICE file.
+ *
+ *   7. Disclaimer of Warranty. Unless required by applicable law or
+ *      agreed to in writing, Licensor provides the Work (and each
+ *      Contributor provides its Contributions) on an "AS IS" BASIS,
+ *      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ *      implied, including, without limitation, any warranties or conditions
+ *      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ *      PARTICULAR PURPOSE. You are solely responsible for determining the
+ *      appropriateness of using or redistributing the Work and assume any
+ *      risks associated with Your exercise of permissions under this License.
+ *
+ *   8. Limitation of Liability. In no event and under no legal theory,
+ *      whether in tort (including negligence), contract, or otherwise,
+ *      unless required by applicable law (such as deliberate and grossly
+ *      negligent acts) or agreed to in writing, shall any Contributor be
+ *      liable to You for damages, including any direct, indirect, special,
+ *      incidental, or consequential damages of any character arising as a
+ *      result of this License or out of the use or inability to use the
+ *      Work (including but not limited to damages for loss of goodwill,
+ *      work stoppage, computer failure or malfunction, or any and all
+ *      other commercial damages or losses), even if such Contributor
+ *      has been advised of the possibility of such damages.
+ *
+ *   9. Accepting Warranty or Additional Liability. While redistributing
+ *      the Work or Derivative Works thereof, You may choose to offer,
+ *      and charge a fee for, acceptance of support, warranty, indemnity,
+ *      or other liability obligations and/or rights consistent with this
+ *      License. However, in accepting such obligations, You may act only
+ *      on Your own behalf and on Your sole responsibility, not on behalf
+ *      of any other Contributor, and only if You agree to indemnify,
+ *      defend, and hold each Contributor harmless for any liability
+ *      incurred by, or claims asserted against, such Contributor by reason
+ *      of your accepting any such warranty or additional liability.
+ *
+ *   END OF TERMS AND CONDITIONS
+ *
+ *   APPENDIX: How to apply the Apache License to your work.
+ *
+ *      To apply the Apache License to your work, attach the following
+ *      boilerplate notice, with the fields enclosed by brackets "[]"
+ *      replaced with your own identifying information. (Don't include
+ *      the brackets!)  The text should be enclosed in the appropriate
+ *      comment syntax for the file format. We also recommend that a
+ *      file or class name and description of purpose be included on the
+ *      same "printed page" as the copyright notice for easier
+ *      identification within third-party archives.
+ *
+ *   Copyright [yyyy] [name of copyright owner]
+ *
+ *   Licensed under the Apache License, Version 2.0 (the "License");
+ *   you may not use this file except in compliance with the License.
+ *   You may obtain a copy of the License at
+ *
+ *       http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *   Unless required by applicable law or agreed to in writing, software
+ *   distributed under the License is distributed on an "AS IS" BASIS,
+ *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *   See the License for the specific language governing permissions and
+ *   limitations under the License.
+ */
+

+ 37 - 0
app/libs/bcel/META-INF/MANIFEST.MF

@@ -0,0 +1,37 @@
+Manifest-Version: 1.0
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-SymbolicName: org.apache.bcel
+Archiver-Version: Plexus Archiver
+Built-By: britter
+Bnd-LastModified: 1468183427000
+Implementation-Vendor-Id: org.apache
+Specification-Title: Apache Commons BCEL
+Bundle-DocURL: http://commons.apache.org/proper/commons-bcel
+Include-Resource: META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt
+ =NOTICE.txt
+Import-Package: javax.swing,javax.swing.border,javax.swing.event
+Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.7))"
+Export-Package: org.apache.bcel;version="6.0",org.apache.bcel.classfil
+ e;version="6.0",org.apache.bcel.generic;version="6.0",org.apache.bcel
+ .util;version="6.0",org.apache.bcel.verifier;version="6.0",org.apache
+ .bcel.verifier.exc;version="6.0",org.apache.bcel.verifier.statics;ver
+ sion="6.0",org.apache.bcel.verifier.structurals;version="6.0"
+Bundle-Name: Apache Commons BCEL
+Implementation-Title: Apache Commons BCEL
+Bundle-Description: Apache Commons Bytecode Engineering Library
+Implementation-Version: 6.0
+Specification-Vendor: The Apache Software Foundation
+Bundle-ManifestVersion: 2
+Bundle-Vendor: The Apache Software Foundation
+Tool: Bnd-3.0.0.201509101326
+Implementation-Vendor: The Apache Software Foundation
+Bundle-Version: 6.0.0
+X-Compile-Target-JDK: 1.7
+Implementation-Build: tags/BCEL_6_0_RC8@r1752118; 2016-07-10 20:43:42+
+ 0000
+X-Compile-Source-JDK: 1.7
+Created-By: Apache Maven Bundle Plugin
+Build-Jdk: 1.8.0_91
+Implementation-URL: http://commons.apache.org/proper/commons-bcel
+Specification-Version: 6.0
+

+ 5 - 0
app/libs/bcel/META-INF/NOTICE.txt

@@ -0,0 +1,5 @@
+Apache Commons BCEL
+Copyright 2004-2016 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

+ 5 - 0
app/libs/bcel/META-INF/maven/org.apache.bcel/bcel/pom.properties

@@ -0,0 +1,5 @@
+#Generated by Apache Maven
+#Sun Jul 10 22:15:04 CEST 2016
+version=6.0
+groupId=org.apache.bcel
+artifactId=bcel

+ 570 - 0
app/libs/bcel/META-INF/maven/org.apache.bcel/bcel/pom.xml

@@ -0,0 +1,570 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  * Licensed to the Apache Software Foundation (ASF) under one
+  * or more contributor license agreements. See the NOTICE file
+  * distributed with this work for additional information
+  * regarding copyright ownership. The ASF licenses this file
+  * to you under the Apache License, Version 2.0 (the
+  * "License"); you may not use this file except in compliance
+  * with the License. You may obtain a copy of the License at
+  *
+  * http://www.apache.org/licenses/LICENSE-2.0
+  *
+  * Unless required by applicable law or agreed to in writing,
+  * software distributed under the License is distributed on an
+  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  * KIND, either express or implied. See the License for the
+  * specific language governing permissions and limitations
+  * under the License.
+-->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>40</version>
+  </parent>
+
+  <groupId>org.apache.bcel</groupId>
+  <artifactId>bcel</artifactId>
+  <packaging>jar</packaging>
+  <version>6.0</version>
+  <name>Apache Commons BCEL</name>
+  <description>Apache Commons Bytecode Engineering Library</description>
+
+  <url>http://commons.apache.org/proper/commons-bcel</url>
+  <inceptionYear>2004</inceptionYear>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
+    <commons.componentid>bcel</commons.componentid>
+    <commons.release.version>6.0</commons.release.version>
+    <commons.release.desc>(Java 7+)</commons.release.desc>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel</commons.scmPubUrl>
+    <!-- Configuration properties for the OSGi maven-bundle-plugin -->
+    <commons.osgi.symbolicName>org.apache.${commons.componentid}</commons.osgi.symbolicName>
+    <commons.osgi.export>org.apache.bcel.*;version=${project.version};-noimport:=true</commons.osgi.export>
+    <commons.osgi.import>*</commons.osgi.import>
+    <commons.osgi.dynamicImport />
+    <commons.osgi.private />
+    <commons.jira.id>BCEL</commons.jira.id>
+    <commons.jira.pid>12314220</commons.jira.pid>
+    <commons.findbugs.version>3.0.3</commons.findbugs.version>
+    <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
+    <!-- Latest Clirr Plugin version (2.7) causes NPE -->
+    <commons.clirr.version>2.6.1</commons.clirr.version>
+  </properties>
+
+  <!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Website</name>
+      <url>scp://people.apache.org/www/commons.apache.org/${commons.componentid}/</url>
+    </site>
+  </distributionManagement>
+
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <developers>
+    <developer>
+      <name>Dave Brosius</name>
+      <id>dbrosius</id>
+      <email>dbrosius at mebigfatguy.com</email>
+    </developer>
+
+    <developer>
+      <name>Torsten Curdt</name>
+      <id>tcurdt</id>
+      <email>tcurdt at apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org/</organizationUrl>
+      <timezone>+1</timezone>
+    </developer>
+
+    <developer>
+      <name>Markus Dahm</name>
+      <id>mdahm</id>
+      <email>m.dahm at gmx.de</email>
+      <organization>it-frameworksolutions</organization>
+    </developer>
+
+    <developer>
+      <name>Jason van Zyl</name>
+      <email>jason at zenplex.com</email>
+    </developer>
+
+    <developer>
+      <id>ggregory</id>
+      <name>Gary Gregory</name>
+      <email>ggregory@apache.org</email>
+      <organization>Rocket Software</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>America/New_York</timezone>
+    </developer>
+
+  </developers>
+
+  <contributors>
+
+    <contributor>
+      <name>Enver Haase</name>
+      <email>enver at convergence.de</email>
+    </contributor>
+
+    <contributor>
+      <name>David Dixon-Peugh</name>
+      <email>dixonpeugh at yahoo.com</email>
+    </contributor>
+
+    <contributor>
+      <name>Patrick Beard</name>
+      <email>beard at netscape.com</email>
+    </contributor>
+
+    <contributor>
+      <name>Conor MacNeill</name>
+      <email>conor at cortexbusiness.com.au</email>
+    </contributor>
+
+    <contributor>
+      <name>Costin Manolache</name>
+      <email>cmanolache at yahoo.com</email>
+    </contributor>
+
+    <contributor>
+      <name>Bill Pugh</name>
+      <email>bill.pugh at gmail.com</email>
+    </contributor>
+
+    <contributor>
+      <name>First Hop Ltd / Torsten Rueger</name>
+    </contributor>
+
+    <contributor>
+      <name>Jérôme Leroux</name>
+    </contributor>
+
+    <contributor>
+      <name>Mark Roberts</name>
+    </contributor>
+  </contributors>
+
+  <mailingLists>
+    <mailingList>
+      <name>BCEL User List</name>
+      <subscribe>user-subscribe@commons.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
+    </mailingList>
+    <mailingList>
+      <name>BCEL Developer List</name>
+      <subscribe>dev-subscribe@commons.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/BCEL</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/PSproper/bcel/tags/BCEL_6_0</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>${commons.rat.version}</version>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/**</exclude>
+            <exclude>docs/*.bib</exclude>
+            <exclude>docs/*.mdl</exclude>
+            <exclude>docs/eps/*</exclude>
+            <exclude>**/*.eps</exclude>
+            <exclude>**/*.bnf</exclude>
+            <exclude>**/*.mini</exclude>
+            <exclude>TODO.JustIce</exclude>
+            <exclude>src/examples/Mini/MiniParser$JJCalls</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <!-- Allow Clirr to be run from command line -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>${commons.clirr.version}</version>
+        <configuration>
+          <minSeverity>${minSeverity}</minSeverity>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <testExcludes>
+            <testExclude>**/*Benchmark*</testExclude>
+          </testExcludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemProperties>
+            <property>
+              <!-- Suppress the stats, but keep the test as it exercises the code -->
+              <name>PerformanceTest.report</name>
+              <value>false</value>
+            </property>
+          </systemProperties>
+          <includes>
+            <include>**/*TestCase.java</include>
+            <include>**/PerformanceTest.java</include>
+          </includes>
+          <excludes>
+            <exclude>**/Abstract*</exclude>
+            <!-- Takes rather a long time (especially rt.jar) ; only needs to be done occasionally -->
+            <exclude>**/JDKClassDumpTestCase.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <!-- These need to be specified because CP includes a descriptor -->
+          <descriptors>
+            <descriptor>src/assembly/bin.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-publish-plugin</artifactId>
+        <configuration>
+          <ignorePathsToDelete>
+            <ignorePathToDelete>javadocs</ignorePathToDelete>
+          </ignorePathsToDelete>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>${checkstyle.plugin.version}</version>
+        <configuration>
+          <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
+          <!-- Needed to define config_loc -->
+          <propertyExpansion>config_loc=${basedir}</propertyExpansion>
+          <enableRulesSummary>false</enableRulesSummary>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <!--
+        <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jardiff-maven-plugin</artifactId>
+        <configuration>
+        <artifacts>
+        <artifact>
+        <version>5.2</version>
+        </artifact>
+        <artifact>
+        <groupId>bcel</groupId>
+        <version>5.1</version>
+        </artifact>
+        </artifacts>
+        </configuration>
+        </plugin>
+      -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>${checkstyle.plugin.version}</version>
+        <configuration>
+          <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
+          <!-- Needed to define config_loc -->
+          <propertyExpansion>config_loc=${basedir}</propertyExpansion>
+          <enableRulesSummary>false</enableRulesSummary>
+        </configuration>
+        <!-- We need to specify reportSets because 2.9.1 creates two reports -->
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>checkstyle</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>3.6</version>
+        <configuration>
+          <targetJdk>${maven.compiler.target}</targetJdk>
+          <linkXref>true</linkXref>
+          <rulesets>
+            <ruleset>${basedir}/src/conf/pmd.xml</ruleset>
+          </rulesets>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>${commons.findbugs.version}</version>
+        <configuration>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+          <excludeFilterFile>${basedir}/src/conf/findbugs-exclude-filter.xml</excludeFilterFile>
+          <fork>true</fork>
+          <jvmArgs>-Duser.language=en</jvmArgs>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+          <tags>
+            <tag>TODO</tag>
+            <tag>NOPMD</tag>
+            <tag>NOTE</tag>
+          </tags>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>${commons.rat.version}</version>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/**</exclude>
+            <exclude>docs/*.bib</exclude>
+            <exclude>docs/*.mdl</exclude>
+            <exclude>docs/eps/*</exclude>
+            <exclude>**/*.eps</exclude>
+            <exclude>**/*.bnf</exclude>
+            <exclude>**/*.mini</exclude>
+            <exclude>TODO.JustIce</exclude>
+            <exclude>src/examples/Mini/MiniParser$JJCalls</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.java.dev.jna</groupId>
+      <artifactId>jna</artifactId>
+      <version>4.2.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.java.dev.jna</groupId>
+      <artifactId>jna-platform</artifactId>
+      <version>4.2.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.4</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <profiles>
+    <!--
+        Profile to ignore certain Clirr errors
+        To show all the errors, use -P!quieten-clirr or -Dclirr.allDifferences
+    -->
+    <profile>
+      <id>quieten-clirr</id>
+      <activation>
+        <!-- Enable unless the following is defined -->
+        <property>
+          <name>!clirr.allDifferences</name>
+        </property>
+      </activation>
+      <properties>
+        <!-- It's not possible to undefine this once defined, so we define it in a profile that is normally active -->
+        <clirr.ignoredDifferencesFile>${basedir}/src/conf/clirr-ignored-diffs.xml</clirr.ignoredDifferencesFile>
+      </properties>
+    </profile>
+    <!-- Profile to build and run PerformanceTest. Use 'mvn test -Pjdk-rt' -->
+    <profile>
+      <id>jdk-rt</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <version>${commons.surefire.version}</version>
+            <configuration>
+              <includes>
+                <include>**/PerformanceTest.java</include>
+              </includes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    <!-- Profile to build and run the benchmarks. Use 'mvn test -Pbenchmark', and add '-Dbenchmark=foo' to run only the foo benchmark -->
+    <profile>
+      <id>benchmark</id>
+
+      <properties>
+        <skipTests>true</skipTests>
+        <benchmark>org.apache</benchmark>
+        <jmh.version>1.12</jmh.version>
+      </properties>
+
+      <dependencies>
+        <dependency>
+          <groupId>org.openjdk.jmh</groupId>
+          <artifactId>jmh-core</artifactId>
+          <version>${jmh.version}</version>
+          <scope>test</scope>
+        </dependency>
+
+        <dependency>
+          <groupId>org.openjdk.jmh</groupId>
+          <artifactId>jmh-generator-annprocess</artifactId>
+          <version>${jmh.version}</version>
+          <scope>test</scope>
+        </dependency>
+
+        <dependency>
+          <groupId>commons-io</groupId>
+          <artifactId>commons-io</artifactId>
+          <version>2.5</version>
+          <scope>test</scope>
+        </dependency>
+
+        <dependency>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-collections4</artifactId>
+          <version>4.1</version>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
+
+      <build>
+        <plugins>
+          <!-- Enable the compilation of the benchmarks -->
+          <plugin>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <version>${commons.compiler.version}</version>
+            <configuration combine.self="override">
+              <testIncludes>
+                <testInclude>**/*</testInclude>
+              </testIncludes>
+            </configuration>
+          </plugin>
+
+          <!-- Hook the benchmarks to the test phase -->
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>exec-maven-plugin</artifactId>
+            <version>1.4.0</version>
+            <executions>
+              <execution>
+                <id>benchmark</id>
+                <phase>test</phase>
+                <goals>
+                  <goal>exec</goal>
+                </goals>
+                <configuration>
+                  <classpathScope>test</classpathScope>
+                  <executable>java</executable>
+                  <arguments>
+                    <argument>-classpath</argument>
+                    <classpath />
+                    <argument>org.openjdk.jmh.Main</argument>
+                    <argument>-rf</argument>
+                    <argument>json</argument>
+                    <argument>-rff</argument>
+                    <argument>target/jmh-result.json</argument>
+                    <argument>${benchmark}</argument>
+                  </arguments>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    <profile>
+      <id>jdk8-javadoc</id>
+      <activation>
+        <jdk>[1.8,)</jdk>
+      </activation>
+      <properties>
+        <additionalparam>-Xdoclint:none</additionalparam>
+      </properties>
+    </profile>
+  </profiles>
+
+</project>

BIN
app/libs/bcel/org/apache/bcel/Const.class


BIN
app/libs/bcel/org/apache/bcel/Constants.class


BIN
app/libs/bcel/org/apache/bcel/ExceptionConst$1.class


BIN
app/libs/bcel/org/apache/bcel/ExceptionConst$EXCS.class


BIN
app/libs/bcel/org/apache/bcel/ExceptionConst.class


BIN
app/libs/bcel/org/apache/bcel/ExceptionConstants.class


BIN
app/libs/bcel/org/apache/bcel/Repository.class


BIN
app/libs/bcel/org/apache/bcel/classfile/AccessFlags.class


BIN
app/libs/bcel/org/apache/bcel/classfile/AnnotationDefault.class


BIN
app/libs/bcel/org/apache/bcel/classfile/AnnotationElementValue.class


BIN
app/libs/bcel/org/apache/bcel/classfile/AnnotationEntry.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Annotations.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ArrayElementValue.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Attribute.class


BIN
app/libs/bcel/org/apache/bcel/classfile/AttributeReader.class


BIN
app/libs/bcel/org/apache/bcel/classfile/BootstrapMethod.class


BIN
app/libs/bcel/org/apache/bcel/classfile/BootstrapMethods.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ClassElementValue.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ClassFormatException.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ClassParser.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Code.class


BIN
app/libs/bcel/org/apache/bcel/classfile/CodeException.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Constant$1.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Constant.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantCP.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantClass.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantDouble.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantFieldref.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantFloat.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantInteger.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantInterfaceMethodref.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantInvokeDynamic.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantLong.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantMethodHandle.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantMethodType.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantMethodref.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantNameAndType.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantObject.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantPool.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantString.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantUtf8$1.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantUtf8$CACHE_HOLDER$1.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantUtf8$CACHE_HOLDER.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantUtf8.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ConstantValue.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Deprecated.class


BIN
app/libs/bcel/org/apache/bcel/classfile/DescendingVisitor.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ElementValue.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ElementValuePair.class


BIN
app/libs/bcel/org/apache/bcel/classfile/EmptyVisitor.class


BIN
app/libs/bcel/org/apache/bcel/classfile/EnclosingMethod.class


BIN
app/libs/bcel/org/apache/bcel/classfile/EnumElementValue.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ExceptionTable.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Field$1.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Field.class


BIN
app/libs/bcel/org/apache/bcel/classfile/FieldOrMethod.class


BIN
app/libs/bcel/org/apache/bcel/classfile/InnerClass.class


BIN
app/libs/bcel/org/apache/bcel/classfile/InnerClasses.class


BIN
app/libs/bcel/org/apache/bcel/classfile/JavaClass$1.class


BIN
app/libs/bcel/org/apache/bcel/classfile/JavaClass.class


BIN
app/libs/bcel/org/apache/bcel/classfile/LineNumber.class


BIN
app/libs/bcel/org/apache/bcel/classfile/LineNumberTable.class


BIN
app/libs/bcel/org/apache/bcel/classfile/LocalVariable.class


BIN
app/libs/bcel/org/apache/bcel/classfile/LocalVariableTable.class


BIN
app/libs/bcel/org/apache/bcel/classfile/LocalVariableTypeTable.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Method$1.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Method.class


BIN
app/libs/bcel/org/apache/bcel/classfile/MethodParameter.class


BIN
app/libs/bcel/org/apache/bcel/classfile/MethodParameters.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Node.class


BIN
app/libs/bcel/org/apache/bcel/classfile/PMGClass.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ParameterAnnotationEntry.class


BIN
app/libs/bcel/org/apache/bcel/classfile/ParameterAnnotations.class


BIN
app/libs/bcel/org/apache/bcel/classfile/RuntimeInvisibleAnnotations.class


BIN
app/libs/bcel/org/apache/bcel/classfile/RuntimeInvisibleParameterAnnotations.class


BIN
app/libs/bcel/org/apache/bcel/classfile/RuntimeVisibleAnnotations.class


BIN
app/libs/bcel/org/apache/bcel/classfile/RuntimeVisibleParameterAnnotations.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Signature$MyByteArrayInputStream.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Signature.class


BIN
app/libs/bcel/org/apache/bcel/classfile/SimpleElementValue.class


BIN
app/libs/bcel/org/apache/bcel/classfile/SourceFile.class


BIN
app/libs/bcel/org/apache/bcel/classfile/StackMap.class


BIN
app/libs/bcel/org/apache/bcel/classfile/StackMapEntry.class


BIN
app/libs/bcel/org/apache/bcel/classfile/StackMapType.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Synthetic.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Unknown.class


BIN
app/libs/bcel/org/apache/bcel/classfile/UnknownAttributeReader.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Utility$1.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Utility$JavaReader.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Utility$JavaWriter.class


BIN
app/libs/bcel/org/apache/bcel/classfile/Utility.class


+ 0 - 0
app/libs/bcel/org/apache/bcel/classfile/Visitor.class


Some files were not shown because too many files changed in this diff