Issues

4 matching reference issues.

All Error · 63 Deprecated · 207 Compatibility · 466 Warning · 19 Orphan · 36 Dynamic Reference · 19 Old Wildcard · 28 Info · 84

Reference Issues

Severity Issue type Reference type Reference key
Compatibility Compatibility: Wildcard Not In Selected Reference Wildcard wildcard · "type":"Delete","username":"f.mustermann",...
Explanation {"type":"Delete","username":"f.mustermann",...} is used by this stream but is not listed in the Helmut4 4.13.0 wildcard reference.
Recommendation → Check whether the wildcard was removed, renamed, introduced in another Helmut4 version, or provided by a plugin.
Warning Temp Stream Variable Read Without Write Temp Stream Variable stream_variable · username
Explanation This Temp Stream Variable is read by a stream, but no write action was detected in the analyzed data.
Recommendation → Check whether it is written by a pre-stream, split stream, external process, or previous runtime context.
Dynamic Reference Dynamic Variable Reference Store Variable store_variable · Profile-{stream.variable.username}
Explanation The variable name contains a placeholder or dynamic expression, so the final key cannot be fully verified from the export alone.
Recommendation → Document the expected resolved values or add explicit definitions for the known runtime keys.
Info Defined But Not Directly Used Helmut Wildcard helmut_wildcard · helmut.usernames
Explanation This variable exists in the exported definitions, but no direct stream reference was found.
Recommendation → Keep it if it is used indirectly by dynamic references; otherwise consider cleanup.