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

Path tokenizer encodes a string to bytes just to decode it back later. #127

Open martin-volf opened 1 year ago

martin-volf commented 1 year ago
    This is really ugly (the original code, not the change). A string is encoded to bytes which are then decoded back to a string. We should fix this.

_Originally posted by @martin-volf in https://github.com/tail-f-systems/JNC/pull/124#discussion_r1067079737_