-
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: Javadoc space cleanup #6005
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.x #6005 +/- ##
============================================
+ Coverage 98.19% 98.35% +0.16%
- Complexity 6061 6065 +4
============================================
Files 656 656
Lines 44101 44101
Branches 6118 6118
============================================
+ Hits 43304 43376 +72
+ Misses 245 213 -32
+ Partials 552 512 -40
Continue to review full report at Codecov.
|
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.
Subjects and Processors are rendering fine?
Well, |
There seems to be a Travis-CI problem; the build is just stuck at the pre-init phase after the network check. |
This PR adds a gradle task to replace the excessive whitespaces generated into the Javadocs between method arguments and after method argument annotations.
This task should run before the javadoc gets packaged up for maven and before it gets pushed back to the gh-pages.
(This was created as a repo branch so that the snapshot pushback is triggered, see the comparison links below.)
Resolves: #6004
Comparison
Multiple parameters before: combineLatest
Multiple parameters after: combineLatest snapshot
Newline after parameter annotation before: as
Newline after parameter annotation after: as snapshot