Ensure rules use proper ItemFilters for string matching

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • 10.0.0
    • Affects Version/s: 8.0.0
    • Component/s: Mission Control Core
    • None

      The standard JMC search pattern is to by default use Kleene-star and only use a full regex when prefixed by "regex:". This pattern should also be implemented in the rules which use configurable filters for e.g. classes or methods. I.e. if the configuration-value is prefixed by "regex:" it should use a Matches IItemFilter type, and if not, a Contains IItemFilter type. This should reduce the unnecessary use of costly regular expression matching.

            Assignee:
            Henrik Dafgård
            Reporter:
            Henrik Dafgård
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: