Issue 'TRQ45' has just been modified by user 'drfish'
You can view the issue detail at the following URL:
<http://scarab.werken.com/issues/id/TRQ45>
The following modifications were made to this issue:
I thought it made more sense under SimpleKey, as they all create SimpleKey decendants.
Moving
this to ObjectKey would necessitate adding methods for ComboKey creation:
ObjectKey.keyFor(ObjectKey[] keys) - would have to account for ComboKeys in the array
ObjectKey.keyFor(Object[] keys) - how to create ComboKeys for primitive values?
You could write
ObjectKey.keyFor(new Object[]{new Integer(intValue), new Long(longValue))
or
ObjectKey.keyFor(new ObjectKey[]{ObjectKey.keyFor(intValue),
ObjectKey.keyFor(longValue))
If it is agreed that this is better I can resubmit the patch
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>