exonum-java-binding icon indicating copy to clipboard operation
exonum-java-binding copied to clipboard

Add Guava beta checker

Open dmitry-timofeev opened this issue 7 years ago • 2 comments

Overview

It ensures that our library code does not depend on beta APIs in Guava, which may change in any release.

Also, fix a Beta API use in HashCode.

See https://github.com/google/guava/wiki/PhilosophyExplained#beta-apis

dmitry-timofeev avatar Mar 26 '18 10:03 dmitry-timofeev

Не так-то просто, явное указание annotationProcessorPaths отменяет обнаружение обработчиков аннотаций, доступных в classpath :confused:

dmitry-timofeev avatar Mar 26 '18 12:03 dmitry-timofeev

The following is likely to be the solution for this issue: https://groups.google.com/forum/#!topic/error-prone-discuss/O4VJTvvjBkM

dmitry-timofeev avatar Oct 11 '18 11:10 dmitry-timofeev