[ 
https://issues.apache.org/jira/browse/LUCENE-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749293#action_12749293
 ] 

Mark Miller commented on LUCENE-1862:
-------------------------------------

Just as an expansion on my feelings about any changes:

I posted the rules that are suggested on the wiki - but I think they are a bit 
harsh (eg only serious bug fixes). My thought is that the important part is : 
{quote}Keep in mind that it is our main intention to keep the branch as stable 
as possible.{quote}

I think that anything is fair game as long as its clear it will not affect 
stability. If everybody thinks something is a good idea, and they don't think 
it has the reach to affect stability (or undercut the testing that has already 
occured), I don't see why we wouldn't do it. As long as its discussed first and 
given a bit of time to ensure consensus.

> duplicate package.html files in queryParser and analsysis.cn packages
> ---------------------------------------------------------------------
>
>                 Key: LUCENE-1862
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1862
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Hoss Man
>            Priority: Minor
>             Fix For: 2.9
>
>
> These files conflict with eachother when building the javadocs. there can be 
> only one (of each) ...
> {code}
> hoss...@brunner:~/lucene/java$ find src contrib -name package.html | perl 
> -ple 's{.*src/java/}{}' | sort | uniq -c | grep -v " 1 "
>    2 org/apache/lucene/analysis/cn/package.html
>    2 org/apache/lucene/queryParser/package.html
> hoss...@brunner:~/lucene/java$ find src contrib -path 
> \*queryParser/package.html
> src/java/org/apache/lucene/queryParser/package.html
> contrib/queryparser/src/java/org/apache/lucene/queryParser/package.html
> hoss...@brunner:~/lucene/java$ find src contrib -path \*cn/package.html
> contrib/analyzers/common/src/java/org/apache/lucene/analysis/cn/package.html
> contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/package.html
> {code}

-- 
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

Reply via email to