fix jvm #3
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]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
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
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
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
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
github-actions / Qodana for JVM
Leaking 'this' in constructor
Accessing non-final property mtu in constructor
github-actions / Qodana for JVM
Package name does not match containing directory
Package directive does not match the file location