Reports incorrect usage of array type notation. type[] should be used for array type, without any spaces. Example: java.lang.Object[].
type[]
java.lang.Object[]