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

reduce PMD/spotbugs lints in tests #126

Closed jomiklos closed 1 year ago

jomiklos commented 1 year ago

reduced bundle of lints/warnings reported by PMD in unit/integration tests

jojohans commented 1 year ago

Any idea why YangBaseStringTest.java and YangBinaryTest.java is marked as every line changed?

jomiklos commented 1 year ago

Any idea why YangBaseStringTest.java and YangBinaryTest.java is marked as every line changed?

EOL changed from windows format to match LF only as rest of the files...