You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think line 1012 in this file is where a column name that is missing will be counted as "Null", bringing a cryptic "NullPointerException" and a 500 to the Yada Web developer that forgot to add a column/field in their payload.
Line 1014 will throw the Exception when the null is consumed by the for statement.
It would be awesome if the developer got YadaException like "column (column name) was not found in the payload for (query name)" instead of the enraging NullPointerException
Pretty please.
The text was updated successfully, but these errors were encountered:
I think line 1012 in this file is where a column name that is missing will be counted as "Null", bringing a cryptic "NullPointerException" and a 500 to the Yada Web developer that forgot to add a column/field in their payload.
YADA/yada-api/src/main/java/com/novartis/opensource/yada/util/QueryUtils.java
Line 1012 in c3e5f48
Line 1014 will throw the Exception when the null is consumed by the for statement.
It would be awesome if the developer got YadaException like "column (column name) was not found in the payload for (query name)" instead of the enraging NullPointerException
Pretty please.
The text was updated successfully, but these errors were encountered: