aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/LoaderClassPath.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into cm/bug/classpath-closeChristian Melchior2017-11-121-18/+14
|\ | | | | | | | | | | | | | | | | | | # 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
| * Organize imports to disolve ambiguity.nickl-2017-10-301-1/+1
| |
| * Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-7/+0
|/
* removes javassist.ModuleClassPath.chibash2016-12-161-38/+2
| | | | | | 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/
* improves the backward compatibility of LoaderClassPath.rel_3_21_0-java9-ea2chibash2016-09-281-5/+44
| | | | LoaderClassPath is modified to show the same behavior in both Java 8 and 9.
* adds ModuleClassPath.javachibash2016-07-311-0/+5
|
* 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
* Edited javadoc comments.chiba2004-09-091-0/+7
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@134 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* renamed insertTranslator() in ClassPool to addTranslator() sincechiba2004-04-071-1/+1
| | | | | | | | 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
* updated the copyright notices.chiba2004-01-081-1/+1
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@67 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* Implemented several methods (e.g. CtClass#getURL) to support securitychiba2003-12-251-0/+15
| | | | | | | policies based on code source. git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@59 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* changed the license.chiba2003-04-301-8/+9
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@12 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* new files for version 2.5.chiba2003-04-231-0/+72
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@10 30ef5769-5b8d-40dd-aea6-55b5d6557bb3