Catch NPE from getStringValueOfAJsonKey #21
Annotations
5 errors and 4 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/main/java/io/github/hikingc/matrixsdk/api/events/sync/Sync.java#L173
method type() is already defined in record io.github.hikingc.matrixsdk.api.events.sync.Sync.ClientEventWithoutRoomID
|
|
build:
src/main/java/io/github/hikingc/matrixsdk/api/events/sync/Sync.java#L174
record component type is already defined in record io.github.hikingc.matrixsdk.api.events.sync.Sync.ClientEventWithoutRoomID
|
|
build:
src/main/java/io/github/hikingc/matrixsdk/api/events/sync/Sync.java#L173
method type() is already defined in record io.github.hikingc.matrixsdk.api.events.sync.Sync.ClientEventWithoutRoomID
|
|
build:
src/main/java/io/github/hikingc/matrixsdk/api/events/sync/Sync.java#L174
record component type is already defined in record io.github.hikingc.matrixsdk.api.events.sync.Sync.ClientEventWithoutRoomID
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Constant values:
src/main/java/io/github/hikingc/matrixsdk/api/MatrixAuth.java#L148
Condition `clientId == null` is always `false`
|
|
Nullability and data flow problems:
src/main/java/io/github/hikingc/matrixsdk/services/rooms/RoomService.java#L328
Argument `since` might be null
|
|
Nullability and data flow problems:
src/main/java/io/github/hikingc/matrixsdk/services/rooms/RoomService.java#L327
Argument `server` might be null
|