OPCFoundation / UA-Java-Legacy

This repository is provided by OPC Foundation as legacy support for an Java version for OPC UA.
https://github.com/OPCFoundation/UA-.NETStandard
Other
355 stars 227 forks source link

issue in parseNodeId function in NodeId class #192

Closed fatkhrus closed 2 years ago

fatkhrus commented 5 years ago

When parsing Numeric NodeID type in some reasons Identifier parses like Integer and not UnsignedInteger (according OPC UA Foundation specification) and when Identifier is greater than Integer maximum value (2,147,483,647) it raises exception.

abhijit-malkhede commented 3 years ago

Provided a fix for the issue. Please refer raised PR #206. PR has been merged by Jouni Aro.