support java#1603
Closed
NydiaChung wants to merge 1 commit into
Closed
Conversation
Collaborator
|
Merged the code + tests into v8 as |
safishamsi
pushed a commit
that referenced
this pull request
Jul 6, 2026
Adds a _JAVA_BUILTIN_TYPES skip list so ubiquitous java.lang/util/io/time/etc. type names (String, List, Map, Optional, ...) are not emitted as references edges (they never resolve to a project node). Mirrors _GO_PREDECLARED_TYPES / _PYTHON_ANNOTATION_NOISE. Nested user-type generic args still resolve. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
safishamsi
added a commit
that referenced
this pull request
Jul 6, 2026
17 fixes/features since 0.9.6. Highlights: - Ruby: mixes_in edges for include/extend/prepend (#1668) and affected <Class> reaching method-bound callers (#1669); constant-receiver call resolution hardening continues from #1634. - Extensionless shebang CLIs are now extracted (#1683); JS/TS rationale + ADR/RFC doc refs (#1599); Java stdlib types dropped from references noise (#1603); pascal optional extra (#1616). - Incremental/detect correctness: Office source edits re-enter --update (#1649), Windows long-path hashing (#1655), word-count caching (#1656), zero-node results no longer cached + warned (#1666). - JS/TS phantom cross-package calls edge killed (#1659); Windows skill name + OpenCode plugin separator + doc-corpus report noise (#1635/#1646/#1657); case-insensitive suffix dispatch (#1671); postgres URI on Windows (#1672); deferred import() not a cycle (#1241). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.