René's URL Explorer Experiment


Title: No Code completions anymore? · Issue #50 · mapstruct/mapstruct-eclipse · GitHub

Open Graph Title: No Code completions anymore? · Issue #50 · mapstruct/mapstruct-eclipse

X Title: No Code completions anymore? · Issue #50 · mapstruct/mapstruct-eclipse

Description: I'm hesitant to post this as issues like this tend to be a misconfig somewhere... I'm no longer getting any code completions at all from MapStruct. I initially thought this was because we used records almost exclusively everywhere, but n...

Open Graph Description: I'm hesitant to post this as issues like this tend to be a misconfig somewhere... I'm no longer getting any code completions at all from MapStruct. I initially thought this was because we used reco...

X Description: I'm hesitant to post this as issues like this tend to be a misconfig somewhere... I'm no longer getting any code completions at all from MapStruct. I initially thought this was because we u...

Opengraph URL: https://github.com/mapstruct/mapstruct-eclipse/issues/50

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"No Code completions anymore?","articleBody":"I'm hesitant to post this as issues like this tend to be a misconfig somewhere...\r\n\r\nI'm no longer getting any code completions at all from MapStruct. I initially thought this was because we used records almost exclusively everywhere, but now I tried to create a simple POJO and that offers no code completions for `@Mapping` either.\r\n\r\nEclipse 2023-09, MapStruct Tools 0.1.0.201701192129. The error log seems clear. Enabling or disabling \"Enable non-blocking completions\" makes no difference.\r\n\r\nExample code:\r\n\r\n```java\r\n@Mapper\r\npublic interface AhaMapper {\r\n    @Mapping(target = \"name\", source = \"name2\")\r\n    Aha fromDto2(Aha2 ahaaa);\r\n}\r\n\r\npublic static class Aha {\r\n    private final String name;\r\n\r\n    public Aha(String name) {\r\n        this.name = name;\r\n    }\r\n\r\n    public String getName() { return name; }\r\n}\r\n\r\npublic static class Aha2 {\r\n    private final String name2;\r\n\r\n    public Aha2(String name2) {\r\n        this.name2 = name2;\r\n    }\r\n\r\n    public String getName2() { return name2; }\r\n}\r\n```","author":{"url":"https://github.com/JanecekPetr","@type":"Person","name":"JanecekPetr"},"datePublished":"2023-11-21T10:12:14.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/50/mapstruct-eclipse/issues/50"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:19290e52-abb2-44de-1964-ba07e3921fb6
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8540:1B019E:E54BC:13D144:696A61CC
html-safe-nonce0a5c331a7f1516443f737d779e4bf8206b9eb47c6a0f1866690421478923977f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NTQwOjFCMDE5RTpFNTRCQzoxM0QxNDQ6Njk2QTYxQ0MiLCJ2aXNpdG9yX2lkIjoiNDM5MjI5MTg1Nzk5MTM2MDk3MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc5870542b0143a7f9c12f8a4048d155dadf67e0987510192690081bfa7ecd552
hovercard-subject-tagissue:2003920894
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/mapstruct/mapstruct-eclipse/50/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d45e0fc090403f4b2034fd9924e54ce6c570bd08dc4773259f79d4d369961480/mapstruct/mapstruct-eclipse/issues/50
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d45e0fc090403f4b2034fd9924e54ce6c570bd08dc4773259f79d4d369961480/mapstruct/mapstruct-eclipse/issues/50
og:image:altI'm hesitant to post this as issues like this tend to be a misconfig somewhere... I'm no longer getting any code completions at all from MapStruct. I initially thought this was because we used reco...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameJanecekPetr
hostnamegithub.com
expected-hostnamegithub.com
None9b7735a184970dd9333b2cbe036c8f3c0a9108c64aaa93827c5a64fc70993392
turbo-cache-controlno-preview
go-importgithub.com/mapstruct/mapstruct-eclipse git https://github.com/mapstruct/mapstruct-eclipse.git
octolytics-dimension-user_id4086779
octolytics-dimension-user_loginmapstruct
octolytics-dimension-repository_id28768134
octolytics-dimension-repository_nwomapstruct/mapstruct-eclipse
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id28768134
octolytics-dimension-repository_network_root_nwomapstruct/mapstruct-eclipse
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
release87cbd411c2982752221b5751d583a515b23bf5fa
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/mapstruct/mapstruct-eclipse/issues/50#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmapstruct%2Fmapstruct-eclipse%2Fissues%2F50
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmapstruct%2Fmapstruct-eclipse%2Fissues%2F50
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=mapstruct%2Fmapstruct-eclipse
Reloadhttps://github.com/mapstruct/mapstruct-eclipse/issues/50
Reloadhttps://github.com/mapstruct/mapstruct-eclipse/issues/50
Reloadhttps://github.com/mapstruct/mapstruct-eclipse/issues/50
mapstruct https://github.com/mapstruct
mapstruct-eclipsehttps://github.com/mapstruct/mapstruct-eclipse
Notifications https://github.com/login?return_to=%2Fmapstruct%2Fmapstruct-eclipse
Fork 9 https://github.com/login?return_to=%2Fmapstruct%2Fmapstruct-eclipse
Star 13 https://github.com/login?return_to=%2Fmapstruct%2Fmapstruct-eclipse
Code https://github.com/mapstruct/mapstruct-eclipse
Issues 18 https://github.com/mapstruct/mapstruct-eclipse/issues
Pull requests 0 https://github.com/mapstruct/mapstruct-eclipse/pulls
Actions https://github.com/mapstruct/mapstruct-eclipse/actions
Projects 0 https://github.com/mapstruct/mapstruct-eclipse/projects
Wiki https://github.com/mapstruct/mapstruct-eclipse/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/mapstruct/mapstruct-eclipse/security
Please reload this pagehttps://github.com/mapstruct/mapstruct-eclipse/issues/50
Insights https://github.com/mapstruct/mapstruct-eclipse/pulse
Code https://github.com/mapstruct/mapstruct-eclipse
Issues https://github.com/mapstruct/mapstruct-eclipse/issues
Pull requests https://github.com/mapstruct/mapstruct-eclipse/pulls
Actions https://github.com/mapstruct/mapstruct-eclipse/actions
Projects https://github.com/mapstruct/mapstruct-eclipse/projects
Wiki https://github.com/mapstruct/mapstruct-eclipse/wiki
Security https://github.com/mapstruct/mapstruct-eclipse/security
Insights https://github.com/mapstruct/mapstruct-eclipse/pulse
New issuehttps://github.com/login?return_to=https://github.com/mapstruct/mapstruct-eclipse/issues/50
New issuehttps://github.com/login?return_to=https://github.com/mapstruct/mapstruct-eclipse/issues/50
No Code completions anymore?https://github.com/mapstruct/mapstruct-eclipse/issues/50#top
help wantedhttps://github.com/mapstruct/mapstruct-eclipse/issues?q=state%3Aopen%20label%3A%22help%20wanted%22
https://github.com/JanecekPetr
https://github.com/JanecekPetr
JanecekPetrhttps://github.com/JanecekPetr
on Nov 21, 2023https://github.com/mapstruct/mapstruct-eclipse/issues/50#issue-2003920894
help wantedhttps://github.com/mapstruct/mapstruct-eclipse/issues?q=state%3Aopen%20label%3A%22help%20wanted%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.