aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/bcel/util/SyntheticRepository.java
AgeCommit message (Expand)Author
2016-06-13Rename private vars to remove leading underscore.Gary D. Gregory
2016-06-10Redundant super-interface Repository for the type SyntheticRepository, alread...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
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
2013-10-15simplify and avoid NPEsDavid Brosius
2011-07-22move code base to 1.5 - phase 1 - add genericsDavid Brosius
2011-04-02Remove spurious JavadocSebastian Bazley
2010-09-03Code clean-up. No functional change.Mark Emlyn David Thomas
2010-05-25Make private immutable variables finalSebastian Bazley
2010-05-25Update to AL 2.0 headerSebastian Bazley
2010-05-24Bug 49333 - SyntheticRepository.loadClass() fails to close the inputStreamSebastian Bazley
2009-10-18update copyright datesDavid Brosius
2009-10-18make sure streams get closedDavid Brosius
2008-09-13Better exceptioning, -- don't lose exception stack tracesDavid Brosius
2008-02-02cleanupTorsten Curdt
2006-06-04standard maven2 layoutTorsten Curdt