Skip to content
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

Review and normalization of the javadoc #24

Merged
merged 55 commits into from
Aug 18, 2019
Merged

Review and normalization of the javadoc #24

merged 55 commits into from
Aug 18, 2019

Conversation

boretti
Copy link
Member

@boretti boretti commented Aug 16, 2019

Review each classes and add general information on top

  • BiConsumerWithException
  • BiFunctionWithException
  • BinaryOperatorWithException
  • BiPredicateWithException
  • BooleanSupplierWithException
  • ConsumerWithException
  • DoubleBinaryOperatorWithException
  • DoubleConsumerWithException
  • DoubleFunctionWithException
  • DoublePredicateWithException
  • DoubleSupplierWithException
  • DoubleToIntFunctionWithException
  • DoubleToLongFunctionWithException
  • DoubleUnaryOperatorWithException
  • FunctionWithException
  • IntBinaryOperatorWithException
  • IntConsumerWithException
  • IntFunctionWithException
  • IntPredicateWithException
  • IntSupplierWithException
  • IntToDoubleFunctionWithException
  • IntToLongFunctionWithException
  • IntUnaryOperatorWithException
  • LongBinaryOperatorWithException
  • LongConsumerWithException
  • LongFunctionWithException
  • LongPredicateWithException
  • LongSupplierWithException
  • LongToDoubleFunctionWithException
  • LongToIntFunctionWithException
  • LongUnaryOperatorWithException
  • ObjDoubleConsumerWithException
  • ObjIntConsumerWithException
  • ObjLongConsumerWithException
  • package-info
  • PredicateWithException
  • RunnableWithException
  • SupplierWithException
  • ToDoubleBiFunctionWithException
  • ToDoubleFunctionWithException
  • ToIntBiFunctionWithException
  • ToIntFunctionWithException
  • ToLongBiFunctionWithException
  • ToLongFunctionWithException
  • UnaryOperatorWithException

@boretti boretti added the documentation Improvements or additions to documentation label Aug 16, 2019
@boretti boretti added this to the 1.0.0 milestone Aug 16, 2019
@boretti boretti self-assigned this Aug 16, 2019
@codecov
Copy link

codecov bot commented Aug 16, 2019

Codecov Report

Merging #24 into master will increase coverage by 6.28%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #24      +/-   ##
============================================
+ Coverage     92.75%   99.03%   +6.28%     
- Complexity      496      498       +2     
============================================
  Files            49       49              
  Lines           828      830       +2     
============================================
+ Hits            768      822      +54     
+ Misses           60        8      -52
Flag Coverage Δ Complexity Δ
#unitlinuxopenjdk10 99.03% <100%> (+6.28%) 498 <26> (+2) ⬆️
#unitlinuxoraclejdk9 99.03% <100%> (+6.28%) 498 <26> (+2) ⬆️
Impacted Files Coverage Δ Complexity Δ
...extensions/exceptions/ExceptionHandlerSupport.java 100% <ø> (ø) 1 <0> (ø) ⬇️
...ptions/PrimitiveReturnExceptionHandlerSupport.java 100% <ø> (ø) 5 <0> (ø) ⬇️
...erunit/extensions/exceptions/WrappedException.java 100% <ø> (ø) 3 <0> (ø) ⬇️
...xceptions/ObjectReturnExceptionHandlerSupport.java 100% <ø> (ø) 5 <0> (ø) ⬇️
...ns/exceptions/NoReturnExceptionHandlerSupport.java 62.5% <ø> (ø) 6 <0> (ø) ⬇️
...t/extensions/exceptions/SupplierWithException.java 100% <100%> (+5.88%) 11 <0> (ø) ⬇️
...ns/exceptions/LongBinaryOperatorWithException.java 100% <100%> (+6.25%) 8 <2> (ø) ⬇️
.../exceptions/DoubleBinaryOperatorWithException.java 100% <100%> (+6.25%) 8 <0> (ø) ⬇️
...extensions/exceptions/BiConsumerWithException.java 100% <100%> (+17.39%) 12 <6> (ø) ⬇️
...sions/exceptions/ToIntBiFunctionWithException.java 100% <100%> (ø) 8 <0> (ø) ⬇️
... and 60 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 44d20d6...75f86fe. Read the comment docs.

@boretti boretti changed the title WIP - Review and normalization of the javadoc Review and normalization of the javadoc Aug 18, 2019
@boretti boretti merged commit daf145c into master Aug 18, 2019
@mergify mergify bot deleted the review/javadoc branch August 18, 2019 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant