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

Introduce DefaultExceptionWithArguments #201

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

agrancaric
Copy link
Collaborator

@agrancaric agrancaric commented Feb 14, 2024

Basic information

  • nrich version:
    nrich-core-api
  • Module:
    nrich-core-api

Additional information

Description

Summary

Add DefaultExceptionWithArguments class for easier usage of ExceptionWithArguments interface

Details

Add DefaultExceptionWithArguments class for easier usage of ExceptionWithArguments interface

Related issue

Types of changes

  • Enhancement (non-breaking change which enhances existing functionality)

Checklist

  • I have read the project's CONTRIBUTING document
  • I have checked my code with the project's static analysis tooling
  • I have formatted my code with the project's IDEA code-style configuration
  • I have checked my code for misspellings
  • I have organized my changes in easy-to-follow commits
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests pass.

@agrancaric agrancaric requested a review from jzrilic February 14, 2024 07:57
@agrancaric agrancaric self-assigned this Feb 14, 2024
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 96.68%. Comparing base (7cbe9ab) to head (c50b126).

Files Patch % Lines
...e/api/exception/DefaultExceptionWithArguments.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #201      +/-   ##
============================================
- Coverage     96.81%   96.68%   -0.14%     
  Complexity     1290     1290              
============================================
  Files           184      185       +1     
  Lines          2955     2959       +4     
  Branches        260      260              
============================================
  Hits           2861     2861              
- Misses           39       43       +4     
  Partials         55       55              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jzrilic jzrilic changed the title Add DefaultExceptionWithArguments class for easier usage of Exception… Introduce DefaultExceptionWithArguments Mar 8, 2024
@agrancaric agrancaric force-pushed the feature_addDefaultExceptionWithArguments branch from 49341fc to c50b126 Compare March 8, 2024 11:23
@jzrilic jzrilic merged commit 188149d into master Mar 8, 2024
7 of 8 checks passed
@jzrilic jzrilic deleted the feature_addDefaultExceptionWithArguments branch March 8, 2024 12:29
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.

2 participants