dmfs / lib-recur

A recurrence processor for Java
Apache License 2.0
199 stars 47 forks source link

Fix iteration of exception that falls on last instance, fixes #93 #94

Closed dmfs closed 3 years ago

dmfs commented 3 years ago

This fix ensures an exception that appens to fall on the last instance of a recurrence set is not returned as an instance.

codecov[bot] commented 3 years ago

Codecov Report

Merging #94 (9aac669) into master (5d5c7e8) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #94      +/-   ##
============================================
+ Coverage     73.89%   73.90%   +0.01%     
  Complexity      455      455              
============================================
  Files            54       54              
  Lines          1854     1855       +1     
  Branches        361      361              
============================================
+ Hits           1370     1371       +1     
  Misses          361      361              
  Partials        123      123              
Impacted Files Coverage Δ Complexity Δ
...s/rfc5545/recurrenceset/RecurrenceSetIterator.java 86.48% <100.00%> (+0.37%) 15.00 <0.00> (ø)

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 5d5c7e8...9aac669. Read the comment docs.