aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/ByteStream.java
Commit message (Collapse)AuthorAgeFilesLines
* Organize imports to disolve ambiguity.nickl-2017-10-301-1/+1
|
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-0/+3
| | | | | | | | | | | | | The following were applied during multiple itterations through the source. * Parameterize raw types. * Mark unused members. * Annotate override and deprecated methods. * Convert loops to enhance for loop. * Remove redundant else statements. * Widening collection type references. * Optimize code for improved readability. * Squash compiler warnings. * Identify smells.
* added the Apache license.chiba2011-07-081-2/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@584 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* added a simple ASM-like API.chiba2010-05-081-0/+193
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@542 30ef5769-5b8d-40dd-aea6-55b5d6557bb3