Release 1.0
Handled rules
- Bug
- Resources should be closed (Sonar Rule 2095)
- "BigDecimal(double)" should not be used (Sonar Rule 2111)
- "hashCode" and "toString" should not be called on array instances (Sonar Rule 2116)
- "Iterator.next()" methods should throw "NoSuchElementException" (Sonar Rule 2272)
- Strings and Boxed types should be compared using "equals()" (Sonar Rule 4973)
- Code Smell
- Unused assignments should be removed (Sonar Rule 1854)
- Fields in a "Serializable" class should either be transient or serializable (Sonar Rule 1948)