Chrisds7

Results 3 issues of Chrisds7

- Not importing modules, '$' being used without definition: socket.js - Break statement missing causing a fall-through: socket.js - Unexpected returns from callbacks: socket.js

14 instances of uncalled private methods, some examples: E-Commerce-Spring-Boot\src\main\java\com\dbms\triplehao\web\ProductController.java:60: UnusedPrivateMethod: 'sortProductByPrice()'. E-Commerce-Spring-Boot\src\main\java\com\dbms\triplehao\web\ProductController.java:68: UnusedPrivateMethod: 'sortProductByPriceDesc()'. Most in this file

The program is dereferencing a field that does not seem to ever have a non-null value written to it. Unless the field is initialized via some mechanism not seen by...