Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 98372 invoked from network); 3 Apr 2003 22:51:46 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 Apr 2003 22:51:45 -0000 Received: (qmail 5268 invoked by uid 97); 3 Apr 2003 22:53:40 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 5261 invoked from network); 3 Apr 2003 22:53:40 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 3 Apr 2003 22:53:40 -0000 Received: (qmail 98163 invoked by uid 500); 3 Apr 2003 22:51:43 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 98152 invoked from network); 3 Apr 2003 22:51:43 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 Apr 2003 22:51:43 -0000 Received: (qmail 5255 invoked by uid 50); 3 Apr 2003 22:53:37 -0000 Date: 3 Apr 2003 22:53:37 -0000 Message-ID: <20030403225337.5254.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 16880] - Language specs violation in Commons Logging 1.0.2 in class LogFactoryImpl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16880 Language specs violation in Commons Logging 1.0.2 in class LogFactoryImpl dgraham@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From dgraham@apache.org 2003-04-03 22:53 ------- There is a compiler option in Eclipse called "Access to a non-accessible member of an enclosing type" that you can set to report as Ignore, Warning, or Error. Setting it to Warning results in a statement indicating that access to the method is emulated with a synthetic accessor method and changing the method's visibility will improve performance. However, the code still compiles and functions appropriately. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org