
[minor] Unsupported Operation
Closed this issue ยท 2 comments
When calling "MetaUtils.getPrefix(new GroupLink(group), null, null, true);"
I got a Unsupported Operation Exception
When i trace it down, it comes down to this,
You create here a new Empty list, but that list is immutable
Documentation:
Returns an empty list (immutable).
So when you do later the add method on it, it is unsupported :/
Stacktrace
http://pastebin.com/3vbjWNFs
http://pastebin.com/5BJLbqFG
full stacktrace, dint see reason for it, but here ya go ;)