-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
8
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
When creating an array of type Number, it allows the array of type Integer to assign to it, this coincides with polymorphism, but 0.5 is a double, it allows it to assign it to array of type Integer, and this won't create a compile error, it can create a security issue.
When creating an array of type Number, it allows the array of type Integer to assign to it, this coincides with polymorphism, but 0.5 is a double, it allows it to assign it to array of type Integer, and this won't create a compile error, it can create a security issue.