Skip to content

Conversation

@kio-watanabe
Copy link
Contributor

Fixed generated Java code that was detected as a bug in SonarQube.

Before:

int ret;
int head = 1 - 1;
int tail = 10 + 1;

After:

int ret;
int head = 0;
int tail = 11;

@yutaro-sakamoto yutaro-sakamoto merged commit 4b40d92 into opensourcecobol:develop Apr 12, 2024
@yutaro-sakamoto
Copy link
Contributor

@kio-watanabe
Thank you!

This was referenced Apr 30, 2024
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.

2 participants