[ https://issues.apache.org/jira/browse/LUCENE-10561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536960#comment-17536960 ]
ASF subversion and git services commented on LUCENE-10561: ---------------------------------------------------------- Commit 694d797526ae1d9dbe65c69eaa52d5531824c560 in lucene's branch refs/heads/main from Rushabh Shah [ https://gitbox.apache.org/repos/asf?p=lucene.git;h=694d797526a ] LUCENE-10561 Reduce class/member visibility of all normalizer and stemmer classes (#883) Co-authored-by: Rushabh Shah <shahr...@apache.org> Co-authored-by: Tomoko Uchida <tomoko.uchida.1...@gmail.com> > Reduce class/member visibility of ArabicStemmer, ArabicNormalizer, and > PersianNormalizer > ---------------------------------------------------------------------------------------- > > Key: LUCENE-10561 > URL: https://issues.apache.org/jira/browse/LUCENE-10561 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Tomoko Uchida > Priority: Minor > Time Spent: 2h 10m > Remaining Estimate: 0h > > This is a spin-off of [LUCENE-10312]. > Constants and methods in those classes are exposed to the outside packages; > we should be able to limit the visibility to {{private}} or, at least to > {{package private}}. > This change breaks backward compatibility so should be applied to the main > branch (10.0) only, and a MIGRATE entry may be needed. > Also, they seem unchanged since 2008, we could refactor them to embrace newer > Java APIs as we did in [https://github.com/apache/lucene/pull/540]. -- This message was sent by Atlassian Jira (v8.20.7#820007) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org