You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refactor the method RepoDependencyCreator.create_repo_node_and_get_cve. At this moment the method is quite long and not very readable. Additionally it does several task - prepare Gremlin query, run it, serialize results, post results etc. So it is very hard to test the method correctly.
The text was updated successfully, but these errors were encountered:
Please refactor the method
RepoDependencyCreator.create_repo_node_and_get_cve
. At this moment the method is quite long and not very readable. Additionally it does several task - prepare Gremlin query, run it, serialize results, post results etc. So it is very hard to test the method correctly.The text was updated successfully, but these errors were encountered: