llTheBlankll / attendance-system-api-springboot

This project is an Attendance System API built using Spring Boot, WebSocket, and JWT Authentication. The system provides a robust solution for tracking and managing attendance records, with support for real-time updates through WebSocket communication. This attendance is based on the education system of the Philippines
GNU General Public License v3.0
5 stars 2 forks source link

(JAVA-E1082) Missing enum elements in switch cases #24

Closed llTheBlankll closed 3 weeks ago

llTheBlankll commented 3 weeks ago

Description

Switch statements that have expression of an enum type and don't have the default label must specify all the enum elements in their cases.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/llTheBlankll/attendance-system-api-springboot/issue/JAVA-E1082/occurrences/