|
||||||||||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
To unsubscribe from this list please visit:
I changed the algorithm for the element assignment a bit. If multiple implicit collections exist and an element may belong into more than one, it is assigned to the collection with the nearest type definition, e.g. if you have an implicit List for Object, one for CharSequence and one for String, then a String will always be assigned to the 3rd list, a StringBuffer to the 2nd while a Boolean goes into the first. Improved in HEAD.