aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/convert/TransformNewClass.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove DUP check in TransformNewClassshifujun2023-12-081-3/+0
| | | | | | DUP usually come after NEW, but not necessary. #453
* Organize imports to disolve ambiguity.nickl-2017-10-301-2/+4
|
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-0/+2
| | | | | | | | | | | | | 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
* implemented CodeConverter.replaceNew(CtClass,CtClass)chiba2008-09-081-0/+82
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@454 30ef5769-5b8d-40dd-aea6-55b5d6557bb3