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

Improve file name extraction for Java files #2531

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MrSerth
Copy link
Member

@MrSerth MrSerth commented Sep 16, 2024

The previous RegEx used was pretty inefficient and could result in an "too much recursion" error. I still assume that the updated RegEx catches all relevant file names, without limiting recognition.

Fixes CODEOCEAN-FRONTEND-9Q

The previous RegEx used was pretty inefficient and could result in an "too much recursion" error. I still assume that the updated RegEx catches all relevant file names, without limiting recognition.

Fixes CODEOCEAN-FRONTEND-9Q
@MrSerth MrSerth added bug javascript Pull requests that update Javascript code labels Sep 16, 2024
@MrSerth MrSerth self-assigned this Sep 16, 2024
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.40%. Comparing base (4eab086) to head (83fbe35).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2531   +/-   ##
=======================================
  Coverage   69.40%   69.40%           
=======================================
  Files         199      199           
  Lines        6347     6347           
=======================================
  Hits         4405     4405           
  Misses       1942     1942           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant