activemq-artemis/artemis-server
aslepykh bc86a0a481
ARTEMIS-4695 BAD_COPY_PASTE in ActiveMQScheduledLeaseLock.java
In the detectAndReportRenewSlowness() method, the logger.error() and
logger.warn() methods are called 3 times.

In two of the three calls, the method arguments correspond to parameters
that are tested in the if() conditional construct.

Also, the arguments of the logger.error() and logger.warn() methods are
identical in lines 139 and 141, respectively, which may indicate that
they were copied incorrectly.
2024-03-19 13:55:56 -05:00
..
src ARTEMIS-4695 BAD_COPY_PASTE in ActiveMQScheduledLeaseLock.java 2024-03-19 13:55:56 -05:00
pom.xml ARTEMIS-4559 refactor HA docs & code/module naming 2024-03-15 10:18:05 -04:00