PMD Results
The following document contains the results of PMD 7.7.0.
Violations By Priority
Priority 3
com/student_loan/service/LoanService.java
Priority 4
com/student_loan/DataInitializer.java
com/student_loan/controller/LoanController.java
com/student_loan/controller/UserController.java
com/student_loan/security/JwtUtil.java
com/student_loan/service/LoanService.java
com/student_loan/service/UserService.java
Rule |
Violation |
Line |
UnnecessaryImport |
Unused import 'com.student_loan.model.User.DegreeType' |
7 |
Files
com/student_loan/DataInitializer.java
com/student_loan/controller/LoanController.java
Rule |
Violation |
Priority |
Line |
UnnecessaryImport |
Unused import 'java.util.Objects' |
4 |
19 |
com/student_loan/controller/UserController.java
Rule |
Violation |
Priority |
Line |
UnnecessaryImport |
Unused import 'com.student_loan.model.Item' |
4 |
10 |
com/student_loan/security/JwtUtil.java
Rule |
Violation |
Priority |
Line |
UnnecessaryImport |
Unused import 'javax.crypto.SecretKey' |
4 |
9 |
com/student_loan/service/LoanService.java
com/student_loan/service/UserService.java
Rule |
Violation |
Priority |
Line |
UnnecessaryImport |
Unused import 'com.student_loan.model.User.DegreeType' |
4 |
7 |