Implement loading User from file properly #13
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`
|