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
#15 Fixed sonar findings:
-Removed duplicated code;
-Decreased complexity of the certain classes;
-Replaced assert lines with proper checks;
-Added try-with-resources blocks instead of calling close() method etc.
#20 Declared local variables, fields and method parameters as final where it was possible.
#29 Fixed the bug where method getType() of SqlPredicateIsNotNull class returned the wrong type.