teste-software-si-2025-2-lab3-4-inspecao-codigo-issues-source-code-inspection created by GitHub Classroom

4 Open Issues Need Help Last updated: Sep 6, 2025

Open Issues Need Help

View All on GitHub
Defeito #9 Troco about 1 month ago
help wanted

teste-software-si-2025-2-lab3-4-inspecao-codigo-issues-source-code-inspection created by GitHub Classroom

Java
Defeito #8 Troco about 1 month ago
help wanted

teste-software-si-2025-2-lab3-4-inspecao-codigo-issues-source-code-inspection created by GitHub Classroom

Java
Padrão #4 TicketMachine about 2 months ago

AI Summary: This GitHub issue identifies a data defect in the `inserir` method of the `TicketMachine` class. The problem is an incorrect array index `papelMoeda[1]` being used instead of `papelMoeda[i]` within a loop, which prevents the method from properly validating if an inserted amount is a valid denomination.

Complexity: 1/5
help wanted

teste-software-si-2025-2-lab3-4-inspecao-codigo-issues-source-code-inspection created by GitHub Classroom

Java
Defeito #2 TicketMachine about 2 months ago

AI Summary: The `TicketMachine` class is missing the `precoDoBilhete` (ticket price) attribute, which is specified in the class diagram. This issue identifies an omission defect, requiring the addition of this attribute to the `TicketMachine.java` file.

Complexity: 1/5
help wanted

teste-software-si-2025-2-lab3-4-inspecao-codigo-issues-source-code-inspection created by GitHub Classroom

Java