MSCINF0004
Package Body Conversion Rate is affected by its inner elements
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
This EWI is deprecated, SnowConvert version used is out of date.
Severity
None
Description
The conversion rate of the Package Body is determined by the average conversion rate of its internal elements. Therefore, if any of the internal elements within the Package Body contains an EWI error, it will have a direct impact on the conversion rate of the entire Package Body.
Code Example
Input Code:
Output Code:
Explanation: In this example, the procedure contains an EWI error, which will negatively impact the conversion rate of the procedure. Given that the procedure is an internal element of the Package Body, the conversion rate will be affected as a result.
Recommendations
Analyze the uses of array access in the code, if there was never the risk of getting an out of bounds error in the original code then no difference will be observed and this warning can be safely ignored.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated