Skip to content

Repo polish: restructure source, update README, fix code quality#28

Merged
nam-hle merged 2 commits intomainfrom
chore/repo-polish
Feb 22, 2026
Merged

Repo polish: restructure source, update README, fix code quality#28
nam-hle merged 2 commits intomainfrom
chore/repo-polish

Conversation

@nam-hle
Copy link
Copy Markdown
Member

@nam-hle nam-hle commented Feb 21, 2026

Summary

  • Reorganize 19 flat source files into 5 logical subpackages: run/, lsp/, structure/, navigation/, util/
  • Rewrite README.md with real content (features, installation, usage, dev setup) replacing template placeholders
  • Fix wildcard imports, unused imports, and a dead-code bug in NadleTaskExecutionListener
  • Clean up CLAUDE.md and remove stale test data files

Test plan

  • ./gradlew compileKotlin passes
  • ./gradlew runIde — verify gutter icons, File Structure, autocomplete, go-to-definition all work
  • Verify plugin.xml class references resolve correctly at runtime

🤖 Generated with Claude Code

nam-hle and others added 2 commits February 21, 2026 21:46
…, fix code quality

- Reorganize 19 flat source files into 5 logical subpackages: run/, lsp/, structure/, navigation/, util/
- Rewrite README.md with real content replacing template placeholders
- Fix wildcard imports in NadleTaskRunConfiguration and NadleTaskScanner
- Remove unused PsiTreeUtil import from NadleTaskGotoDeclarationHandler
- Fix dead code in NadleTaskExecutionListener.subscribeToFileChanges
- Remove stale test data files (foo.xml, foo_after.xml)
- Clean up CLAUDE.md with accurate project reference

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

Qodana Community for JVM

9 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 9

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.2.3
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@nam-hle nam-hle merged commit 99b7eaa into main Feb 22, 2026
6 checks passed
@nam-hle nam-hle deleted the chore/repo-polish branch February 24, 2026 01:40
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