Issues

2 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 · jsonObj.db[destinations[i]]++
Explanation {jsonObj.db[destinations[i]]++} 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 · destinations
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.