Thorsten Scherler (JIRA) wrote:
> 
> Thorsten Scherler resolved FOR-733.
> -----------------------------------
> 
>        Resolution: Fixed
>     Fix Version/s: 0.9-dev
> 
> The problem was the order of calls. One have to place the more specific match 
> expression before the general (catch all) ones. Otherwise the match will 
> never called since processing ends before (see svn commit).
> Committed revision 614043.

Nice one mate. That will head off a lot of user issues.

I will follow up and fix the warning documentation.

-David