Home | History | Annotate | only in /external/apache-commons-bcel
Up to higher level directory
NameDateSize
.travis.yml22-Oct-2020934
Android.bp22-Oct-2020696
CONTRIBUTING.md22-Oct-20206.4K
docs/22-Oct-2020
LICENSE22-Oct-202011.5K
LICENSE.txt22-Oct-202011.5K
METADATA22-Oct-2020708
MODULE_LICENSE_APACHE222-Oct-20200
NOTICE22-Oct-202011.5K
NOTICE.txt22-Oct-2020173
OWNERS22-Oct-2020139
pom.xml22-Oct-202018.7K
README.md22-Oct-20205.4K
README.version22-Oct-2020107
RELEASE-NOTES.txt22-Oct-202015.6K
src/22-Oct-2020
TODO.JustIce22-Oct-20202.3K

README.md

      1 <!---
      2  Licensed to the Apache Software Foundation (ASF) under one or more
      3  contributor license agreements.  See the NOTICE file distributed with
      4  this work for additional information regarding copyright ownership.
      5  The ASF licenses this file to You under the Apache License, Version 2.0
      6  (the "License"); you may not use this file except in compliance with
      7  the License.  You may obtain a copy of the License at
      8 
      9       http://www.apache.org/licenses/LICENSE-2.0
     10 
     11  Unless required by applicable law or agreed to in writing, software
     12  distributed under the License is distributed on an "AS IS" BASIS,
     13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     14  See the License for the specific language governing permissions and
     15  limitations under the License.
     16 -->
     17 <!---
     18  +======================================================================+
     19  |****                                                              ****|
     20  |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
     21  |****                    DO NOT EDIT DIRECTLY                      ****|
     22  |****                                                              ****|
     23  +======================================================================+
     24  | TEMPLATE FILE: readme-md-template.md                                 |
     25  | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
     26  +======================================================================+
     27  |                                                                      |
     28  | 1) Re-generate using: mvn commons:readme-md                          |
     29  |                                                                      |
     30  | 2) Set the following properties in the component's pom:              |
     31  |    - commons.componentid (required, alphabetic, lower case)          |
     32  |    - commons.release.version (required)                              |
     33  |                                                                      |
     34  | 3) Example Properties                                                |
     35  |                                                                      |
     36  |  <properties>                                                        |
     37  |    <commons.componentid>math</commons.componentid>                   |
     38  |    <commons.release.version>1.2</commons.release.version>            |
     39  |  </properties>                                                       |
     40  |                                                                      |
     41  +======================================================================+
     42 --->
     43 Apache Commons BCEL
     44 ===================
     45 
     46 [![Build Status](https://travis-ci.org/apache/bcel.svg?branch=master)](https://travis-ci.org/apache/bcel)
     47 [![Coverage Status](https://coveralls.io/repos/apache/bcel/badge.svg?branch=master)](https://coveralls.io/r/apache/bcel)
     48 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/)
     49 [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
     50 
     51 Apache Commons Bytecode Engineering Library
     52 
     53 Documentation
     54 -------------
     55 
     56 More information can be found on the [Apache Commons BCEL homepage](https://commons.apache.org/proper/commons-bcel).
     57 The [JavaDoc](https://commons.apache.org/proper/commons-bcel/javadocs/api-release) can be browsed.
     58 Questions related to the usage of Apache Commons BCEL should be posted to the [user mailing list][ml].
     59 
     60 Where can I get the latest release?
     61 -----------------------------------
     62 You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-bcel/download_bcel.cgi).
     63 
     64 Alternatively you can pull it from the central Maven repositories:
     65 
     66 ```xml
     67 <dependency>
     68   <groupId>org.apache.bcel</groupId>
     69   <artifactId>bcel</artifactId>
     70   <version>6.2</version>
     71 </dependency>
     72 ```
     73 
     74 Contributing
     75 ------------
     76 
     77 We accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.
     78 There are some guidelines which will make applying PRs easier for us:
     79 + No tabs! Please use spaces for indentation.
     80 + Respect the code style.
     81 + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
     82 + Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```.
     83 
     84 If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
     85 You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
     86 
     87 License
     88 -------
     89 This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
     90 
     91 See the `NOTICE.txt` file for required notices and attributions.
     92 
     93 Donations
     94 ---------
     95 You like Apache Commons BCEL? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
     96 
     97 Additional Resources
     98 --------------------
     99 
    100 + [Apache Commons Homepage](https://commons.apache.org/)
    101 + [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/BCEL)
    102 + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
    103 + `#apache-commons` IRC channel on `irc.freenode.org`
    104 
    105 [ml]:https://commons.apache.org/mail-lists.html
    106 

README.version

      1 URL: https://github.com/apache/commons-bcel.git
      2 Version: 6.2
      3 BugComponent: 87178
      4 Owners: mathewi, dbrazdil
      5