Core Tests should call Version based ctors instead of deprecated default ctors ------------------------------------------------------------------------------
Key: LUCENE-2241 URL: https://issues.apache.org/jira/browse/LUCENE-2241 Project: Lucene - Java Issue Type: Task Components: Analysis Affects Versions: 3.1 Reporter: Simon Willnauer Priority: Minor Fix For: 3.1 LUCENE-2183 introduced new ctors for all CharTokenizer subclasses. Core - tests should use those ctors with Version.LUCENE_CURRENT instead of the the deprecated ctors. Yet, LUCENE-2240 introduces more Version ctors For WhitespaceAnalyzer and SimpleAnalyzer. Test should also use their Version ctors instead the default ones. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org