
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Medium
|
| Environment: |
Mono / Linux64
|
| Steps to Reproduce: |
create a new Primitive using code like this:
Primitive newPrim = new Primitive(oldPrim);
create a new Primitive using code like this:
Primitive newPrim = new Primitive(oldPrim);
|
|
The copy constructor assumes that if the source primitive has a NameValue or GenericData array, then so will the destination, if the destination has a null value for these properties or the length of the destination array is less than the source array an exception is thrown.
|
|
Description
|
The copy constructor assumes that if the source primitive has a NameValue or GenericData array, then so will the destination, if the destination has a null value for these properties or the length of the destination array is less than the source array an exception is thrown. |
Show » |
|