mtedone / podam

PODAM - POjo DAta Mocker
https://mtedone.github.io/podam
MIT License
326 stars 749 forks source link

Use thread-safe random implementation #260

Closed maratik123 closed 6 years ago

maratik123 commented 6 years ago

Use thread safe random implementation for generating numbers (ThreadLocalRandom.current() instead of new Random())

codecov-io commented 6 years ago

Codecov Report

Merging #260 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #260   +/-   ##
==========================================
  Coverage      90.38%   90.38%           
  Complexity       576      576           
==========================================
  Files             42       42           
  Lines           1727     1727           
  Branches         345      345           
==========================================
  Hits            1561     1561           
  Misses           105      105           
  Partials          61       61
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/uk/co/jemos/podam/api/PodamUtils.java 86.76% <100%> (ø) 27 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ce158b0...834a483. Read the comment docs.

daivanov commented 6 years ago

Hi,

Thank you for the patch it was merged. With description it would be perfect.

Thanks, Daniil

maratik123 commented 6 years ago

Added description