René's URL Explorer Experiment


Title: False Negative on Recursive Call with Sibling Method with Same Parameter Name · Issue #270 · liquid-java/liquidjava · GitHub

Open Graph Title: False Negative on Recursive Call with Sibling Method with Same Parameter Name · Issue #270 · liquid-java/liquidjava

X Title: False Negative on Recursive Call with Sibling Method with Same Parameter Name · Issue #270 · liquid-java/liquidjava

Description: Description In the following example, when both the fibonacci and factorial methods are present, LiquidJava fails to report an expected verification error on the recursive call inside factorial. Removing the fibonacci method or renaming ...

Open Graph Description: Description In the following example, when both the fibonacci and factorial methods are present, LiquidJava fails to report an expected verification error on the recursive call inside factorial. Re...

X Description: Description In the following example, when both the fibonacci and factorial methods are present, LiquidJava fails to report an expected verification error on the recursive call inside factorial. Re...

Opengraph URL: https://github.com/liquid-java/liquidjava/issues/270

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"False Negative on Recursive Call with Sibling Method with Same Parameter Name","articleBody":"**Description**\nIn the following example, when both the `fibonacci` and `factorial` methods are present, LiquidJava fails to report an expected verification error on the recursive call inside `factorial`.\n\nRemoving the `fibonacci` method or renaming one of the `n` parameters causes the expected error to be reported correctly.\n\n**Minimal reproducer**\n```java\nint wrongFibonacci(@Refinement(\"_ \u003e 0\") int n) {\n    if (n == 1) return 1;\n    else return fibonacci(n - 1) + fibonacci(n - 2); // reports error ✅\n}\n\nint wrongFactorial(@Refinement(\"_ \u003e 0\") int n) {   \n    return n * factorial(n - 1); // does not report error ❌\n}\n```\n\n**Expected behavior**\nRecursive call of `factorial` should report an error because when `n == 1`, on the next call `n == 0`, which violates the parameter refinement.\n\n**Actual behavior**\nDoes not report the error.\n\n**Environment**\n- LiquidJava version / commit: 0.0.27\n- Java version (`java -version`): 20\n- OS: MacOS 26","author":{"url":"https://github.com/rcosta358","@type":"Person","name":"rcosta358"},"datePublished":"2026-06-26T16:10:14.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/270/liquidjava/issues/270"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:fa7f2ede-0a33-de30-ad2e-59272bb98b4c
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE748:9BC0B:F57E36:16114DE:6A632E12
html-safe-noncef1ba8d96de50575ae01a6cc55c72679a08adecc8e543615a9073f5be4a506231
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNzQ4OjlCQzBCOkY1N0UzNjoxNjExNERFOjZBNjMyRTEyIiwidmlzaXRvcl9pZCI6IjY1Njk1NjgwMzYyODI2NDE5MzgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacaebe819bf367bc2582c0879c6d34758fd8b68810c6e59666f3931b8a39f70f4d
hovercard-subject-tagissue:4753420313
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/liquid-java/liquidjava/270/issue_layout
twitter:imagehttps://opengraph.githubassets.com/03426418db45e824748c9e8af3b740477732e926b4a794a0bb1bfbfd9383305f/liquid-java/liquidjava/issues/270
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/03426418db45e824748c9e8af3b740477732e926b4a794a0bb1bfbfd9383305f/liquid-java/liquidjava/issues/270
og:image:altDescription In the following example, when both the fibonacci and factorial methods are present, LiquidJava fails to report an expected verification error on the recursive call inside factorial. Re...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamercosta358
hostnamegithub.com
expected-hostnamegithub.com
None30c644d502bce6cd2e59f9000b4744f2b64819abea8e8f959b18e3ad793125aa
turbo-cache-controlno-preview
go-importgithub.com/liquid-java/liquidjava git https://github.com/liquid-java/liquidjava.git
octolytics-dimension-user_id242831829
octolytics-dimension-user_loginliquid-java
octolytics-dimension-repository_id258218369
octolytics-dimension-repository_nwoliquid-java/liquidjava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id258218369
octolytics-dimension-repository_network_root_nwoliquid-java/liquidjava
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release331492a48ebd91d66ef2de38e1901bb911c9fe9b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/liquid-java/liquidjava/issues/270#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fliquid-java%2Fliquidjava%2Fissues%2F270
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fliquid-java%2Fliquidjava%2Fissues%2F270
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=liquid-java%2Fliquidjava
Reloadhttps://github.com/liquid-java/liquidjava/issues/270
Reloadhttps://github.com/liquid-java/liquidjava/issues/270
Reloadhttps://github.com/liquid-java/liquidjava/issues/270
Please reload this pagehttps://github.com/liquid-java/liquidjava/issues/270
liquid-java https://github.com/liquid-java
liquidjavahttps://github.com/liquid-java/liquidjava
Notifications https://github.com/login?return_to=%2Fliquid-java%2Fliquidjava
Fork 36 https://github.com/login?return_to=%2Fliquid-java%2Fliquidjava
Star 65 https://github.com/login?return_to=%2Fliquid-java%2Fliquidjava
Code https://github.com/liquid-java/liquidjava
Issues 20 https://github.com/liquid-java/liquidjava/issues
Pull requests 8 https://github.com/liquid-java/liquidjava/pulls
Actions https://github.com/liquid-java/liquidjava/actions
Projects https://github.com/liquid-java/liquidjava/projects
Security and quality 0 https://github.com/liquid-java/liquidjava/security
Insights https://github.com/liquid-java/liquidjava/pulse
Code https://github.com/liquid-java/liquidjava
Issues https://github.com/liquid-java/liquidjava/issues
Pull requests https://github.com/liquid-java/liquidjava/pulls
Actions https://github.com/liquid-java/liquidjava/actions
Projects https://github.com/liquid-java/liquidjava/projects
Security and quality https://github.com/liquid-java/liquidjava/security
Insights https://github.com/liquid-java/liquidjava/pulse
False Negative on Recursive Call with Sibling Method with Same Parameter Namehttps://github.com/liquid-java/liquidjava/issues/270#top
bugSomething isn't workinghttps://github.com/liquid-java/liquidjava/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/rcosta358
rcosta358https://github.com/rcosta358
on Jun 26, 2026https://github.com/liquid-java/liquidjava/issues/270#issue-4753420313
bugSomething isn't workinghttps://github.com/liquid-java/liquidjava/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.