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
Defeito: A função getTroco() na linha 44 não tem implementação e simplesmente retorna null. Se qualquer parte do sistema chamar este método, ele causará um NullPointerException.
Defeito: A função
getTroco()na linha 44 não tem implementação e simplesmente retornanull. Se qualquer parte do sistema chamar este método, ele causará umNullPointerException.Link para o código:
Source-Code-Inspection/Source Code Inspection/src/br/calebe/ticketmachine/core/TicketMachine.java
Line 44 in 56b0f5f