jfrog / xray-client-java

Xray Java Client
Apache License 2.0
10 stars 16 forks source link

update ScanTests.java #35

Closed blinkDagger closed 1 year ago

blinkDagger commented 1 year ago

Fix initialization of DependencyTree in Unit Testing.

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

blinkDagger commented 1 year ago

I have read the CLA Document and I hereby sign the CLA

yahavi commented 1 year ago

@blinkDagger, what is the reason for this change?

blinkDagger commented 1 year ago

@yahavi tree is used to scan issue. children must not be null. if init children, then children.add(), tree.children will be null, scan will fail. tree.add() is right.

blinkDagger commented 1 year ago

@yahavi tree is used to scan issue. children must not be null. if init children, then children.add(), tree.children will be null, scan will fail. tree.add() is right.

@yahavi is any question?

yahavi commented 1 year ago

Thanks, @blinkDagger!