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
If a payload does not have inputs/outputs or stores specified the iomanager has a null array. initializing with an empty array by default would prevent this issue in the code.
cc-java-sdk/src/main/java/usace/cc/plugin/api/IOManager.java
Line 73 in e2b2d44
If a payload does not have inputs/outputs or stores specified the iomanager has a null array. initializing with an empty array by default would prevent this issue in the code.