Skip to content

You have infinite loops in the constructor#16

Open
enimiste wants to merge 1 commit intoTesteSoftware:masterfrom
enimiste:patch-1
Open

You have infinite loops in the constructor#16
enimiste wants to merge 1 commit intoTesteSoftware:masterfrom
enimiste:patch-1

Conversation

@enimiste
Copy link
Copy Markdown

@enimiste enimiste commented Oct 24, 2019

the valor attributes doesn't change along the constructor code and while loops condition is based on it.
the code blocks infinitly on the first loop (and if you fix it it will block on the next one and so on).
i replace the while loops by if condition.

it is not clear what you want to do with the valor with count ?
if you need to have how many 100 in the valor you just do : valor/100

in any cases this pull request will let your code executes.

the valor attributes doesn't change along the constructor code and while loops condition is based on it.
the code blocks on the first loop (and if you fix it it will block on the next one and so on).
i replace the while loops by if condition.
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.

1 participant