tail-f-systems / JNC

JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
Other
77 stars 87 forks source link

Equals between YangString and String fails #65

Closed scienty closed 1 year ago

scienty commented 8 years ago

YangString.equals(String) fails due to missing code in YangString.canEquals(obj) method

When xml tree is loaded using schema String value will be mapped to YangString but when loaded without schema, String values are mapped to Java String.

martin-volf commented 1 year ago

fixed in 0798092d9a1c7259c2815ac470dcaac95942d69e