Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-6031

Remove @author tags from Java source files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.21.0
    • documentation
    • None
    • Reviewed

    Description

      Excluding first 2 results there are total 28 @author tags in java source files .

      hostname:Hadoop rphulari$ grep -r "@author"  .
      ./.svn/text-base/CHANGES.txt.svn-base: 69. HADOOP-1147.  Remove @author tags from Java source files.
      ./CHANGES.txt: 69. HADOOP-1147.  Remove @author tags from Java source files.
      ./src/core/org/apache/hadoop/fs/kfs/.svn/text-base/IFSImpl.java.svn-base: * @author: Sriram Rao (Kosmix Corp.)
      ./src/core/org/apache/hadoop/fs/kfs/.svn/text-base/KFSImpl.java.svn-base: * @author: Sriram Rao (Kosmix Corp.)
      ./src/core/org/apache/hadoop/fs/kfs/.svn/text-base/KFSInputStream.java.svn-base: * @author: Sriram Rao (Kosmix Corp.)
      ./src/core/org/apache/hadoop/fs/kfs/.svn/text-base/KFSOutputStream.java.svn-base: * @author: Sriram Rao (Kosmix Corp.)
      ./src/core/org/apache/hadoop/fs/kfs/.svn/text-base/KosmosFileSystem.java.svn-base: * @author: Sriram Rao (Kosmix Corp.)
      ./src/core/org/apache/hadoop/fs/kfs/IFSImpl.java: * @author: Sriram Rao (Kosmix Corp.)
      ./src/core/org/apache/hadoop/fs/kfs/KFSImpl.java: * @author: Sriram Rao (Kosmix Corp.)
      ./src/core/org/apache/hadoop/fs/kfs/KFSInputStream.java: * @author: Sriram Rao (Kosmix Corp.)
      ./src/core/org/apache/hadoop/fs/kfs/KFSOutputStream.java: * @author: Sriram Rao (Kosmix Corp.)
      ./src/core/org/apache/hadoop/fs/kfs/KosmosFileSystem.java: * @author: Sriram Rao (Kosmix Corp.)
      ./src/test/bin/.svn/text-base/test-patch.sh.svn-base:### Check for @author tags in the patch
      ./src/test/bin/.svn/text-base/test-patch.sh.svn-base:  echo "    Checking there are no @author tags in the patch."
      ./src/test/bin/.svn/text-base/test-patch.sh.svn-base:  authorTags=`$GREP -c -i '@author' $PATCH_DIR/patch`
      ./src/test/bin/.svn/text-base/test-patch.sh.svn-base:  echo "There appear to be $authorTags @author tags in the patch."
      ./src/test/bin/.svn/text-base/test-patch.sh.svn-base:    -1 @author.  The patch appears to contain $authorTags @author tags which the Hadoop community has agreed to not allow in code contributions."
      ./src/test/bin/.svn/text-base/test-patch.sh.svn-base:    +1 @author.  The patch does not contain any @author tags."
      ./src/test/bin/test-patch.sh:### Check for @author tags in the patch
      ./src/test/bin/test-patch.sh:  echo "    Checking there are no @author tags in the patch."
      ./src/test/bin/test-patch.sh:  authorTags=`$GREP -c -i '@author' $PATCH_DIR/patch`
      ./src/test/bin/test-patch.sh:  echo "There appear to be $authorTags @author tags in the patch."
      ./src/test/bin/test-patch.sh:    -1 @author.  The patch appears to contain $authorTags @author tags which the Hadoop community has agreed to not allow in code contributions."
      ./src/test/bin/test-patch.sh:    +1 @author.  The patch does not contain any @author tags."
      ./src/test/core/org/apache/hadoop/fs/kfs/.svn/text-base/KFSEmulationImpl.java.svn-base: * @author: Sriram Rao (Kosmix Corp.)
      ./src/test/core/org/apache/hadoop/fs/kfs/.svn/text-base/TestKosmosFileSystem.java.svn-base: * @author: Sriram Rao (Kosmix Corp.)
      ./src/test/core/org/apache/hadoop/fs/kfs/KFSEmulationImpl.java: * @author: Sriram Rao (Kosmix Corp.)
      ./src/test/core/org/apache/hadoop/fs/kfs/TestKosmosFileSystem.java: * @author: Sriram Rao (Kosmix Corp.)
      ./src/test/hdfs/org/apache/hadoop/hdfs/.svn/text-base/TestModTime.java.svn-base: * @author Dhruba Borthakur
      ./src/test/hdfs/org/apache/hadoop/hdfs/TestModTime.java: * @author Dhruba Borthakur
      hostname:Hadoop rphulari$ grep -r "@author"  . | wc -l
            30    
      
      

      Attachments

        1. HADOOP-6031.patch
          4 kB
          Ravi Phulari

        Activity

          People

            raviphulari Ravi Phulari
            raviphulari Ravi Phulari
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: