create

abstract fun create(problemId: ProblemId, action: Action<in ProblemSpec>): Problem(source)

Creates a new problem without reporting it immediately. The created problem can be later reported with report.

Return

The new problem.

Since

8.13

Parameters

problemId

The problem id

action

The problem configuration.