"alesj" wrote :
| I think you've got a typo here:
|
| | for (int i = states.size()-1; i>=0; --i)
| | {
| | ControllerState state = states.get(i);
| | result.addAll(contextsByState.get(state));
| | result.addAll(errorContexts.values());
| | }
| |
| Probably adding errorContexts at the end, outside loop? ;-)
|
Correct, but it just :-) inefficient since the result is a Set.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051423#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...