Fix: Compile #50
6 new problems found by Qodana Community for JVM
Qodana Community for JVM
6 new problems were found
Inspection name | Severity | Problems |
---|---|---|
'Optional' used as field or parameter type |
🔶 Warning | 6 |
💡 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 warning on line 21 in common/src/main/java/net/skullian/skyfactions/common/user/SkyUser.java
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`Optional<PlayerData>` used as type for field 'data'
Check warning on line 24 in common/src/main/java/net/skullian/skyfactions/common/user/SkyUser.java
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`Optional<PlayerIsland>` used as type for field 'island'
Check warning on line 26 in common/src/main/java/net/skullian/skyfactions/common/user/SkyUser.java
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`Optional<JoinRequestData>` used as type for field 'activeJoinRequest'
Check warning on line 25 in common/src/main/java/net/skullian/skyfactions/common/user/SkyUser.java
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`Optional<List<InviteData>>` used as type for field 'incomingInvites'
Check warning on line 22 in common/src/main/java/net/skullian/skyfactions/common/user/SkyUser.java
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`OptionalInt` used as type for field 'gems'
Check warning on line 23 in common/src/main/java/net/skullian/skyfactions/common/user/SkyUser.java
github-actions / Qodana Community for JVM
'Optional' used as field or parameter type
`OptionalInt` used as type for field 'runes'