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

Christine Poerschke commented on LUCENE-6571:
---------------------------------------------

Removing setIndexingChain via LUCENE-6738 removed the 
LiveIndexWriterConfig.java:386 warning.

The FST.java warnings remain
{code}
FST.java:119: warning - Tag @see: can't find shouldExpand(Builder, 
UnCompiledNode) in org.apache.lucene.util.fst.FST
FST.java:114: warning - Tag @see: can't find shouldExpand(Builder, 
UnCompiledNode) in org.apache.lucene.util.fst.FST
FST.java:109: warning - Tag @see: can't find shouldExpand(Builder, 
UnCompiledNode) in org.apache.lucene.util.fst.FST
{code}
but
{code}
package org.apache.lucene.util.fst;
...
-import org.apache.lucene.util.fst.Builder.UnCompiledNode;
...
-   * @see #shouldExpand(Builder, UnCompiledNode)
+   * @see #shouldExpand(Builder, Builder.UnCompiledNode)
...
    * @see Builder.UnCompiledNode#depth
    */
-  private boolean shouldExpand(Builder<T> builder, UnCompiledNode<T> node) {
+  private boolean shouldExpand(Builder<T> builder, Builder.UnCompiledNode<T> 
node) {
...
{code}
changes would make the warning go away.

> Javadoc error when run in private access level
> ----------------------------------------------
>
>                 Key: LUCENE-6571
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6571
>             Project: Lucene - Core
>          Issue Type: Bug
>    Affects Versions: 5.2
>            Reporter: Cao Manh Dat
>            Assignee: Christine Poerschke
>            Priority: Trivial
>         Attachments: LUCENE-6571.patch
>
>
> Javadoc error when run in private access level.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to