aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties/PropertyCache.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-195/+0
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-2/+2
* Bugzilla #50435: Use true as default for properties use-cache in case of acce...Glenn Adams2012-04-081-1/+3
* Bugzilla #50435: Access denied (java.util.PropertyPermission org.apache.fop.f...Glenn Adams2012-04-081-12/+18
* Bugzilla #46962: Fixed deadlock in PropertyCache.Vincent Hennebert2012-03-221-343/+116
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-2/+2
* enable MultipleVariableDeclarations rule; fix violationsGlenn Adams2012-03-021-1/+2
* Reverted previous commit; looks like it does require all related property cla...Andreas L. Delmelle2011-02-061-120/+134
* Bugzilla 50703: Parametrize PropertyCache, switch to parameterless public con...Andreas L. Delmelle2011-02-061-134/+120
* Bugzilla #49733:Jeremias Maerki2010-08-141-11/+19
* Bugzilla 46319:Andreas L. Delmelle2008-12-081-1/+16
* Fixed memory leak in property cache (not cleaning stale PropertyCache$CacheEn...Jeremias Maerki2008-08-251-47/+58
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-67/+67
* Extended caching to CondLengthProperty CommonBorderPaddingBackground.BorderIn...Andreas L. Delmelle2008-05-121-0/+26
* Correction: set default to true...Andreas L. Delmelle2008-05-101-3/+7
* Tweaks:Andreas L. Delmelle2008-05-101-16/+14
* Tweak:Andreas L. Delmelle2008-05-081-29/+38
* Correction and simplification of the PropertyCache: subclass WeakReference an...Andreas L. Delmelle2007-12-011-119/+83
* bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are st...Chris Bowditch2007-11-201-5/+9
* bug fix: avoid NPE when GC has removed a weak reference in the Property CacheChris Bowditch2007-11-121-5/+7
* PropertyCache phase 2:Andreas L. Delmelle2007-09-211-23/+337
* Remove method added only for quick debug.Andreas L. Delmelle2007-07-201-4/+0
* Fix possible memory leak in PropertyCacheAndreas L. Delmelle2007-07-201-6/+13
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-1/+1
* Partial application of the patch in Bugzilla 41044:Andreas L. Delmelle2007-07-071-0/+55