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

Reuse Pattern instances compiled by FilterMatcher

XMLWordPrintable

      FilterMatcher.match currently compiles a new Pattern instance every time a string is tested. This is inefficient when for example all cells in a table will be tested against the same pattern. Instead a single Pattern instance should be returned and be used by the caller for testing all relevant strings.

      Change FilterMatcher.match so that instead of returning whether a string matches a pattern, it returns the compiled Pattern instance and lets all callers run the pattern.matcher(stringToFilter).matches() statement.

      SP:1

            Unassigned Unassigned
            owestin Ola Westin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: