-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
131 rework api #132
131 rework api #132
Conversation
import org.saynotobugs.confidence.quality.object.Satisfies; | ||
|
||
@StaticFactories(value = "Recur", packageName = "org.dmfs.rfc5545.confidence") | ||
public final class EmptyRecurrenceSet extends QualityComposition<RecurrenceSet> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- These new Qualities still need unit tests
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #132 +/- ##
============================================
+ Coverage 75.09% 77.59% +2.50%
- Complexity 525 556 +31
============================================
Files 66 72 +6
Lines 2088 2089 +1
Branches 383 372 -11
============================================
+ Hits 1568 1621 +53
+ Misses 374 323 -51
+ Partials 146 145 -1 ☔ View full report in Codecov by Sentry. |
b266ff3
to
e45fc4b
Compare
} | ||
|
||
|
||
public long getLastInstance(TimeZone timezone, long start) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- this functionality is still missing
d5088ae
to
fd43e7f
Compare
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
No description provided.