ItemIdentificationStrategy should be generic

Description

ItemIdentificationStrategy is a plain interface with a method taking a parameter of Item<?>, meaning that implementations can't be specialised to particular types of Item.

This hasn't been an issue for the existing implementations, which are all based around reading the item's item metadata. However, it does rule out the possibility of strategies which look at the actual Item.

This should become a generic interface.

Environment

None

Activity

Show:

Ian YoungJuly 29, 2020 at 3:00 PM

Done, commit 47c0cc79efa9bf20c73d2633eb0bfdb355188aa7.

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Created July 29, 2020 at 2:09 PM
Updated May 16, 2024 at 12:37 PM
Resolved July 29, 2020 at 3:04 PM