Update JetBrains/qodana-action action to v2023.2.1 (#22) #11
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 warnings
Nullability and data flow problems:
core/src/main/java/de/eldoria/bloodnight/mob/serialization/wrapper/ItemStackWrapper.java#L22
Method invocation `hasDisplayName` may produce `NullPointerException`
|
Nullability and data flow problems:
nodes/src/main/java/de/eldoria/bloodnight/nodes/container/NodeContainer.java#L59
Method invocation `add` may produce `NullPointerException`
|
Nullability and data flow problems:
core/src/main/java/de/eldoria/bloodnight/mob/meta/Attributes.java#L12
Argument `type.getEntityClass()` might be null
|
Nullability and data flow problems:
core/src/main/java/de/eldoria/bloodnight/mob/meta/Attributes.java#L12
Method invocation `isAssignableFrom` may produce `NullPointerException`
|
Mismatched query and update of collection:
core/src/main/java/de/eldoria/bloodnight/mobs/MobCoordinator.java#L11
Contents of collection `mobs` are queried, but never updated
|