Groovy script validator
Hi Community Folks,
As released by Oracle in August patch, while using Groovy script validator, I am getting below two compile errors in some of my groovy scripts written in the system.
[Static type checking] - Cannot call oracle.epm.api.grid.DataGridBuilder#addRow(java.util.List <java.lang.String>, java.util.List) with arguments [java.util.ArrayList <java.lang.Object>, java.util.List <E extends java.lang.Object>]
[Static type checking] - Cannot assign value of type java.math.BigDecimal to variable of type double
The lines where it is giving error is highlighted in bold and Italics.
Can anyone please suggest what could be the resolution for this?
Tagged:
0