Skip to content

Merge pull request #31 from simple-robot/dev/main #45

Merge pull request #31 from simple-robot/dev/main

Merge pull request #31 from simple-robot/dev/main #45

GitHub Actions / Qodana Community for JVM completed Jul 23, 2024 in 0s

10 new problems found by Qodana Community for JVM

Qodana Community for JVM

10 new problems were found

Inspection name Severity Problems
Unresolved reference in KDoc πŸ”Ά Warning 6
Simplifiable assertion πŸ”Ά Warning 2
Nullability and data flow problems πŸ”Ά Warning 1
Constant values ◽️ Notice 1

πŸ’‘ 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 [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 47 in simbot-component-telegram-api/src/jvmTest/java/UpdateValuesJavaTests.java

See this annotation in the file changed.

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

Constant values

Value `resolved` is always 'null'

Check warning on line 47 in simbot-component-telegram-api/src/jvmTest/java/UpdateValuesJavaTests.java

See this annotation in the file changed.

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

Nullability and data flow problems

The call to 'assertTrue' always fails, according to its method contracts

Check warning on line 75 in simbot-component-telegram-stdlib/src/commonMain/kotlin/love/forte/simbot/telegram/stdlib/bot/Bot.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'onEditedMessage'

Check warning on line 86 in simbot-component-telegram-core/src/commonMain/kotlin/love/forte/simbot/component/telegram/core/event/TelegramEvent.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'sourceContent'

Check warning on line 45 in simbot-component-telegram-api/src/commonMain/kotlin/love/forte/simbot/telegram/api/update/Update.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'UpdateValues'

Check warning on line 85 in simbot-component-telegram-core/src/commonMain/kotlin/love/forte/simbot/component/telegram/core/event/TelegramEvent.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'BasicTelegramMessageEvent'

Check warning on line 86 in simbot-component-telegram-core/src/commonMain/kotlin/love/forte/simbot/component/telegram/core/event/TelegramEvent.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'BasicTelegramMessageEvent'

Check warning on line 67 in simbot-component-telegram-stdlib/src/commonMain/kotlin/love/forte/simbot/telegram/stdlib/bot/Bot.kt

See this annotation in the file changed.

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

Unresolved reference in KDoc

Cannot resolve symbol 'onEditedMessage'

Check warning on line 49 in simbot-component-telegram-api/src/jvmTest/java/UpdateValuesJavaTests.java

See this annotation in the file changed.

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

Simplifiable assertion

`assertTrue()` can be simplified to 'assertInstanceOf()'

Check warning on line 47 in simbot-component-telegram-api/src/jvmTest/java/UpdateValuesJavaTests.java

See this annotation in the file changed.

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

Simplifiable assertion

`assertTrue()` can be simplified to 'assertInstanceOf()'