Reports multiple different types of variables being declared in a single declaration. In such a declaration the types used can only differ in array dimension. Such declarations may be confusing.

For example the following will be reported by this inspection:

String s = "", array[];