Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 31673 invoked from network); 22 Mar 2009 19:18:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2009 19:18:14 -0000 Received: (qmail 28081 invoked by uid 500); 22 Mar 2009 19:18:14 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 27981 invoked by uid 500); 22 Mar 2009 19:18:13 -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 27971 invoked by uid 99); 22 Mar 2009 19:18:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Mar 2009 19:18:13 +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; Sun, 22 Mar 2009 19:18:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CE251234C041 for ; Sun, 22 Mar 2009 12:17:50 -0700 (PDT) Message-ID: <1738475514.1237749470843.JavaMail.jira@brutus> Date: Sun, 22 Mar 2009 12:17:50 -0700 (PDT) From: "Rory Winston (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (NET-222) Implement threadsafety annotations: @ThreadSafe, @Immutable etc In-Reply-To: <979178423.1211215315695.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/NET-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rory Winston updated NET-222: ----------------------------- Priority: Trivial (was: Major) > Implement threadsafety annotations: @ThreadSafe, @Immutable etc > --------------------------------------------------------------- > > Key: NET-222 > URL: https://issues.apache.org/jira/browse/NET-222 > Project: Commons Net > Issue Type: Wish > Reporter: Sebb > Priority: Trivial > > It would be very helpful for maintaing and checking code if the classes and fields were updated with the thread-safety annotations: > @Immutable > @Threadsafe > @NotThreadsafe > @GuardedBy > These can be used by tools such as Findbugs to check that code conforms to the annotations -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.