Menu

#69 DatasetProductionTimesKey does not produce distinct keys

cewolf-0.10
open-fixed
nobody
None
5
2005-03-18
2005-03-18
Tom Porter
No

In
de.laures.cewolf.taglib.util.DatasetProductionTimesKey's
constructor KeyGenerator.generateKey is called with
the `this` reference. Based on the definition of the
class, `this` contains no useful, distinct members for
creation of a unique key; therefore each time the
constructor is called the same key value is produced not
allowing datasets to be cached properly.

Discussion

  • Tom Porter

    Tom Porter - 2005-03-18

    Logged In: YES
    user_id=1209832

    Altered the call to generateKey() to use the Map params, as
    it will be unique per producer and its parameters, instead of
    the `this` reference. Change available in
    file ../de/laures/cewolf/taglib/util/DatasetProductionTimesKey.j
    ava, version 1.4.

     
  • Tom Porter

    Tom Porter - 2005-03-18
    • status: open --> open-fixed
     

Log in to post a comment.