Github user jdanekrh commented on the pull request:
https://github.com/apache/activemq-artemis/commit/f9af366f07368bfaed197cb1eddfde17506c9d84#commitcomment-29551294
In
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java:
In
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
on line 2973:
Coverity does not like this. `user` may be null, such as in
https://github.com/apache/activemq-artemis/blob/576cf7e73ddabdcbd67ea24a9111889d6c4c7e48/artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/ActiveMQServerControlImpl.java#L837-L845
and `SimpleString` constructor does
https://github.com/apache/activemq-artemis/blob/b7401819295e9ff32fb023beb22087afbdbaa4e9/artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/SimpleString.java#L78-L84---
