You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2008/09/19 01:44:44 UTC

[jira] Created: (LUCENE-1392) Some small javadocs/extra import fixes

Some small javadocs/extra import fixes
--------------------------------------

                 Key: LUCENE-1392
                 URL: https://issues.apache.org/jira/browse/LUCENE-1392
             Project: Lucene - Java
          Issue Type: Improvement
    Affects Versions: 2.4
            Reporter: Michael McCandless
            Assignee: Michael McCandless
            Priority: Trivial
             Fix For: 2.4
         Attachments: LUCENE-1392.patch

Two things that Uwe Schindler caught, plus fixes for javadoc warnings in core.  I plan to commit to trunk & 2.4.

-- 
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Updated: (LUCENE-1392) Some small javadocs/extra import fixes

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless updated LUCENE-1392:
---------------------------------------

    Attachment: LUCENE-1392.patch

> Some small javadocs/extra import fixes
> --------------------------------------
>
>                 Key: LUCENE-1392
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1392
>             Project: Lucene - Java
>          Issue Type: Improvement
>    Affects Versions: 2.4
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1392.patch
>
>
> Two things that Uwe Schindler caught, plus fixes for javadoc warnings in core.  I plan to commit to trunk & 2.4.

-- 
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Resolved: (LUCENE-1392) Some small javadocs/extra import fixes

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved LUCENE-1392.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9

Committed revision 697119 (2.4) and 697115 (trunk).

> Some small javadocs/extra import fixes
> --------------------------------------
>
>                 Key: LUCENE-1392
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1392
>             Project: Lucene - Java
>          Issue Type: Improvement
>    Affects Versions: 2.4
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.4, 2.9
>
>         Attachments: LUCENE-1392.patch
>
>
> Two things that Uwe Schindler caught, plus fixes for javadoc warnings in core.  I plan to commit to trunk & 2.4.

-- 
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


Re: [jira] Updated: (LUCENE-1392) Some small javadocs/extra import fixes

Posted by Michael McCandless <lu...@mikemccandless.com>.
OK I fixed these, thanks Uwe!

I will spin 2.4 RC 2 soon.

Mike

Uwe Schindler (JIRA) wrote:

>
>     [ https://issues.apache.org/jira/browse/LUCENE-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
>  ]
>
> Uwe Schindler updated LUCENE-1392:
> ----------------------------------
>
>    Attachment: LUCENE-1392-more-imports.patch
>
> During my code analysis, I found two more unneeded imports of  
> BitSet. See attached patch.
>
>> Some small javadocs/extra import fixes
>> --------------------------------------
>>
>>                Key: LUCENE-1392
>>                URL: https://issues.apache.org/jira/browse/LUCENE-1392
>>            Project: Lucene - Java
>>         Issue Type: Improvement
>>   Affects Versions: 2.4
>>           Reporter: Michael McCandless
>>           Assignee: Michael McCandless
>>           Priority: Trivial
>>            Fix For: 2.4, 2.9
>>
>>        Attachments: LUCENE-1392-more-imports.patch, LUCENE-1392.patch
>>
>>
>> Two things that Uwe Schindler caught, plus fixes for javadoc  
>> warnings in core.  I plan to commit to trunk & 2.4.
>
> -- 
> 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-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>


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


[jira] Updated: (LUCENE-1392) Some small javadocs/extra import fixes

Posted by "Uwe Schindler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler updated LUCENE-1392:
----------------------------------

    Attachment: LUCENE-1392-more-imports.patch

During my code analysis, I found two more unneeded imports of BitSet. See attached patch.

> Some small javadocs/extra import fixes
> --------------------------------------
>
>                 Key: LUCENE-1392
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1392
>             Project: Lucene - Java
>          Issue Type: Improvement
>    Affects Versions: 2.4
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>            Priority: Trivial
>             Fix For: 2.4, 2.9
>
>         Attachments: LUCENE-1392-more-imports.patch, LUCENE-1392.patch
>
>
> Two things that Uwe Schindler caught, plus fixes for javadoc warnings in core.  I plan to commit to trunk & 2.4.

-- 
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org