[
https://issues.apache.org/jira/browse/ARTEMIS-5528?focusedWorklogId=972447&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-972447
]
ASF GitHub Bot logged work on ARTEMIS-5528:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jun/25 16:32
Start Date: 10/Jun/25 16:32
Worklog Time Spent: 10m
Work Description: tabish121 merged PR #5759:
URL: https://github.com/apache/activemq-artemis/pull/5759
Issue Time Tracking
-------------------
Worklog Id: (was: 972447)
Time Spent: 20m (was: 10m)
> Replace SimpleString.containsEitherOf with WildcardConfiguration.isWild
> -----------------------------------------------------------------------
>
> Key: ARTEMIS-5528
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5528
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{containsEitherOf}} method in {{SimpleString}} is a general purpose
> method to check if a {{SimpleString}} contains either of two {{char}}.
> However, this method is only ever used to check if the {{SimpleString}}
> contains wildcard characters. This job is better suited for the {{isWild}}
> method of {{WildcardConfiguration}}. Replacing the former with the latter
> will be more clear and remove unnecessary code.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact