You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make package privat and remove redundant returns and var initialization
* use parametrized constructor
addresses #172
* LGTM - This check is useless, myfilereader cannot be null here, since new BufferedReader(...) always is non-null.
* LGTM - This FileOutputStream is not always closed on method exit.
* LGTM - The variable 'tmp' is only assigned values of primitive type and is never 'null', but it is declared with the boxed type 'Integer'.
https://lgtm.com/projects/g/vlsi/ksar/alerts/?mode=list
The text was updated successfully, but these errors were encountered: