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

Fix logic to calculate total matches played by team #3

Open
koushikkothagal opened this issue Apr 11, 2021 · 3 comments
Open

Fix logic to calculate total matches played by team #3

koushikkothagal opened this issue Apr 11, 2021 · 3 comments
Labels
spring boot Spring Boot / Backend work

Comments

@koushikkothagal
Copy link
Owner

The Spring Batch Job listener gets count of matches for each team in team1 position, and add the team2 position counts to it. In a rare chance that a team has played only in the second innings (and never shows up in team1), this fails will a NPE.

@koushikkothagal koushikkothagal added the spring boot Spring Boot / Backend work label Apr 11, 2021
@mvoronov
Copy link

Is anyone working on this issue ?

@mvoronov
Copy link

Started working.

@mvoronov
Copy link

Done. Created pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spring boot Spring Boot / Backend work
Projects
None yet
Development

No branches or pull requests

2 participants