Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement node type translation action #239

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

cvette
Copy link
Owner

@cvette cvette commented Aug 30, 2023

#47

@cvette cvette self-assigned this Aug 30, 2023
@cvette cvette marked this pull request as draft August 30, 2023 19:40
@github-actions
Copy link

github-actions bot commented Aug 30, 2023

Qodana Community for JVM

232 new problems were found

Inspection name Severity Problems
Unused import 🔶 Warning 52
@NotNull/@Nullable problems 🔶 Warning 42
Nullability and data flow problems 🔶 Warning 36
Constant values 🔶 Warning 29
Incorrect string capitalization 🔶 Warning 27
Unstable API Usage 🔶 Warning 14
Unchecked warning 🔶 Warning 7
Class is exposed outside of its visibility scope 🔶 Warning 5
Method is identical to its super method 🔶 Warning 3
'equals()' between objects of inconvertible types 🔶 Warning 2
Field may be 'final' 🔶 Warning 2
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 2
Unnecessarily escaped character 🔶 Warning 2
Redundant 'Collection.addAll()' call 🔶 Warning 1
Unnecessary 'null' check before method call 🔶 Warning 1
Redundant 'isInstance()' or 'cast()' call 🔶 Warning 1
'String.equals()' can be replaced with 'String.isEmpty()' 🔶 Warning 1
Unnecessary modifier 🔶 Warning 1
Constant values ◽️ Notice 3
Regular expression can be simplified ◽️ Notice 1

💡 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:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

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/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@cvette cvette force-pushed the feat/nodetype-translation-action branch 3 times, most recently from e7b070e to b27ab3c Compare September 3, 2023 17:15
@cvette cvette force-pushed the feat/nodetype-translation-action branch from b27ab3c to 04e23ff Compare June 1, 2024 22:19
Copy link

github-actions bot commented Jun 1, 2024

Qodana Community for JVM

217 new problems were found

Inspection name Severity Problems
@NotNull/@Nullable problems 🔶 Warning 42
Unused import 🔶 Warning 39
Nullability and data flow problems 🔶 Warning 36
Constant values 🔶 Warning 29
Incorrect string capitalization 🔶 Warning 27
Unstable API Usage 🔶 Warning 14
Unchecked warning 🔶 Warning 7
Class is exposed outside of its visibility scope 🔶 Warning 5
'equals()' between objects of inconvertible types 🔶 Warning 2
Field may be 'final' 🔶 Warning 2
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 2
Unnecessarily escaped character 🔶 Warning 2
Redundant 'Collection.addAll()' call 🔶 Warning 1
Unnecessary 'null' check before method call 🔶 Warning 1
'protected' member in 'final' class 🔶 Warning 1
Redundant 'isInstance()' or 'cast()' call 🔶 Warning 1
'String.equals()' can be replaced with 'String.isEmpty()' 🔶 Warning 1
Unnecessary modifier 🔶 Warning 1
Constant values ◽️ Notice 3
Regular expression can be simplified ◽️ Notice 1

💡 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/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@cvette cvette force-pushed the feat/nodetype-translation-action branch 2 times, most recently from 0f5febd to 5204845 Compare June 2, 2024 18:34
@cvette cvette force-pushed the feat/nodetype-translation-action branch from 5204845 to 6b20c6b Compare June 2, 2024 18:35
@cvette cvette marked this pull request as ready for review June 2, 2024 18:43
@cvette cvette merged commit 2047b30 into main Jun 2, 2024
6 checks passed
@cvette cvette deleted the feat/nodetype-translation-action branch June 2, 2024 18:43
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