Open Issues Need Help
View All on GitHubteste-software-si-2025-2-lab3-4-inspecao-codigo-issues-source-code-inspection created by GitHub Classroom
teste-software-si-2025-2-lab3-4-inspecao-codigo-issues-source-code-inspection created by GitHub Classroom
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.
teste-software-si-2025-2-lab3-4-inspecao-codigo-issues-source-code-inspection created by GitHub Classroom
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.
teste-software-si-2025-2-lab3-4-inspecao-codigo-issues-source-code-inspection created by GitHub Classroom