Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyser messages are truncated in JSON output #186

Open
PatTheMav opened this issue Aug 27, 2023 · 0 comments
Open

Analyser messages are truncated in JSON output #186

PatTheMav opened this issue Aug 27, 2023 · 0 comments

Comments

@PatTheMav
Copy link

When using XCLogParser with the log output of an analyze run on a project, the description is used instead of the title, which leads to the message becoming truncated.

So instead of a title like Access to field 'a' results in a dereference of a null pointer (loaded from field 'b') [core.NullDereference] ending up in the parsed log data, just the first line of the longer description appears in the parsed output with the rest being truncated (i.e., Assuming the condition is false).

This makes it impossible to annotate source code in a meaningful way as the context of the analytical error is lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant