This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git.
from e73da3c Merge pull request #44 from aherbert/update-checkstyle2
new fba6bb8 Added spotbugs exclusion for necessary null check.
new 0fb3012 Ensure travis runs spotbugs and checkstyle checks.
new d4bced6 synchronized at the block level.
new 8eb0e21 JMH annotated classes cannot be final.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 2 +-
.../jmh/NextBooleanGenerationPerformance.java | 2 +-
.../jmh/NextBytesGenerationPerformance.java | 2 +-
.../jmh/NextDoubleGenerationPerformance.java | 2 +-
.../jmh/NextFloatGenerationPerformance.java | 2 +-
.../examples/jmh/NextIntGenerationPerformance.java | 2 +-
.../jmh/NextLongGenerationPerformance.java | 2 +-
.../apache/commons/rng/simple/JDKRandomBridge.java | 44 ++++++++++++----------
.../checkstyle/checkstyle-suppressions.xml | 8 ++--
.../resources/spotbugs/spotbugs-exclude-filter.xml | 11 +++++-
10 files changed, 46 insertions(+), 31 deletions(-)