mtedone / podam

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

Fix javadoc for bound argument in AbstractTypeManufacturer.getInteger #261

Closed maratik123 closed 6 years ago

maratik123 commented 6 years ago

Actually upper bound is inclusive when calling PodamUtils.getIntegerInRange(). And callers of AbstractTypeManufacturer.getInteger() relies on inclusive bounding.

codecov-io commented 6 years ago

Codecov Report

Merging #261 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #261   +/-   ##
==========================================
  Coverage      90.39%   90.39%           
  Complexity       577      577           
==========================================
  Files             42       42           
  Lines           1729     1729           
  Branches         346      346           
==========================================
  Hits            1563     1563           
  Misses           105      105           
  Partials          61       61
Impacted Files Coverage Δ Complexity Δ
...am/typeManufacturers/AbstractTypeManufacturer.java 100% <ø> (ø) 6 <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 ed27887...e067d9a. Read the comment docs.

daivanov commented 6 years ago

Merged, thank you