-
Bug
-
Resolution: Done
-
Major
-
7.2.1.Final
-
None
A property declared like:
SomeGenericType<T>[] myArrayProperty;
Will cause a ClassCastException in ReflectionHelper.
This affects indexless queries only.
A property declared like:
SomeGenericType<T>[] myArrayProperty;
Will cause a ClassCastException in ReflectionHelper.
This affects indexless queries only.