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

[jira] Created: (LUCENE-1378) Remove remaining @author references

Remove remaining @author references
-----------------------------------

                 Key: LUCENE-1378
                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
             Project: Lucene - Java
          Issue Type: Task
            Reporter: Otis Gospodnetic
            Priority: Trivial
             Fix For: 2.4
         Attachments: LUCENE-1378.patch

$ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'


-- 
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-1378) Remove remaining @author references

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

Paul Elschot updated LUCENE-1378:
---------------------------------

    Attachment: LUCENE-1378b.patch

1378b.patch removes html author tags.

> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch, LUCENE-1378b.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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] Commented: (LUCENE-1378) Remove remaining @author references

Posted by "Otis Gospodnetic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629631#action_12629631 ] 

Otis Gospodnetic commented on LUCENE-1378:
------------------------------------------

Eh, rusty perl

$ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/\* @author.*//'

Doesn't work -- that \* in front of @author doesn't cut it.

> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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-1378) Remove remaining @author references

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

Paul Elschot updated LUCENE-1378:
---------------------------------

        Lucene Fields: [New, Patch Available]  (was: [Patch Available, New])
    Affects Version/s:     (was: 2.9)
        Fix Version/s:     (was: 2.4)
                       2.9

> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch, LUCENE-1378b.patch, LUCENE-1378c.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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-1378) Remove remaining @author references

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

Otis Gospodnetic resolved LUCENE-1378.
--------------------------------------

       Resolution: Fixed
    Lucene Fields: [New, Patch Available]  (was: [Patch Available, New])

Thanks Mark.

Committed revision 695514.



> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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-1378) Remove remaining @author references

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

Paul Elschot updated LUCENE-1378:
---------------------------------

        Lucene Fields: [New, Patch Available]  (was: [Patch Available, New])
    Affects Version/s: 2.9

Reopened, so fix 2.9 instead of 2.4.
Or should I rather open a new issue?

> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch, LUCENE-1378b.patch, LUCENE-1378c.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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-1378) Remove remaining @author references

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

Otis Gospodnetic resolved LUCENE-1378.
--------------------------------------

    Resolution: Fixed

Done.  Thank you Paul.

Sending        src/java/org/apache/lucene/analysis/package.html
Sending        src/java/org/apache/lucene/analysis/standard/package.html
Sending        src/java/org/apache/lucene/index/package.html
Sending        src/java/org/apache/lucene/queryParser/package.html
Sending        src/java/org/apache/lucene/search/package.html
Sending        src/java/org/apache/lucene/store/package.html
Sending        src/java/org/apache/lucene/util/package.html
Sending        src/test/org/apache/lucene/search/TestBooleanOr.java
Transmitting file data ........
Committed revision 781055.


> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch, LUCENE-1378b.patch, LUCENE-1378c.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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] Commented: (LUCENE-1378) Remove remaining @author references

Posted by "Paul Elschot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629088#action_12629088 ] 

Paul Elschot commented on LUCENE-1378:
--------------------------------------

The patch of 20080907 has some commented code added in SweetSpotSimilarityTest, probably unwanted.
Also, author lines are replaced by emty comment lines, perhaps it's better remove these lines completely. I didn't see any place where that could go wrong by changing the perl substitute command to do so, and the compiler would find such possible comment errors anyway.


> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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-1378) Remove remaining @author references

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

Mark Miller updated LUCENE-1378:
--------------------------------

    Attachment: LUCENE-1378.patch

Here is a clean patch off trunk if you want to avoid the perl  (have a hard time remember my perl myself).

> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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] Commented: (LUCENE-1378) Remove remaining @author references

Posted by "Otis Gospodnetic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715578#action_12715578 ] 

Otis Gospodnetic commented on LUCENE-1378:
------------------------------------------

I think a bunch of that xdocs stuff under site should/will really be removed with time, as some of it is out of date (e.g. benchmarks, contrib) and harder to maintain than Wiki pages.


> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch, LUCENE-1378b.patch, LUCENE-1378c.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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-1378) Remove remaining @author references

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

Otis Gospodnetic updated LUCENE-1378:
-------------------------------------

    Attachment: LUCENE-1378.patch

> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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] Commented: (LUCENE-1378) Remove remaining @author references

Posted by "Paul Elschot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647955#action_12647955 ] 

Paul Elschot commented on LUCENE-1378:
--------------------------------------

Under *nix this command:

find src -name '*.html' | xargs grep Author

still shows some html author tags.


> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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] Reopened: (LUCENE-1378) Remove remaining @author references

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

Otis Gospodnetic reopened LUCENE-1378:
--------------------------------------

    Lucene Fields: [New, Patch Available]  (was: [Patch Available, New])

> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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] Commented: (LUCENE-1378) Remove remaining @author references

Posted by "Paul Elschot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715576#action_12715576 ] 

Paul Elschot commented on LUCENE-1378:
--------------------------------------

I thought I had caught them all, but under unix in the trunk dir:

grep -r -i author src | grep -v '\.svn' | wc

still gives some lines mentioning authors in the src/site and src/jsp directories.
I don't know whether that's ok.

There is also some code in src/test using a query with an author: field, but that's no problem.

> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.9
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch, LUCENE-1378b.patch, LUCENE-1378c.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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-1378) Remove remaining @author references

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

Paul Elschot updated LUCENE-1378:
---------------------------------

    Attachment: LUCENE-1378c.patch

Just try and imagine a life without grep. The 1378c.patch removes my name.

> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch, LUCENE-1378b.patch, LUCENE-1378c.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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] Issue Comment Edited: (LUCENE-1378) Remove remaining @author references

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629688#action_12629688 ] 

markrmiller@gmail.com edited comment on LUCENE-1378 at 9/9/08 8:06 PM:
-------------------------------------------------------------

Here is a clean patch off trunk if you want to avoid the perl  (have a hard time remember my perl myself).

Ah...thought that patch was older, perl was no blocker <g>

Take the second anyway, it removes the 36 empty blocks (see below) created and was done with java <g>

 /**


  *
  */

      was (Author: markrmiller@gmail.com):
    Here is a clean patch off trunk if you want to avoid the perl  (have a hard time remember my perl myself).
  
> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch, LUCENE-1378.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

-- 
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] Assigned: (LUCENE-1378) Remove remaining @author references

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

Michael McCandless reassigned LUCENE-1378:
------------------------------------------

    Assignee: Otis Gospodnetic

Otis can you finish & commit this?

> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl -pi -e 's/ \@author.*//'

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