Skip to content

fix: explain silent states and ambiguous navigation#10

Open
janithcd wants to merge 1 commit into
stacktale:mainfrom
janithcd:fix/issue-8-silent-states
Open

fix: explain silent states and ambiguous navigation#10
janithcd wants to merge 1 commit into
stacktale:mainfrom
janithcd:fix/issue-8-silent-states

Conversation

@janithcd

Copy link
Copy Markdown

Summary

  • show the resolved errors-ai.log path in the tool-window title and empty-log message
  • explain when a selected report has no source frame to open
  • show a source-file chooser when multiple project files share the reported filename

Why

Several valid states looked like the plugin had silently failed, and jump-to-culprit previously selected the first matching filename even when the project contained duplicates.

Validation

  • ./gradlew.bat test
  • ./gradlew.bat buildPlugin
  • manually verified an empty errors-ai.log
  • manually verified a report with no source frame
  • manually verified choosing and opening both duplicate OrderService.java files at the reported line

Closes #8

@janithcd
janithcd marked this pull request as ready for review July 26, 2026 05:59
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.

Empty states and failed navigation are silent, and the resolved log path is never shown

1 participant