Skip to content
  • Lubomir Bulej's avatar
    - Reimplemented the scope matcher. The scope now accepts multiple parameter... · 11234525
    Lubomir Bulej authored
    - Reimplemented the scope matcher. The scope now accepts multiple parameter wild cards, similar to normal textual wild cards.
    - Added tests for the simpler matchers that comprise a scope matcher, and fixed, extended, and cleaned up the existing scope tests.
    - Removed ScopeParserException, and replaced it with package-private MalformedScopeException.
    - Introduced GeneralException class to hold common runtime exception code.
    - Introduced JavaNames utility class to hold common Java name handling code.
    - Modified SnippetParser, ExclusionSet to use the new ScopeMatcher.
    
    11234525