Skip to content

T717 harden symbol extraction migration#288

Merged
ai21z merged 1 commit into
v0.9.0-beta-devfrom
feature/t708-project-memory-analysis
Jun 7, 2026
Merged

T717 harden symbol extraction migration#288
ai21z merged 1 commit into
v0.9.0-beta-devfrom
feature/t708-project-memory-analysis

Conversation

@ai21z

@ai21z ai21z commented Jun 7, 2026

Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 608dd76752

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"^\\s*(?:(?:public|protected|private|static|final|synchronized|abstract|native|default|strictfp)\\s+)*"
+ "(?:<[^;{}()]+>\\s+)?"
+ "[A-Za-z_$][A-Za-z0-9_$<>\\[\\],.?]*(?:\\s+[A-Za-z_$][A-Za-z0-9_$<>\\[\\],.?]*)*\\s+"
+ "([A-Za-z_$][A-Za-z0-9_$]*)\\s*\\([^;{}]*\\)\\s*(?:\\{|;|$)");

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve Java methods with throws clauses

When a Java method declaration includes a throws clause, this hardened pattern no longer matches because it requires the text immediately after ) to be {, ;, or end-of-line. Common declarations such as public void load() throws IOException { and interface methods like void close() throws Exception; therefore disappear from the symbol sidecar, which weakens code-navigation/retrieval evidence for ordinary Java projects even though these methods were previously picked up by the looser matcher.

Useful? React with 👍 / 👎.

@ai21z ai21z merged commit 608dd76 into v0.9.0-beta-dev Jun 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant