Return-Path: X-Original-To: apmail-taverna-dev-archive@minotaur.apache.org Delivered-To: apmail-taverna-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3E311805B for ; Mon, 15 Feb 2016 09:49:21 +0000 (UTC) Received: (qmail 18020 invoked by uid 500); 15 Feb 2016 09:49:21 -0000 Delivered-To: apmail-taverna-dev-archive@taverna.apache.org Received: (qmail 17982 invoked by uid 500); 15 Feb 2016 09:49:21 -0000 Mailing-List: contact dev-help@taverna.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@taverna.incubator.apache.org Delivered-To: mailing list dev@taverna.incubator.apache.org Received: (qmail 17873 invoked by uid 99); 15 Feb 2016 09:49:21 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2016 09:49:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 078E4C0D9B for ; Mon, 15 Feb 2016 09:49:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.349 X-Spam-Level: X-Spam-Status: No, score=-4.349 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id AXj4VuBbLy6y for ; Mon, 15 Feb 2016 09:49:20 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id F22D32114F for ; Mon, 15 Feb 2016 09:49:18 +0000 (UTC) Received: (qmail 17854 invoked by uid 99); 15 Feb 2016 09:49:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2016 09:49:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 24E972C14F3 for ; Mon, 15 Feb 2016 09:49:18 +0000 (UTC) Date: Mon, 15 Feb 2016 09:49:18 +0000 (UTC) From: "Stian Soiland-Reyes (JIRA)" To: dev@taverna.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TAVERNA-897) Remove @author tags? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Stian Soiland-Reyes created TAVERNA-897: ------------------------------------------- Summary: Remove @author tags? Key: TAVERNA-897 URL: https://issues.apache.org/jira/browse/TAVERNA-897 Project: Apache Taverna Issue Type: Bug Reporter: Stian Soiland-Reyes Assignee: Stian Soiland-Reyes Some of our Javadoc contain @author tags - which are reflected in the HTML = of the JAvadoc - for instance http://taverna.incubator.apache.org/javadoc/taverna-language/org/apache/tav= erna/scufl2/api/package-summary.html http://taverna.incubator.apache.org/javadoc/taverna-osgi/org/apache/taverna= /configuration/ConfigurationManager.html Apache NiFi's argument against Javadoc @author tags: http://mail-archives.a= pache.org/mod_mbox/incubator-nifi-dev/201505.mbox/%3CCAGHyZ6LcrZ1aPMUjJ%3Dr= JkkK19Cmveew7PmTUKuWprK_bz3jxmg%40mail.gmail.com%3E =E2=80=93 which I find = myself agreeing with.=20 Older discussion also says Apache projects should stay away from @author ta= gs: https://mail-archives.apache.org/mod_mbox/www-community/200306.mbox/%3C2003= 0609234538.GA22335@lyra.org%3E A simple argument is that under ASF all of the Taverna committers are equal= ly responsible or attributable for all the code base - even if a particular= person made a class to start with. =20 Maintenance of @author tag is error-prone (how big a change before you add= yourself? What about thousands of files with no @author?) Also there's the question of what is the purpose of the @author tag beyond = attribution (it shows up in the HTML representation), when any questions ab= out a class should be taken to dev@taverna - not to that person. The git log should provide attribution about who made a file, but sadly aft= er various folder/repository moves and version control system changes this = is a bit tricky (you need to use {{git log --follow}} and hope for the best= ). So there is an counter-argument for keeping the @author tags - specially= as coming up in TAVERNA-894 lots of the classes of taverna-osgi and tavern= a-engine were initially written by David Withers and Tom Oinn, and neither = joined the Apache Taverna project.=20 What are your views? -- This message was sent by Atlassian JIRA (v6.3.4#6332)