The following document contains the results of PMD 3.9.
Violation | Line |
---|---|
Use explicit scoping instead of the default package private level | 85 |
Found 'DU'-anomaly for variable 'debug' (lines '160'-'160'). | 160 |
Found 'DU'-anomaly for variable 'credentials' (lines '160'-'160'). | 160 |
Found 'DU'-anomaly for variable 'serviceName' (lines '160'-'160'). | 160 |
Found 'DU'-anomaly for variable 'username' (lines '160'-'160'). | 160 |
Violation | Line |
---|---|
A method should have only one exit point, and that should be the last statement in the method | 228 |
A method should have only one exit point, and that should be the last statement in the method | 231 |
A method should have only one exit point, and that should be the last statement in the method | 235 |
Found 'UR'-anomaly for variable 'maxId' (lines '246'-'246'). | 246 |
Violation | Line |
---|---|
Each class should declare at least one constructor | 48 - 228 |
Perhaps 'subject' could be replaced by a local variable. | 51 |
Perhaps 'sharedState' could be replaced by a local variable. | 53 |
Found 'UR'-anomaly for variable 'pamReturnValue' (lines '125'-'125'). | 125 |
Found 'DD'-anomaly for variable 'callbacks' (lines '128'-'131'). | 128 - 131 |
Found 'DD'-anomaly for variable 'username' (lines '129'-'145'). | 129 - 145 |
Found 'DD'-anomaly for variable 'callbacks' (lines '131'-'134'). | 131 - 134 |
Found 'DD'-anomaly for variable 'credentials' (lines '132'-'146'). | 132 - 146 |
Found 'DD'-anomaly for variable 'authenticated' (lines '147'-'150'). | 147 - 150 |