redhat-developer / intellij-common

4 stars 11 forks source link

remove duplicate code in YAMLHelper #150

Closed adietish closed 2 years ago

adietish commented 2 years ago

YAMLHelper has duplicate code when accessing the property of a JsonNode via some path notation which can be a property name (ex. "metadata") or an index in a property (ex. "container[0]")

grafik