René's URL Explorer Experiment


Title: experimental javac compiler: tree.kind is null · Issue #4295 · redhat-developer/vscode-java · GitHub

Open Graph Title: experimental javac compiler: tree.kind is null · Issue #4295 · redhat-developer/vscode-java

X Title: experimental javac compiler: tree.kind is null · Issue #4295 · redhat-developer/vscode-java

Description: Hello, I'm trying the experimental javac compiler and getting the following error: !ENTRY org.eclipse.jdt.core 4 0 2025-12-29 17:07:42.568 !MESSAGE Error while analyzing !STACK 0 java.lang.IllegalStateException: java.lang.NullPointerExce...

Open Graph Description: Hello, I'm trying the experimental javac compiler and getting the following error: !ENTRY org.eclipse.jdt.core 4 0 2025-12-29 17:07:42.568 !MESSAGE Error while analyzing !STACK 0 java.lang.IllegalS...

X Description: Hello, I'm trying the experimental javac compiler and getting the following error: !ENTRY org.eclipse.jdt.core 4 0 2025-12-29 17:07:42.568 !MESSAGE Error while analyzing !STACK 0 java.lang.Ille...

Opengraph URL: https://github.com/redhat-developer/vscode-java/issues/4295

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"experimental javac compiler: tree.kind is null","articleBody":"Hello,\n\nI'm trying the experimental javac compiler and getting the following error:\n\n```\n!ENTRY org.eclipse.jdt.core 4 0 2025-12-29 17:07:42.568\n!MESSAGE Error while analyzing\n!STACK 0\njava.lang.IllegalStateException: java.lang.NullPointerException: Cannot invoke \"com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind.ordinal()\" because \"tree.kind\" is null\n\tat jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:383)\n\tat org.eclipse.jdt.core.dom.JavacCompilationUnitResolver.parse(JavacCompilationUnitResolver.java:1025)\n\tat org.eclipse.jdt.core.dom.JavacCompilationUnitResolver.toCompilationUnit(JavacCompilationUnitResolver.java:602)\n\tat org.eclipse.jdt.core.dom.ASTParser.internalCreateASTCached(ASTParser.java:1410)\n\tat org.eclipse.jdt.core.dom.ASTParser.lambda$1(ASTParser.java:1289)\n\tat org.eclipse.jdt.internal.core.JavaModelManager.cacheZipFiles(JavaModelManager.java:5709)\n\tat org.eclipse.jdt.core.dom.ASTParser.internalCreateAST(ASTParser.java:1289)\n\tat org.eclipse.jdt.core.dom.ASTParser.createAST(ASTParser.java:933)\n\tat org.eclipse.jdt.internal.core.CompilationUnit.buildStructure(CompilationUnit.java:175)\n\tat org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:250)\n\tat org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:571)\n\tat org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:294)\n\tat org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:280)\n\tat org.eclipse.jdt.internal.core.CompilationUnit.getCompilationUnitElementInfo(CompilationUnit.java:1605)\n\tat org.eclipse.jdt.internal.core.CompilationUnit.getCustomOptions(CompilationUnit.java:1583)\n\tat org.eclipse.jdt.core.ICompilationUnit.getOptions(ICompilationUnit.java:607)\n\tat org.eclipse.jdt.core.dom.ASTParser.setSource(ASTParser.java:677)\n\tat org.eclipse.jdt.internal.core.search.indexing.SourceIndexer.indexDocumentFromDOM(SourceIndexer.java:415)\n\tat org.eclipse.jdt.internal.core.search.indexing.SourceIndexer.indexDocument(SourceIndexer.java:104)\n\tat org.eclipse.jdt.internal.core.search.JavaSearchParticipant.indexDocument(JavaSearchParticipant.java:91)\n\tat org.eclipse.jdt.internal.core.search.indexing.IndexManager.indexDocument(IndexManager.java:664)\n\tat org.eclipse.jdt.internal.core.search.indexing.IndexManager$2.execute(IndexManager.java:1269)\n\tat org.eclipse.jdt.internal.core.search.processing.JobManager.indexerLoop(JobManager.java:541)\n\tat java.base/java.lang.Thread.run(Thread.java:1474)\nCaused by: java.lang.NullPointerException: Cannot invoke \"com.sun.tools.javac.tree.JCTree$JCMemberReference$ReferenceKind.ordinal()\" because \"tree.kind\" is null\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitReference(ThisEscapeAnalyzer.java:972)\n\tat jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2657)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:50)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.scan(ThisEscapeAnalyzer.java:460)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.invokeUnknown(ThisEscapeAnalyzer.java:685)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.invoke(ThisEscapeAnalyzer.java:594)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitApply(ThisEscapeAnalyzer.java:535)\n\tat jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1860)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:50)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.scan(ThisEscapeAnalyzer.java:460)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitSelect(ThisEscapeAnalyzer.java:934)\n\tat jdk.compiler/com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2576)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:50)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.scan(ThisEscapeAnalyzer.java:460)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitApply(ThisEscapeAnalyzer.java:510)\n\tat jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1860)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:50)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.scan(ThisEscapeAnalyzer.java:460)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitAssign(ThisEscapeAnalyzer.java:912)\n\tat jdk.compiler/com.sun.tools.javac.tree.JCTree$JCAssign.accept(JCTree.java:2105)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:50)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.scan(ThisEscapeAnalyzer.java:460)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitExec(ThisEscapeAnalyzer.java:1080)\n\tat jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1647)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:50)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.scan(ThisEscapeAnalyzer.java:460)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:58)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBlock(TreeScanner.java:150)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.lambda$visitBlock$0(ThisEscapeAnalyzer.java:762)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitScoped(ThisEscapeAnalyzer.java:1274)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitBlock(ThisEscapeAnalyzer.java:762)\n\tat jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1136)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:50)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.scan(ThisEscapeAnalyzer.java:460)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitIf(ThisEscapeAnalyzer.java:1074)\n\tat jdk.compiler/com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1616)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:50)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.scan(ThisEscapeAnalyzer.java:460)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:58)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBlock(TreeScanner.java:150)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.lambda$visitBlock$0(ThisEscapeAnalyzer.java:762)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitScoped(ThisEscapeAnalyzer.java:1274)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitBlock(ThisEscapeAnalyzer.java:762)\n\tat jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1136)\n\tat jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:50)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.scan(ThisEscapeAnalyzer.java:460)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.lambda$analyzeConstructor$0(ThisEscapeAnalyzer.java:1221)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.visitScoped(ThisEscapeAnalyzer.java:1274)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.analyzeConstructor(ThisEscapeAnalyzer.java:1221)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:186)\n\tat java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)\n\tat java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:570)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:560)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:153)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:176)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:265)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:632)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.doAnalyzeTree(ThisEscapeAnalyzer.java:376)\n\tat jdk.compiler/com.sun.tools.javac.comp.ThisEscapeAnalyzer.analyzeTree(ThisEscapeAnalyzer.java:244)\n\tat jdk.compiler/com.sun.tools.javac.comp.WarningAnalyzer.analyzeTree(WarningAnalyzer.java:61)\n\tat jdk.compiler/com.sun.tools.javac.main.JavaCompiler.warn(JavaCompiler.java:1469)\n\tat jdk.compiler/com.sun.tools.javac.main.JavaCompiler.warn(JavaCompiler.java:1436)\n\tat jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:404)\n\tat jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$analyze$0(JavacTaskImpl.java:379)\n\tat jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)\n\tat jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:379)\n\t... 23 more\n```\n\nI'm not sure what I can share to be usefull\n\n```\n    \"java.jdt.ls.java.home\": \"~/.asdf/installs/java/openjdk-25/\",\n    \"java.jdt.ls.javac.enabled\": \"on\",\n```\n\n\u003cimg width=\"624\" height=\"236\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c36f78a2-24a1-4501-8468-9699a3bd1906\" /\u003e\n\nThere is no issue compiling with ecj\n\nI can't share the source code of the project but if you tell me where to look with more debugging I can help\n\nRegards\n","author":{"url":"https://github.com/ylecuyer","@type":"Person","name":"ylecuyer"},"datePublished":"2025-12-29T16:15:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/4295/vscode-java/issues/4295"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ddd8e490-333b-cb36-1c2e-9ce2d10c54f8
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC3C4:235E6A:1BB7B0:23E6A3:6991DC5C
html-safe-nonce6f8cadfb0c264b9c79fd046b89f7051a1d2e51c46d164fa73032f0a84a05ae5b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDM0M0OjIzNUU2QToxQkI3QjA6MjNFNkEzOjY5OTFEQzVDIiwidmlzaXRvcl9pZCI6IjQ0OTY0MzY0MDEwODEwMTUzODgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac44f0b01b5dd1b8a686421cfd3fd17d24c8854fe0d781509716fae9587e45d693
hovercard-subject-tagissue:3767785694
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/redhat-developer/vscode-java/4295/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b3ca43af938cef731bc021b552aea04589ae388365715db939ab0f65270e4a57/redhat-developer/vscode-java/issues/4295
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b3ca43af938cef731bc021b552aea04589ae388365715db939ab0f65270e4a57/redhat-developer/vscode-java/issues/4295
og:image:altHello, I'm trying the experimental javac compiler and getting the following error: !ENTRY org.eclipse.jdt.core 4 0 2025-12-29 17:07:42.568 !MESSAGE Error while analyzing !STACK 0 java.lang.IllegalS...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameylecuyer
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/redhat-developer/vscode-java git https://github.com/redhat-developer/vscode-java.git
octolytics-dimension-user_id11033755
octolytics-dimension-user_loginredhat-developer
octolytics-dimension-repository_id65561709
octolytics-dimension-repository_nworedhat-developer/vscode-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id65561709
octolytics-dimension-repository_network_root_nworedhat-developer/vscode-java
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
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/redhat-developer/vscode-java/issues/4295#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fredhat-developer%2Fvscode-java%2Fissues%2F4295
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%2Fredhat-developer%2Fvscode-java%2Fissues%2F4295
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=redhat-developer%2Fvscode-java
Reloadhttps://patch-diff.githubusercontent.com/redhat-developer/vscode-java/issues/4295
Reloadhttps://patch-diff.githubusercontent.com/redhat-developer/vscode-java/issues/4295
Reloadhttps://patch-diff.githubusercontent.com/redhat-developer/vscode-java/issues/4295
redhat-developer https://patch-diff.githubusercontent.com/redhat-developer
vscode-javahttps://patch-diff.githubusercontent.com/redhat-developer/vscode-java
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fredhat-developer%2Fvscode-java
Fork 518 https://patch-diff.githubusercontent.com/login?return_to=%2Fredhat-developer%2Fvscode-java
Star 2.3k https://patch-diff.githubusercontent.com/login?return_to=%2Fredhat-developer%2Fvscode-java
Code https://patch-diff.githubusercontent.com/redhat-developer/vscode-java
Issues 915 https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/issues
Pull requests 13 https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/pulls
Discussions https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/discussions
Actions https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/actions
Projects 0 https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/projects
Wiki https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/wiki
Security 0 https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/security
Insights https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/pulse
Code https://patch-diff.githubusercontent.com/redhat-developer/vscode-java
Issues https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/issues
Pull requests https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/pulls
Discussions https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/discussions
Actions https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/actions
Projects https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/projects
Wiki https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/wiki
Security https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/security
Insights https://patch-diff.githubusercontent.com/redhat-developer/vscode-java/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/redhat-developer/vscode-java/issues/4295
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/redhat-developer/vscode-java/issues/4295
experimental javac compiler: tree.kind is nullhttps://patch-diff.githubusercontent.com/redhat-developer/vscode-java/issues/4295#top
bughttps://github.com/redhat-developer/vscode-java/issues?q=state%3Aopen%20label%3A%22bug%22
javachttps://github.com/redhat-developer/vscode-java/issues?q=state%3Aopen%20label%3A%22javac%22
https://github.com/ylecuyer
https://github.com/ylecuyer
ylecuyerhttps://github.com/ylecuyer
on Dec 29, 2025https://github.com/redhat-developer/vscode-java/issues/4295#issue-3767785694
https://private-user-images.githubusercontent.com/1866809/530763201-c36f78a2-24a1-4501-8468-9699a3bd1906.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzExNjcxMTIsIm5iZiI6MTc3MTE2NjgxMiwicGF0aCI6Ii8xODY2ODA5LzUzMDc2MzIwMS1jMzZmNzhhMi0yNGExLTQ1MDEtODQ2OC05Njk5YTNiZDE5MDYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjAyMTVUMTQ0NjUyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjgzYjg3YjkwNzk4ZjBmNTQ1ZTU1ZTA4NzQxNzNkNmQzZGI4ODE0MTAzYTQ4NTA5MTEyZDFiYzViNzY3MWE1NSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.TV3snLdhcjwll_yIesXcRgsB-5NIgDcStYrtVVd52is
bughttps://github.com/redhat-developer/vscode-java/issues?q=state%3Aopen%20label%3A%22bug%22
javachttps://github.com/redhat-developer/vscode-java/issues?q=state%3Aopen%20label%3A%22javac%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.