Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - Finalizer does not call superclass finalizer |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Call to equals() comparing unrelated class and interface |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Illegal format string |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Malicious code vulnerability - Field is a mutable array |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Multithreaded correctness - A thread was created using the default empty run method |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - Iterator next() method can't throw NoSuchElementException |
Severity set to MINOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Overwritten increment |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Dodgy - Invocation of substring(0), which returns the original value |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - equals method always returns true |
Severity set to BLOCKER
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - A known null value is checked to see if it is an instance of a type |
Severity set to BLOCKER
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Nonnull field is not initialized |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Performance - Method invokes inefficient floating-point Number constructor; use static valueOf instead |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - Method may fail to close stream on exception |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Integer shift by an amount not in the range 0..31 |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Performance - Unread field: should this field be static? |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Value required to not have type qualifier, but marked as unknown |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - Method might drop exception |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Multithreaded correctness - Empty synchronized block |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Dodgy - Ambiguous invocation of either an inherited or outer method |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Dodgy - Class extends Servlet class and uses instance variables |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - Non-serializable value stored into instance field of a serializable class |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Dodgy - int division result cast to double or float |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - Class names shouldn't shadow simple name of implemented interface |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Method may return null, but is declared @NonNull |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - equals method fails for subtypes |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Security - A prepared statement is generated from a nonconstant String |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - toString method may return null |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Performance - Method allocates a boxed primitive just to call toString |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Check to see if ((...) & 0) == 0 |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Performance - Could be refactored into a static inner class |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - Suspicious reference comparison |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Performance - Method invokes toString() method on a String |
Severity set to INFO
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Multithreaded correctness - Synchronization on boxed primitive could lead to deadlock |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Dodgy - Class extends Struts Action class and uses instance variables |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - The readResolve method must be declared with a return type of Object. |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Security - Empty database password |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - Serializable inner class |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Multithreaded correctness - Class's writeObject() method is synchronized but nothing else is |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Dodgy - Transient field of class that isn't Serializable. |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Dodgy - Complicated, subtle or wrong increment in for-loop |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - serialVersionUID isn't final |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Malicious code vulnerability - Field isn't final and can't be protected from malicious code |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Method does not check for null argument |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Bad attempt to compute absolute value of signed 32-bit random integer |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Impossible downcast |
Severity set to BLOCKER
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Dodgy - Class implements same interface as superclass |
Severity set to MAJOR
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Collections should not contain themselves |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Multithreaded correctness - Call to static DateFormat |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Correctness - Doomed attempt to append to an object output stream |
Severity set to CRITICAL
|
Feb 22, 2015 6:39 PM |
System |
Activated |
Bad practice - Unchecked type in generic call |
Severity set to CRITICAL
|