Skip to content

Fix: Compile

Fix: Compile #50

GitHub Actions / Qodana Community for JVM completed Dec 28, 2024 in 0s

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]

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

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

'Optional' used as field or parameter type

`OptionalInt` used as type for field 'runes'