-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Epic Link:
In NetconfTranslatorImpl, the implementation of NetconfTranslator in NETCONF Protocol Subsystem, two methods getDeviceState ans getDeviceConfig always throw "No Match Found".
This is because improper use of Matcher object: Matcher.group method shoud be called after Matcher.find method.