Skip to content

release: v0.0.3

release: v0.0.3 #32

GitHub Actions / Qodana Community for JVM completed Oct 26, 2024 in 0s

2 new problems found by Qodana Community for JVM

Qodana Community for JVM

2 new problems were found

Inspection name Severity Problems
Incorrect string capitalization 🔶 Warning 1
Unstable API Usage 🔶 Warning 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 41 in src/main/java/ch/qligier/jetbrains/plugin/fss/igini/IgIniFileType.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Incorrect string capitalization

String 'ig.ini' is not properly capitalized. It should have sentence capitalization

Check warning on line 48 in src/main/java/ch/qligier/jetbrains/plugin/fss/igini/IgIniFileType.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental