Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warnings are: - `rawtypes` - warns about the use of raw types - `unchecked` - warns about unchecked operations - `static` β warns about the access to a static member from an instance member - `cast` β warns about unnecessary casts - `serial` β warns about serializable classes not having a serialversionUID - `fallthrough` β warns about the falling through in a switch statement
- Loading branch information