You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2013/05/10 00:53:17 UTC

[jira] [Created] (LUCENE-4994) PatternKeywordMarkerFilter is final and has protected ctor and cannot be instantiated by non-Lucene code

Uwe Schindler created LUCENE-4994:
-------------------------------------

             Summary: PatternKeywordMarkerFilter is final and has protected ctor and cannot be instantiated by non-Lucene code
                 Key: LUCENE-4994
                 URL: https://issues.apache.org/jira/browse/LUCENE-4994
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/analysis
    Affects Versions: 4.3
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler
             Fix For: 4.4


I tried to write a test for LUCENE-4993 but recognized that a copy'n'paste error made the ctor of this filter protected.

The sister SetKeywordMarkerFilter has public ctor.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org