Skip to content

Changes

Summary

  1. Return available values when only the upper index is out of bounds (#988) (commit: dae6af6) (details)
Commit dae6af6c68f0bcf7a450a257bbf8e398469b41e4 by noreply
Return available values when only the upper index is out of bounds (#988)

When only the upper bound of the index range is out of bounds the server
should return everything from the lower bounds to the end of the available
range.

fixes #983
(commit: dae6af6)
The file was modified opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/NumericRange.java (diff)
The file was modified opc-ua-sdk/sdk-server/src/test/java/org/eclipse/milo/opcua/sdk/core/NumericRangeTest.java (diff)