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-W1063) Use of `@Nonnull`, `@CheckForNull`, or `@Nullable` detected on primitive declaration #14

Closed llTheBlankll closed 3 months ago

llTheBlankll commented 3 months ago

Description

Primitive types can't be null. Marking primitive parameters, return values, or fields with CheckForNull, Nullable, or NonNull is useless and only adds confusion. These annotations should be removed to improve readability of code.

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-W1063/occurrences/