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

Remove waitingDuration parameter and unused Receiver IdleStatistics #7218

Merged
merged 4 commits into from
Aug 1, 2024

Conversation

tnleeuw
Copy link
Contributor

@tnleeuw tnleeuw commented Jul 31, 2024

No description provided.

@tnleeuw tnleeuw added this to the 8.3 milestone Jul 31, 2024
@tnleeuw tnleeuw requested a review from nielsm5 July 31, 2024 12:28
@tnleeuw tnleeuw self-assigned this Jul 31, 2024
if (result==null) {
while (idleStatistics.size()<threadsProcessing+1) {
int threadNumber = idleStatistics.size()+1;
result = configurationMetrics.createThreadBasedDistributionSummary(this, FrankMeterType.RECEIVER_IDLE, threadNumber);
Copy link
Member

Choose a reason for hiding this comment

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

Misschien voor de volledigheid ook de FrankMeterType.RECEIVER_IDLE verwijderen?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Dan heb ik de vraag: waarom worden ENUM constants TOTAL_MESSAGE_IN_ERROR, TOTAL_MESSAGES_PROCESSED en TOTAL_MESSAGES_REJECTED nergens gebruikt? Kunnen die misschien ook weg?

Copy link
Member

@nielsm5 nielsm5 Aug 1, 2024

Choose a reason for hiding this comment

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

Ja die zijn weggevallen nu alles in de andere (specifieke) meters zit 👍🏻

@nielsm5 nielsm5 enabled auto-merge (squash) August 1, 2024 08:53
Copy link

sonarqubecloud bot commented Aug 1, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
C Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@nielsm5 nielsm5 merged commit 1016f97 into master Aug 1, 2024
19 of 21 checks passed
@nielsm5 nielsm5 deleted the techdebt/RemoveUnusedReceiverIdleStatistics branch August 1, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants