171 Commits (4c49cd5e0701b9a864b2b581ef239c224744ee40)

Author SHA1 Message Date
  Basil Crow ef85f491ee Implement ClassLoader#findResource(String) 4 years ago
  twogee ae32a21a7e build.sysclasspath is a magic name 6 years ago
  jkf 3a4980e3c4 updated reference to license from http to https using 6 years ago
  Jaikiran Pai 593aff2d2e bz-62952 Make AntClassLoader multi-release jar aware when it deals with java.util.jar.JarFile 7 years ago
  Gintas Grigelionis 1e30b48a0e Use try-with-resources 7 years ago
  Gintas Grigelionis 551cb55e32 Revert last 5 commits 7 years ago
  Gintas Grigelionis e8762432be SonarQube: missing annotations on overridden methods 7 years ago
  Gintas Grigelionis 2977bb596c Checkstyle: dangling operators 7 years ago
  Jaikiran Pai 6f56918597 Merge 1.9.x branch into master 7 years ago
  Jaikiran Pai 189ad7e59b bz-62764 Add a debug log message when we skip invalid path elements from the AntClassLoader's classpath 7 years ago
  Gintas Grigelionis 8c38eb4c61 Use foreach loops (cherry-pick 1c80d50) 7 years ago
  Gintas Grigelionis 0020d1a16b Vector is iterable 7 years ago
  Gintas Grigelionis 070c3bc86f Deprecate CollectionUtils and Enumerations; 7 years ago
  Gintas Grigelionis 5f4c43ddc3 Checkstyle/spelling 8 years ago
  Gintas Grigelionis c3b91f90f0 More isEmpty() 8 years ago
  Gintas Grigelionis dccbf1fcec Checkstyle and simplify, next iteration 8 years ago
  Gintas Grigelionis 3f90aeba03 Use diamonds 8 years ago
  Gintas Grigelionis 28e51503e3 Simplify and tidy up 8 years ago
  Gintas Grigelionis 1c80d507f4 Use foreach loops 8 years ago
  Gintas Grigelionis 6656db28bb Let’s use doclint 8 years ago
  Gintas Grigelionis 67f29ce0c2 Let’s use doclint 8 years ago
  Matt Benson b7d1e9bde4 java 5-8 9 years ago
  Stefan Bodewig af74d1f6b8 reduce GC pressure by replacing File(In|Out)putStream 9 years ago
  Stefan Bodewig 7aeadd7b0d Merge branch '1.9.x' 9 years ago
  Stefan Bodewig 008f1c8be5 embrace StringUtils#getStackTrace 9 years ago
  Stefan Bodewig d37df73a80 register AntClassLoader as parallel capabale 9 years ago
  Stefan Bodewig a4381a68eb Merge branch '1.9.x' 9 years ago
  Stefan Bodewig 82b2e47ba8 remove unused throws clauses 9 years ago
  Stefan Bodewig 9f50f363b9 Merge branch '1.9.x' 10 years ago
  Stefan Bodewig 17527b6490 AntClassLoader5 has become obsolete long ago 10 years ago
  Stefan Bodewig 0906b0ad94 even more FileUtils.close and try-with-resources cases 10 years ago
  Stefan Bodewig 4af291c580 embrace AutoCloseable 10 years ago
  Stefan Bodewig df33426bf2 whitespace 11 years ago
  Jan Matèrne 13f6d98c9d make it compile under Java5 (1.5.0_22-b03) 11 years ago
  Jan Matèrne 1b76f1b6da checkstyle 11 years ago
  Jan Matèrne bf6026a147 organize imports 11 years ago
  Stefan Bodewig 13c01b296a improve skipping of non-zips based on feedback by Jesse 12 years ago
  Stefan Bodewig 9bd753321a deal more gracefully with non-JARs on the CLASSPATH - PR 53964 12 years ago
  Jesse N. Glick 13000c1a46 sconnolly advises using TODO rather than XXX in comments. 12 years ago
  Matthew Jason Benson 3d706ab818 java 5 updates 13 years ago
  Stefan Bodewig 021d52822a make AntClassLoader$ResourceEnumeration adhere to the Enumeration contract. PR 51579 14 years ago
  Stefan Bodewig a03b5aac18 unused imports 16 years ago
  Stefan Bodewig b33d33d754 embrace java.util.jar. PR 48853 16 years ago
  Stefan Bodewig 3e2cbab6ba reduce performance loss in AntClassLoader from 1000% to about 50%. PR 48853 16 years ago
  Stefan Bodewig c767541c7d As Jesse points out, equalsIgnoreCase is not locale-sensitive 16 years ago
  Stefan Bodewig d9ad5addc9 whitespace 16 years ago
  Stefan Bodewig 44b6fcc184 use the same logic as getResource in getResourceAsStream. PR 44103 16 years ago
  Stefan Bodewig 329f6d356a report name of corrupt ZIP to System.err, PR 47593 16 years ago
  Stefan Bodewig c8e91147e3 properly set CodeSource when loading classes. PR 20174 16 years ago
  Stefan Bodewig 26f846b838 allow access to parent. PR 35436 16 years ago