saveChat #48
Annotations
5 warnings
Nullability and data flow problems:
src/main/java/team/elrant/bubbles/xmpp/ConnectedUser.java#L229
Method invocation `equals` may produce `NullPointerException`
|
Nullability and data flow problems:
src/main/java/team/elrant/bubbles/xmpp/ConnectedUser.java#L183
Argument `this.getPassword()` might be null
|
Result of method call ignored:
src/main/java/team/elrant/bubbles/xmpp/ConnectedUser.java#L177
Result of `File.delete()` is ignored
|
Unused assignment:
src/main/java/team/elrant/bubbles/gui/ChatViewController.java#L101
The value `"\n" + tokenizer.nextToken()` assigned to `line` is never used
|
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|