aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/bcel/util/ClassPath.java
AgeCommit message (Expand)Author
2017-08-25Remove trailing white spaces on all lines.Gary D. Gregory
2016-06-21Use final on local vars when possible (which already do on fields and paramet...Gary D. Gregory
2016-06-21Fix PMD issues: remove unused modifiers, see https://pmd.github.io/pmd-5.4.2/...Gary D. Gregory
2016-06-13Use Java 6's String#isEmpty().Gary D. Gregory
2016-06-13Better lvar name.Gary D. Gregory
2016-06-13Use try-with-resources.Gary D. Gregory
2016-06-07Fix messed up package renameBenedikt Ritter
2016-06-07Revert changes introduced in BCEL-222 (rev 1694911).Benedikt Ritter
2015-08-09BCEL-222Chas Honton
2015-02-20Removed an unused loop in ClassPath (BCEL-176)Emmanuel Bourg
2015-01-16Odd codeSebastian Bazley
2014-12-17Replaced System.getProperty("file|path.separator") with File.separator|pathSe...Emmanuel Bourg
2014-09-27Add final modifier to private fields.Gary D. Gregory
2014-09-26Fixed the checkstyle errors related to the license headersEmmanuel Bourg
2014-05-30Tab policeSebastian Bazley
2014-04-23Removed more final modifiers from static methodsEmmanuel Bourg
2014-04-23Removed more final modifiers from private methodsEmmanuel Bourg
2013-12-31Convert control statement bodies to block.Gary D. Gregory
2013-12-31Java 5: Convert 'for' loops to enhanced 'for' loops.Gary D. Gregory
2013-12-04initial support for INVOKE_DYNAMIC. Patch by Bill Pugh, reviewed by dbrosiusDavid Brosius
2013-10-15only allocate the archive filter onceDavid Brosius
2012-05-28Bug 53303 - [PATCH] ClassPath.getResource does not correctly perform URL esca...Gary D. Gregory
2011-07-29use StringBuilderDavid Brosius
2011-07-29add appropriate @Override and @Deprecated annotationsDavid Brosius
2011-07-28switch to using enhanced for loopsDavid Brosius
2011-07-22move code base to 1.5 - phase 1 - add genericsDavid Brosius
2010-09-03Code clean-up. No functional change.Mark Emlyn David Thomas
2010-05-25Update to AL 2.0 headerSebastian Bazley
2010-01-10no need to call toString on a stringDavid Brosius
2010-01-10hierarchical ClassPath supportTorsten Curdt
2009-10-18update copyright datesDavid Brosius
2007-03-10http://issues.apache.org/bugzilla/show_bug.cgi?id=41716Torsten Curdt
2006-06-25Enhancement 39855 by Len Trigg: [PATCH] Add support for getResource and getRe...David Brosius
2006-06-04standard maven2 layoutTorsten Curdt