Skip to content

chore: Update IntelliJ Platform 1.11.0 #13

chore: Update IntelliJ Platform 1.11.0

chore: Update IntelliJ Platform 1.11.0 #13

GitHub Actions / Qodana Community for JVM completed Aug 10, 2023 in 0s

18 new problems found by Qodana Community for JVM

Qodana Community for JVM

18 new problems were found

Inspection name Severity Problems
Incorrect string capitalization 🔶 Warning 5
Class member can have 'private' visibility ◽️ Notice 11
Private property naming convention ◽️ Notice 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ 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 45 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateModuleDialogWrapper.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Создание модуля' is not properly capitalized. It should have title capitalization

Check warning on line 113 in src/main/kotlin/com/github/saundefined/bitrix_idea/settings/ApplicationSettingsConfigurable.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Локализация по умолчанию' is not properly capitalized. It should have title capitalization

Check warning on line 92 in src/main/kotlin/com/github/saundefined/bitrix_idea/settings/ApplicationSettingsConfigurable.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Данные о партнёре' is not properly capitalized. It should have title capitalization

Check warning on line 30 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateTemplateDialogWrapper.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Создание шаблона' is not properly capitalized. It should have title capitalization

Check warning on line 42 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateSimpleComponentDialogWrapper.kt

See this annotation in the file changed.

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

Incorrect string capitalization

String 'Создание простого компонента' is not properly capitalized. It should have title capitalization

Check notice on line 29 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateModuleDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'settings' could be private

Check notice on line 35 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateModuleDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'vendor' could be private

Check notice on line 28 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateSimpleComponentDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'settings' could be private

Check notice on line 24 in src/main/kotlin/com/github/saundefined/bitrix_idea/settings/ApplicationSettingsConfigurable.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'panel' could be private

Check notice on line 33 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateSimpleComponentDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'description' could be private

Check notice on line 36 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateModuleDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'url' could be private

Check notice on line 31 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateSimpleComponentDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'code' could be private

Check notice on line 20 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateTemplateDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'code' could be private

Check notice on line 32 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateModuleDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'code' could be private

Check notice on line 22 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateTemplateDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'description' could be private

Check notice on line 34 in src/main/kotlin/com/github/saundefined/bitrix_idea/dialogs/CreateModuleDialogWrapper.kt

See this annotation in the file changed.

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

Class member can have 'private' visibility

Property 'description' could be private

Check notice on line 20 in src/main/kotlin/com/github/saundefined/bitrix_idea/activity/NotificationStartupActivity.kt

See this annotation in the file changed.

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

Private property naming convention

Private property name `GITHUB_URL` should not contain underscores in the middle or the end

Check notice on line 18 in src/main/kotlin/com/github/saundefined/bitrix_idea/activity/NotificationStartupActivity.kt

See this annotation in the file changed.

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

Private property naming convention

Private property name `NOTIFICATION_GROUP` should not contain underscores in the middle or the end