Data Modeler seems to be selectively issuing warnings about exceeding maximum name length. For example, I have defined 26 as the maximum length for a table name in my relational model. If I type in a name that exceeds 26, Modeler will issue me a warning, as in

A similar warning is issued if I exceed the specified maximum column length.
My issue is that I get no warnings for exceeding the maximum length for an Index or Constraint as defined below


So I spend way too much time manually counting the length of my FKs and Columns. Any one have a solution? I am running standalone Modeler Version 4.0.2.840.
Thanks!