intellij-neos
intellij-neos copied to clipboard
feat: implement node type translation action
#47
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:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- 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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
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:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- 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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions