Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 3.00, 3.01, 3.02, 3.03, 3.04, 3.05, 3.06, 3.07, 3.08, 3.09, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15, 3.16, 3.17, 3.18
  • Fix Version/s: 3.19
  • Component/s: Utilities
  • Labels:

Description

When new values are added in a org.geotoolkit.util.collection.Cache directly using the put(K,V) method rather than the Handler.putAndUnlock(V) method, the oldest strong references are not replaced by weak references. This is caused by a missing call to the internal adjustReferences(K,V) method from the put(K,V) method body.

Activity

Hide
Martin Desruisseaux added a comment -

Trivial fix (when someone found it).

Show
Martin Desruisseaux added a comment - Trivial fix (when someone found it).

People

  • Assignee:
    Martin Desruisseaux
    Reporter:
    Johann Sorel
Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: