Uploaded image for project: 'Java Mission Control'
  1. Java Mission Control
  2. JMC-6696

Ensure rules use proper ItemFilters for string matching

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 8.3.1
    • 8.0.0
    • 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.

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

              Created:
              Updated: