When formatting an array type (like String[]) lookup the bare type
name by stripping the array notation: this assures types and arrays
thereof get the same treatment, i.e. String/String[]/String[][]
all will be turned into lowercase instead of only the first one.
When formatting an array type (like String[]) lookup the bare type name by stripping the array notation: this assures types and arrays thereof get the same treatment, i.e. String/String[]/String[][] all will be turned into lowercase instead of only the first one.