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

jnc.py does not generate correct Java `import` statements for typedefs from imported modules #110

Open martin-volf opened 2 years ago

martin-volf commented 2 years ago

See also test/12-test-augment which fails due to this bug.