Skip to content

fix: change the icon to display for the route#70

Merged
thinkAmi merged 1 commit intomainfrom
fix/deprecated-warning-route-icon
Nov 29, 2025
Merged

fix: change the icon to display for the route#70
thinkAmi merged 1 commit intomainfrom
fix/deprecated-warning-route-icon

Conversation

@thinkAmi
Copy link
Copy Markdown
Owner

Summary

During JetBrains Compatibility Verification, the following issues were identified, prompting the icon changes:

1. Deprecated API usage detected
railroads 0.4.2 employs deprecated API functions that may be removed in future releases, resulting in binary and source code incompatibilities

Deprecated field usage (1)
RubyIcons.Rails.ProjectView.Action_method (1)
Deprecated field RubyIcons.Rails.ProjectView.Action_method is accessed in RailroadIcon.<clinit>()

After the changes, the following icons will be used:

  • Public actions: AllIcons.Nodes.Method
  • Private actions: AllIcons.Nodes.Private

Screenshot

Public Actions

スクリーンショット 2025-11-29 20 32 46

Private Actions

スクリーンショット 2025-11-29 20 32 27

During JetBrains Compatibility Verification, the following issues were identified, prompting the icon changes:

```
1. Deprecated API usage detected
railroads 0.4.2 employs deprecated API functions that may be removed in future releases, resulting in binary and source code incompatibilities

Deprecated field usage (1)
RubyIcons.Rails.ProjectView.Action_method (1)
Deprecated field RubyIcons.Rails.ProjectView.Action_method is accessed in RailroadIcon.<clinit>()
```

After the changes, the following icons will be used:

- Public actions: AllIcons.Nodes.Method
- Private actions: AllIcons.Nodes.Private
@github-actions
Copy link
Copy Markdown

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 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.1.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@thinkAmi thinkAmi merged commit 877a505 into main Nov 29, 2025
6 checks passed
@thinkAmi thinkAmi deleted the fix/deprecated-warning-route-icon branch November 29, 2025 12:33
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