Skip to content

Conversation

@jimkont
Copy link
Member

@jimkont jimkont commented Jun 8, 2021

Most of the LinkParserTest we failing and this PR fixes most of these tests. There are still issues with external links with paths (containing ?) this is due to the URI escaping utils and not addressed in this change

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 8, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
5.9% 5.9% Duplication

@JJ-Author
Copy link
Contributor

@coderabbitai full review

@coderabbitai
Copy link

coderabbitai bot commented Oct 9, 2025

✅ Actions performed

Full review triggered.

@coderabbitai
Copy link

coderabbitai bot commented Oct 9, 2025

Warning

Rate limit exceeded

@JJ-Author has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 18 minutes and 12 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between eb0e463 and 57ef5a6.

📒 Files selected for processing (4)
  • core/src/main/scala/org/dbpedia/extraction/config/transform/TemplateTransformConfig.scala (2 hunks)
  • core/src/main/scala/org/dbpedia/extraction/wikiparser/impl/simple/SimpleWikiParser.scala (1 hunks)
  • core/src/test/scala/org/dbpedia/extraction/dataparser/LinkParserTest.scala (2 hunks)
  • dump/src/test/resources/shaclTestsCoverageTable.md (2 hunks)
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch external-links

Comment @coderabbitai help to get the list of available commands and usage tips.


// Check if this uri has a scheme. If it does not, add a default http:// scheme

// Check if this uri has a scheme. If it does not, add a default http:// scheme
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Check if this uri has a scheme. If it does not, add a default http:// scheme
// Check whether this URI has a scheme. If it does not, add a default http:// scheme

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.

4 participants