Skip to content

Conversation

rli
Copy link
Contributor

@rli rli commented Aug 26, 2025

Reduce the amount of Gson calls added by #5970

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rli rli changed the title chore: cleanup/reduce de/ser cycles introduced in #5970 perf: cleanup/reduce de/ser cycles introduced in #5970 Aug 26, 2025
Comment on lines 595 to 598
data class FlareAggregatedFindings(
val messageId: String,
val body: List<AggregatedCodeScanIssue>,
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only findings messages have this format, others do not. I am worried if we force this typing, it will cause errors

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is handled

Copy link

github-actions bot commented Aug 26, 2025

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@rli rli merged commit 62153b8 into main Aug 27, 2025
23 of 24 checks passed
@rli rli deleted the rli/5970-cleanup branch August 27, 2025 22:47
rli pushed a commit that referenced this pull request Sep 11, 2025
When this cleanup PR got merged: #5992

There was some mishandling of the message, causing issues to not be populated in the CodeIssues Panel and causing the findings json to be sent to the chat.
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

Successfully merging this pull request may close these issues.

4 participants