Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 75643 invoked from network); 24 Feb 2010 09:18:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2010 09:18:51 -0000 Received: (qmail 4188 invoked by uid 500); 24 Feb 2010 09:18:50 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 4098 invoked by uid 500); 24 Feb 2010 09:18:50 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 4088 invoked by uid 99); 24 Feb 2010 09:18:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 09:18:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 09:18:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F195A29A001B for ; Wed, 24 Feb 2010 01:18:27 -0800 (PST) Message-ID: <1588679332.487751267003107988.JavaMail.jira@brutus.apache.org> Date: Wed, 24 Feb 2010 09:18:27 +0000 (UTC) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-370) Document thread safety of classes In-Reply-To: <17739973.1193766470666.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837708#action_12837708 ] Henri Yandell commented on LANG-370: ------------------------------------ My general view on this btw is that a class should say if it's not thread safe. Thread safe should be the default - especially in something like Lang. > Document thread safety of classes > --------------------------------- > > Key: LANG-370 > URL: https://issues.apache.org/jira/browse/LANG-370 > Project: Commons Lang > Issue Type: Wish > Components: General > Reporter: Sebb > Fix For: 3.0 > > > Few if any of the LANG classes state whether they are intended to be thread-safe or not. > As a library, such documentation is essential IMO. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.