microsoft / microsoft/vscode-java-pack
Java(16777540): The type xxx cannot be resolved. It is indirectly referenced from required .class files
@CsCherrYY is already working on this.
Since Oct 13, 2022.
- Dominant language
- TypeScript
- Stars
- 352
- Forks
- 166
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 32
Description
Error code Java(16777540)
related jdt.core PR: https://github.com/eclipse-jdt/eclipse.jdt.core/pull/327
Affected projects:
release option 9 make compiler break when using JDK 11
- https://github.com/kaitoy/pcap4j.git
- https://github.com/qos-ch/slf4j.git
- https://github.com/speedment/speedment.git
- https://github.com/LibrePDF/OpenPDF.git
External provided dependency:
-
.class files referenced unresolved type, looking for indirectly missing types
-
https://github.com/jitsi/jitsi.git
- verified project error
-
https://github.com/cryptomator/cryptomator.git
- out of scope: java 19
-
https://github.com/MinecraftForge/MinecraftForge.git
- manual steps:
- git checkout bc0517a
- ./gradlew setup
- ./gradlew genEclipseRuns
- manual steps:
-
https://github.com/alibaba/Sentinel.git
- mvn protobuf:compile
-
https://github.com/WebJournal/journaldev.git
- verified project error
look for indirectly class files
- https://github.com/Atmosphere/atmosphere.git
- https://github.com/wfh45678/radar.git
- https://github.com/vladmihalcea/flexy-pool.git
- https://github.com/pac4j/pac4j.git
- https://github.com/OryxProject/oryx.git
- https://github.com/apache/logging-log4j2.git
from cycle project
android related JDK
- https://github.com/mapsforge/mapsforge.git
- https://github.com/Softmotions/ejdb.git
- https://github.com/igniterealtime/Smack.git
buildship JVM args
annotation processing
nested output folder
eclipse project importing (overriding exisitng configurations)
- related issue: https://github.com/redhat-developer/vscode-java/issues/2741
- .classpath and .settings compiler level mismatch
- https://github.com/amaembo/streamex.git
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.