Skip to content

Avoid checking trying to resolve unknown locations#2805

Open
DavyLandman wants to merge 1 commit into
mainfrom
fix/never-try-resolve-unknown-locations
Open

Avoid checking trying to resolve unknown locations#2805
DavyLandman wants to merge 1 commit into
mainfrom
fix/never-try-resolve-unknown-locations

Conversation

@DavyLandman

Copy link
Copy Markdown
Member

As they would right now fall-back to the external resolver, but in reality we've marked them as invalid, so they should never have successful IO results

I've also removed an old overload in the URI resolver that shouldn't be used anymore (and was only used by a single test).

As they would right now fall-back to the externel resolver, but in reality we've marked them as invalid, so they should never have successfull IO results
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 46%. Comparing base (54de850) to head (da6be5d).

Files with missing lines Patch % Lines
src/org/rascalmpl/uri/URIResolverRegistry.java 0% 3 Missing and 3 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2805   +/-   ##
=======================================
  Coverage       46%     46%           
- Complexity    6711    6723   +12     
=======================================
  Files          839     839           
  Lines        66767   66772    +5     
  Branches      9983    9983           
=======================================
+ Hits         30774   30783    +9     
+ Misses       33613   33604    -9     
- Partials      2380    2385    +5     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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