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

internal infoview trace #73

Merged
merged 2 commits into from
Dec 1, 2024
Merged

internal infoview trace #73

merged 2 commits into from
Dec 1, 2024

Conversation

onriv
Copy link
Owner

@onriv onriv commented Nov 24, 2024

for showing trace message like the following screenshot, not a low hand fruit and hence it's with a PR

image

Copy link

github-actions bot commented Nov 24, 2024

Qodana Community for JVM

300 new problems were found

Inspection name Severity Problems
Redundant semicolon 🔶 Warning 47
Unused import directive 🔶 Warning 44
Unused symbol 🔶 Warning 44
Unstable API Usage 🔶 Warning 29
Local 'var' is never modified and can be declared as 'val' 🔶 Warning 4
Constructor parameter is never used as a property 🔶 Warning 3
Redundant nullable return type 🔶 Warning 2
Redundant visibility modifier 🔶 Warning 2
Redundant string template 🔶 Warning 2
Control flow with empty body 🔶 Warning 1
Incorrect string capitalization 🔶 Warning 1
Unresolved reference in KDoc 🔶 Warning 1
'catch' block may ignore exception 🔶 Warning 1
Usage of redundant or deprecated syntax or deprecated symbols 🔶 Warning 1
Redundant diagnostic suppression 🔶 Warning 1
Obvious explicit type 🔶 Warning 1
Redundant 'suspend' modifier 🔶 Warning 1
Unused receiver parameter 🔶 Warning 1
Class member can have 'private' visibility ◽️ Notice 54
Property naming convention ◽️ Notice 16
Redundant overriding method ◽️ Notice 8
Local variable naming convention ◽️ Notice 7
Accessor call that can be replaced with property access syntax ◽️ Notice 6
Nested lambda has shadowed implicit parameter ◽️ Notice 4
Return or assignment can be lifted out ◽️ Notice 3
Unnecessary '@OptIn' annotation ◽️ Notice 3
Class naming convention ◽️ Notice 2
Private property naming convention ◽️ Notice 2
Redundant 'if' statement ◽️ Notice 2
Redundant curly braces in string template ◽️ Notice 2
Negated call can be simplified ◽️ Notice 2
If-Null return/break/... foldable to '?:' ◽️ Notice 1
Replace empty class body ◽️ Notice 1
Unnecessary type argument ◽️ 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/qodana-action@v2024.2.5
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@onriv onriv force-pushed the feat/internal_infoview_trace branch from 6fa62f3 to ca500e4 Compare November 30, 2024 00:59
@onriv onriv force-pushed the feat/internal_infoview_trace branch from 1803d49 to 410c365 Compare December 1, 2024 13:48
@onriv onriv merged commit 26612ab into main Dec 1, 2024
1 check passed
@onriv onriv deleted the feat/internal_infoview_trace branch December 1, 2024 16:44
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