Skip to content
Commit b1e7d3ef authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Coverige check CID 96743: Uninitialized scalar field (UNINIT_CTOR)

Non-static class member field codeImportState.createArtifacts is not
initialized in this constructor nor in any functions that it calls.

Non-static class member field codeImportState.resolveDependencies
is not initialized in this constructor nor in any functions that it calls.

Refactor struct CodeImportState to be a full class with initialized members.
parent 24449fb6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment