BreadcrumbsView
BreadcrumbsView copied to clipboard
Problem with setItems(), addItem() and unmodified list
After putting unmodified list into setItems() method, when you try to invoke addItem() method you get reasonable java.lang.UnsupportedOperationException. It would be nice to create a new list inside setItems() method.