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
As you can see in the screenshot, It is possible to get NULL for values object array member of ObjectDescription which causes an NPE (java.lang.NullPointerException: Cannot read the array length because "array" is null) for line159 (high-lighted by the debugger)
Caused by: java.lang.NullPointerException: Cannot read the array length because "array" is null
at java.base/java.util.Arrays.stream(Arrays.java:5487)
at org.eclipse.store.storage.restadapter.types.ObjectDescription.resolveReferences(ObjectDescription.java:159)
at org.eclipse.store.storage.restadapter.types.StorageRestAdapter$Default.getObject(StorageRestAdapter.java:112)
The text was updated successfully, but these errors were encountered:
Environment Details
Describe the bug
As you can see in the screenshot, It is possible to get NULL for
values
object array member ofObjectDescription
which causes an NPE (java.lang.NullPointerException: Cannot read the array length because "array" is null) for line159 (high-lighted by the debugger)The text was updated successfully, but these errors were encountered: