Skip to content

Changes from 4.x#370

Merged
jbgi merged 11 commits into
functionaljava:series/5.xfrom
jbgi:backports/5.x
Oct 8, 2018
Merged

Changes from 4.x#370
jbgi merged 11 commits into
functionaljava:series/5.xfrom
jbgi:backports/5.x

Conversation

@jbgi

@jbgi jbgi commented Oct 8, 2018

Copy link
Copy Markdown
Member

and enable html5 javadoc.

jbgi and others added 11 commits October 7, 2018 13:56
Signed-off-by: Gábor Lipták <gliptak@gmail.com>

(cherry picked from commit 2e1f2c5)
* upstream/series/4.x:
  Fix javadoc warnings.
  Update gradle. Fix gradle warnings.
  Fix compile warnings.
  Add missing @deprecated annotations (previously only on javadoc).
  Add Strategy tests
  Add Trampoline.suspend(final F0<Trampoline<A>> a).
  Fix regression in lifted semigroup sum. Move lifted definition in Monoid.
@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #370 into series/5.x will decrease coverage by 0.17%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##             series/5.x     #370      +/-   ##
================================================
- Coverage          48.5%   48.32%   -0.18%     
- Complexity            0     2254    +2254     
================================================
  Files               175      153      -22     
  Lines              9232     9094     -138     
  Branches            536      490      -46     
================================================
- Hits               4478     4395      -83     
+ Misses             4570     4552      -18     
+ Partials            184      147      -37
Impacted Files Coverage Δ Complexity Δ
core/src/main/java/fj/Monoid.java 45.32% <ø> (ø) 22 <0> (+22) ⬆️
core/src/main/java/fj/Semigroup.java 63.88% <ø> (ø) 27 <0> (+27) ⬆️
core/src/main/java/fj/data/Enumerator.java 52.47% <ø> (ø) 15 <0> (+15) ⬆️
quickcheck/src/main/java/fj/test/Gen.java 59.37% <ø> (ø) 38 <0> (+38) ⬆️
core/src/main/java/fj/data/Tree.java 54.9% <ø> (ø) 21 <0> (+21) ⬆️
core/src/main/java/fj/P1.java 57.57% <ø> (ø) 18 <0> (+18) ⬆️
core/src/main/java/fj/control/Trampoline.java 62.29% <ø> (ø) 9 <0> (+9) ⬆️
core/src/main/java/fj/Function.java 28.94% <ø> (ø) 22 <0> (+22) ⬆️
core/src/main/java/fj/data/optic/POptional.java 4.25% <ø> (ø) 3 <0> (+3) ⬆️
core/src/main/java/fj/data/optic/PPrism.java 14.28% <ø> (ø) 8 <0> (+8) ⬆️
... and 30 more

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 1650c3a...6dd03d7. Read the comment docs.

@jbgi
jbgi merged commit c626f62 into functionaljava:series/5.x Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants