Description
When invoking ClickUtils#toLabel it throws an IllegalArgumentException if the argument is null. This was fine 1.4 branch where Controls always had a name defined.
In 1.5 it is possible not to set the name so #toLabel should instead return an empty String instead of exception.