aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/ClassClassPath.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into cm/bug/classpath-closeChristian Melchior2017-11-121-6/+7
|\ | | | | | | | | | | | | | | | | | | # Conflicts: # pom.xml # src/main/javassist/ByteArrayClassPath.java # src/main/javassist/ClassClassPath.java # src/main/javassist/ClassPoolTail.java # src/main/javassist/LoaderClassPath.java # src/main/javassist/URLClassPath.java
| * Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Remove close method on ClassPath. Add unit tests for new behaviour.Christian Melchior2017-11-121-6/+0
|/
* removes javassist.ModuleClassPath.chibash2016-12-161-4/+0
| | | | | | See #ClassFilesAsResources in JSR 376. We don't need to hack the module system to read a class file in java.lang. http://openjdk.java.net/projects/jigsaw/spec/issues/
* fixes a bug in ClassClassPath. It was reported in Issue #97.chibash2016-08-041-1/+1
|
* adds ModuleClassPath.javachibash2016-07-311-29/+12
|
* modifies ClassPool so that it can read most class files.chibash2016-07-141-6/+33
|
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-061-2/+2
|
* 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
* updated the copyright notices.chiba2007-06-041-1/+1
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@382 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* updated copyright noticeschiba2006-01-111-1/+1
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@234 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@153 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* renamed insertTranslator() in ClassPool to addTranslator() sincechiba2004-04-071-0/+96
it appends a class path to the tail of the chain. ClassClassPath has been implemented. git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@79 30ef5769-5b8d-40dd-aea6-55b5d6557bb3