Skip to content

Incomplete analysis steps in SARIF report #470

Description

@mmvpm

Description

Sometimes there is only one analysis step in the SARIF report

image

To Reproduce

Steps to reproduce the behavior:

  1. Choose the default test directory:
    image
  2. Run test generation on
publicclassUtil {
publicstaticintmultiply(intx, inty) {
returnMath.multiplyExact(x, y);
}
}
  1. Check the Analysis steps

Expected behavior

There are 2 steps: from UtilTest.java and from Util.java.

Actual behavior

Only one step from the source code.

Metadata

Metadata

Assignees

Labels

ctg-bugIssue is a bug

Type

No type

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions