Skip to content

fix jvm

fix jvm #3

GitHub Actions / Qodana for JVM completed Nov 17, 2023 in 0s

5 new problems found by Qodana for JVM

Qodana for JVM

5 new problems were found

Inspection name Severity Problems
Leaking 'this' in constructor 🔶 Warning 3
Array property in data class ◽️ Notice 1
Package name does not match containing directory ◽️ 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 46 in ton-kotlin-adnl/src/commonMain/kotlin/org/ton/adnl/network/IPAddress.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Array property in data class

Property with 'Array' type in a 'data' class: it is recommended to override 'equals()' and 'hashCode()'

Check warning on line 69 in ton-kotlin-adnl/src/commonMain/kotlin/org/ton/adnl/AdnlPeers.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Leaking 'this' in constructor

Accessing non-final property hugePacketMaxSize in constructor

Check warning on line 68 in ton-kotlin-adnl/src/commonMain/kotlin/org/ton/adnl/AdnlPeers.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Leaking 'this' in constructor

Accessing non-final property hugePacketMaxSize in constructor

Check warning on line 69 in ton-kotlin-adnl/src/commonMain/kotlin/org/ton/adnl/AdnlPeers.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Leaking 'this' in constructor

Accessing non-final property mtu in constructor

Check notice on line 1 in ton-kotlin-contract/src/commonMain/kotlin/org/ton/contract/wallet/HighLoadWalletV2Contract.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Package name does not match containing directory

Package directive does not match the file location