You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No for, a variável ret deve ser diferente de null para se cumprir a condição e entrar no laço if, porém, a variável ret foi inicializada como null, então nunca entrará no laço de if.
Source-Code-Inspection/Source Code Inspection/src/br/calebe/ticketmachine/core/Troco.java
Line 72 in 56b0f5f
No for, a variável ret deve ser diferente de null para se cumprir a condição e entrar no laço if, porém, a variável ret foi inicializada como null, então nunca entrará no laço de if.