orientechnologies/orientdb

Resole all reported compiler warnings

andrii0lomakin opened this issue · 1 comments

Resolve all existing compiler warnings and fail build in case of the presence of new ones.

Hi,

The majority of warnings as today from a quick check with a maven build, are about use of deprecated methods/classes the most of them are actually OrientDB method used internally for backward compatibility, or in test cases, this set of "deprecated uses" will be every time present as far as there is a deprecated method, so to make a build fail in case of warnings is need to exclude this specific warnings from checks, without whitelisting each of them.

Regards