-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
2.x: cleanup 9/12-1, more Maybe operators, more source code checking #4530
Conversation
Current coverage is 78.73% (diff: 61.36%)@@ 2.x #4530 diff @@
==========================================
Files 524 525 +1
Lines 34980 35024 +44
Methods 0 0
Messages 0 0
Branches 5443 5447 +4
==========================================
+ Hits 27535 27576 +41
- Misses 5466 5474 +8
+ Partials 1979 1974 -5
|
e2bf555
to
609dd16
Compare
/cc @DavidMGross do you recall any common mistake pattern in the documentation? |
There could also be a test that checks that every file has a license header. |
How about adding code that checks the headers and adds them when the unit tests are run locally? I usually just run the JUnit tests from Eclipse. |
2d92ce7
to
74fede6
Compare
The parser didn't check the instance methods properly so a bunch of mistakes remained. Posting a new PR shortly. |
It's been a while since I've worked with the Rx javadocs, but here are some
I wish I had more time to devote to the Rx docs, but I'm 99% committed to On Mon, Sep 12, 2016 at 3:49 AM, David Karnok notifications@github.com
David M. Gross |
Maybe
operators:onTerminateDetach
,repeat
,retry
Backpressure:
entries of the javadoc where the base type uses Flowable/Publisher