Skip to content

Implement loading User from file properly #13

Implement loading User from file properly

Implement loading User from file properly #13

Triggered via push March 7, 2024 15:37
Status Success
Total duration 1m 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/qodana-action@v2023.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Nullability and data flow problems: src/main/java/team/elrant/bubbles/xmpp/DummyUser.java#L20
Method invocation `getRoster` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/team/elrant/bubbles/xmpp/SimpleXMPPClient.java#L20
Method invocation `addIncomingMessageListener` may produce `NullPointerException`