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

Reimplemented findAllErrors function in Java #2043

Merged

Conversation

PieterOlivier
Copy link
Contributor

In rascal-lsp we need to call the findAllErrors function from Java.

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

Attention: Patch coverage is 92.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 49%. Comparing base (c523f19) to head (4c990aa).
Report is 4 commits behind head on feat/error-recovery.

Files with missing lines Patch % Lines
src/org/rascalmpl/library/util/ErrorRecovery.java 91% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##             feat/error-recovery   #2043   +/-   ##
=====================================================
  Coverage                     49%     49%           
- Complexity                  6561    6568    +7     
=====================================================
  Files                        685     685           
  Lines                      61077   61102   +25     
  Branches                    8830    8835    +5     
=====================================================
+ Hits                       30149   30168   +19     
- Misses                     28722   28726    +4     
- Partials                    2206    2208    +2     

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

@PieterOlivier PieterOlivier merged commit bdee4f4 into feat/error-recovery Oct 8, 2024
1 check passed
@PieterOlivier PieterOlivier mentioned this pull request Oct 8, 2024
toinehartman pushed a commit that referenced this pull request Oct 16, 2024
…ava-impl

Reimplemented `findAllErrors` function in Java
toinehartman pushed a commit that referenced this pull request Oct 21, 2024
…ava-impl

Reimplemented `findAllErrors` function in Java
toinehartman pushed a commit that referenced this pull request Oct 21, 2024
…ava-impl

Reimplemented `findAllErrors` function in Java
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