René's URL Explorer Experiment


Title: Information about the position of the modified lines / tokens · Issue #4 · cedricrupb/code_diff · GitHub

Open Graph Title: Information about the position of the modified lines / tokens · Issue #4 · cedricrupb/code_diff

X Title: Information about the position of the modified lines / tokens · Issue #4 · cedricrupb/code_diff

Description: Hi, thank you very much for implementing this library. I would like to have more information about its use for the following scenario: given two code snippets, I would like to know the location of the lines and tokens that have been chan...

Open Graph Description: Hi, thank you very much for implementing this library. I would like to have more information about its use for the following scenario: given two code snippets, I would like to know the location of ...

X Description: Hi, thank you very much for implementing this library. I would like to have more information about its use for the following scenario: given two code snippets, I would like to know the location of ...

Opengraph URL: https://github.com/cedricrupb/code_diff/issues/4

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Information about the position of the modified lines / tokens","articleBody":"Hi, thank you very much for implementing this library.\r\n\r\nI would like to have more information about its use for the following scenario: given two code snippets, I would like to know the location of the lines and tokens that have been changed or added.\r\nLet's take this case as an example:\r\n\r\n\u003cdetails\u003e\r\n \u003csummary\u003e Code\u003c/summary\u003e\r\n \r\noutput = cd.difference(\r\n                    ''' \r\n                        String var = \"Hello\";\r\n                        int x = x + 1 + 8;\r\n                        List\u003cString\u003e list = new ArrayList\u003c\u003e();\r\n                    ''',\r\n                    '''\r\n                        String var1 = \"Hello\";\r\n                        int x = x + 1;\r\n                        List\u003cString\u003e list = new ArrayList\u003c\u003e();\r\n                        List\u003cString\u003e list2 = new ArrayList\u003c\u003e();\r\n                    ''',\r\n                lang = \"java\")\r\n\u003c/details\u003e\r\n\r\nAs you can see, the difference between the two code snippets lies in line 1 (renaming the variable 'var' to 'var1'), line 2 (adding a new addition), and finally, line 4 (adding a new statement).\r\n\r\nThe output of this execution is as follows:\r\n\r\n\u003cdetails\u003e\r\n \u003csummary\u003eOutput\u003c/summary\u003e\r\n \r\n[\r\n  Insert((local_variable_declaration, N0), (program, line 1:8 - 4:4), 3),\r\n  Insert((generic_type, N1), N0, 0),\r\n  Insert((variable_declarator, N2), N0, 1),\r\n  Insert(;:;, N0, 2),\r\n  Update((identifier:var, line 1:15 - 1:18), var1),\r\n  Move((binary_expression, line 2:16 - 2:21), (variable_declarator, line 2:12 - 2:25), 2),\r\n  Insert(type_identifier:List, N1, 0),\r\n  Insert((type_arguments, N3), N1, 1),\r\n  Insert(identifier:list2, N2, 0),\r\n  Insert(=:=, N2, 1),\r\n  Insert((object_creation_expression, N4), N2, 2),\r\n  Insert(\u003c:\u003c, N3, 0),\r\n  Insert(type_identifier:String, N3, 1),\r\n  Insert(\u003e:\u003e, N3, 2),\r\n  Insert(new:new, N4, 0),\r\n  Insert((generic_type, N5), N4, 1),\r\n  Insert((argument_list, N6), N4, 2),\r\n  Insert(type_identifier:ArrayList, N5, 0),\r\n  Insert((type_arguments, N7), N5, 1),\r\n  Insert((:(, N6, 0),\r\n  Insert():), N6, 1),\r\n  Insert(\u003c:\u003c, N7, 0),\r\n  Insert(\u003e:\u003e, N7, 1),\r\n  Delete((+:+, line 2:22 - 2:23)),\r\n  Delete((decimal_integer_literal:8, line 2:24 - 2:25)),\r\n  Delete((binary_expression, line 2:16 - 2:25))\r\n]\r\n\r\n\u003c/details\u003e\r\n\r\nFrom this output, however, I cannot get the information I mentioned above. Does the library support this functionality or is there a way to get this information?\r\n\r\nThanks again for the support.","author":{"url":"https://github.com/Devy99","@type":"Person","name":"Devy99"},"datePublished":"2024-01-08T20:08:29.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/4/code_diff/issues/4"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:0822d6eb-1b90-1ee1-7053-22663432fbd0
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD5F4:1357AB:7D88C:A4984:698D7E05
html-safe-nonce7f5f8f07a02074b2d2518e395c9332d2212971e1a4278e8e70e76417a490a2e5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENUY0OjEzNTdBQjo3RDg4QzpBNDk4NDo2OThEN0UwNSIsInZpc2l0b3JfaWQiOiI2MDM5NzA4OTk3NjgxNzc0MDg1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac033d29c6392ba03b3a933abaf5010179f29ec7f227e79a45bbfcaaa5272422fd
hovercard-subject-tagissue:2071142896
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/cedricrupb/code_diff/4/issue_layout
twitter:imagehttps://opengraph.githubassets.com/8de4ef590a2114403579a99ebf68ee650c8dc7201d21afe21b3d0a34b60f7ee8/cedricrupb/code_diff/issues/4
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/8de4ef590a2114403579a99ebf68ee650c8dc7201d21afe21b3d0a34b60f7ee8/cedricrupb/code_diff/issues/4
og:image:altHi, thank you very much for implementing this library. I would like to have more information about its use for the following scenario: given two code snippets, I would like to know the location of ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameDevy99
hostnamegithub.com
expected-hostnamegithub.com
Nonec0818105fa276287e9369cfdefa0a0fa7953719791ceff9b94d69623c0a4fe8a
turbo-cache-controlno-preview
go-importgithub.com/cedricrupb/code_diff git https://github.com/cedricrupb/code_diff.git
octolytics-dimension-user_id32569892
octolytics-dimension-user_logincedricrupb
octolytics-dimension-repository_id425540049
octolytics-dimension-repository_nwocedricrupb/code_diff
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id425540049
octolytics-dimension-repository_network_root_nwocedricrupb/code_diff
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
release715890fa442134f528fb422ab338c0ad55c7a025
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/cedricrupb/code_diff/issues/4#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcedricrupb%2Fcode_diff%2Fissues%2F4
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcedricrupb%2Fcode_diff%2Fissues%2F4
Sign up https://patch-diff.githubusercontent.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=cedricrupb%2Fcode_diff
Reloadhttps://patch-diff.githubusercontent.com/cedricrupb/code_diff/issues/4
Reloadhttps://patch-diff.githubusercontent.com/cedricrupb/code_diff/issues/4
Reloadhttps://patch-diff.githubusercontent.com/cedricrupb/code_diff/issues/4
cedricrupb https://patch-diff.githubusercontent.com/cedricrupb
code_diffhttps://patch-diff.githubusercontent.com/cedricrupb/code_diff
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fcedricrupb%2Fcode_diff
Fork 6 https://patch-diff.githubusercontent.com/login?return_to=%2Fcedricrupb%2Fcode_diff
Star 42 https://patch-diff.githubusercontent.com/login?return_to=%2Fcedricrupb%2Fcode_diff
Code https://patch-diff.githubusercontent.com/cedricrupb/code_diff
Issues 4 https://patch-diff.githubusercontent.com/cedricrupb/code_diff/issues
Pull requests 0 https://patch-diff.githubusercontent.com/cedricrupb/code_diff/pulls
Actions https://patch-diff.githubusercontent.com/cedricrupb/code_diff/actions
Projects 0 https://patch-diff.githubusercontent.com/cedricrupb/code_diff/projects
Security 0 https://patch-diff.githubusercontent.com/cedricrupb/code_diff/security
Insights https://patch-diff.githubusercontent.com/cedricrupb/code_diff/pulse
Code https://patch-diff.githubusercontent.com/cedricrupb/code_diff
Issues https://patch-diff.githubusercontent.com/cedricrupb/code_diff/issues
Pull requests https://patch-diff.githubusercontent.com/cedricrupb/code_diff/pulls
Actions https://patch-diff.githubusercontent.com/cedricrupb/code_diff/actions
Projects https://patch-diff.githubusercontent.com/cedricrupb/code_diff/projects
Security https://patch-diff.githubusercontent.com/cedricrupb/code_diff/security
Insights https://patch-diff.githubusercontent.com/cedricrupb/code_diff/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/cedricrupb/code_diff/issues/4
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/cedricrupb/code_diff/issues/4
Information about the position of the modified lines / tokenshttps://patch-diff.githubusercontent.com/cedricrupb/code_diff/issues/4#top
https://github.com/Devy99
https://github.com/Devy99
Devy99https://github.com/Devy99
on Jan 8, 2024https://github.com/cedricrupb/code_diff/issues/4#issue-2071142896
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.