aslepykh opened a new pull request, #4835:
URL: https://github.com/apache/activemq-artemis/pull/4835

   In 1st branch (line 274) of the if() statement, the Boolean.parseBoolean() 
method accepts the value frame.getHeader(Stomp.Headers.Subscribe.NO_LOCAL), 
which is used in line 273.
   
   In 2nd branch (line 276), the Boolean.parseBoolean() method accepts the 
value frame.getHeader(Stomp.Headers.Subscribe.NO_LOCAL), although the other 
value frame.hasHeader(Stomp.Headers.Subscribe.ACTIVEMQ_NO_LOCAL) is used.
   
   Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE.
   Author A. Slepykh.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to