Skip to content

fix(demo): remove unused demo source annotation - #26

Merged
javier-godoy merged 1 commit into
masterfrom
fix-25
Jul 23, 2026
Merged

fix(demo): remove unused demo source annotation#26
javier-godoy merged 1 commit into
masterfrom
fix-25

Conversation

@javier-godoy

@javier-godoy javier-godoy commented Jul 23, 2026

Copy link
Copy Markdown
Member

Close #25

Summary by CodeRabbit

  • Documentation
    • Updated the special customizations demo to reference the correct Trello driver-options source file.

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

SpecialCustomizationsDemo now references TrelloDriverOptions.java instead of NewTwitterDriverOptions.java in its @DemoSource annotation.

Changes

Demo metadata

Layer / File(s) Summary
Update demo source reference
src/test/java/com/flowingcode/vaadin/addons/shareeasy/SpecialCustomizationsDemo.java
The @DemoSource annotation now references TrelloDriverOptions.java.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Linked Issues check ⚠️ Warning The issue asks to remove the stale DemoSource annotation, but this change only repoints it to TrelloDriverOptions. Remove the @DemoSource annotation from SpecialCustomizationsDemo so the removed tab is no longer shown.
Out of Scope Changes check ⚠️ Warning Repointing the demo source to TrelloDriverOptions is extra behavior not requested by the issue. Delete the stale @DemoSource entry instead of swapping it to another source file.
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main intent: cleaning up the stale demo source annotation in SpecialCustomizationsDemo.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-25

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

@javier-godoy
javier-godoy marked this pull request as ready for review July 23, 2026 12:32
@javier-godoy
javier-godoy merged commit a08e354 into master Jul 23, 2026
4 checks passed
@javier-godoy
javier-godoy deleted the fix-25 branch July 23, 2026 12:33
@github-project-automation github-project-automation Bot moved this from To Do to Pending release in Flowing Code Addons Jul 23, 2026
@paodb paodb moved this from Pending release to Done in Flowing Code Addons Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

SpecialCustomizationsDemo: remove unused demo source annotation

2 participants