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 3 forks source link

(JAVA-E1054) Boxed Boolean values should not be used in conditional expressions #31

Closed llTheBlankll closed 3 months ago

llTheBlankll commented 3 months ago

Description

A boxed boolean value (java.lang.Boolean) is being used in a potentially dangerous manner. Such usage may lead to a NullPointerException being thrown.

Occurrences

There are 5 occurrences of this issue in the repository.

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