Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 42750 invoked from network); 1 May 2003 17:12:21 -0000 Received: from pcow053o.blueyonder.co.uk (HELO blueyonder.co.uk) (195.188.53.96) by daedalus.apache.org with SMTP; 1 May 2003 17:12:21 -0000 Received: from localhost ([80.194.24.21]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 1 May 2003 18:15:10 +0100 Date: Thu, 1 May 2003 18:13:19 +0100 Subject: Re: [beanutils] netbeans insists that setProperty of BeanUtils is private? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) From: robert burrell donkin To: "Jakarta Commons Users List" Content-Transfer-Encoding: 7bit In-Reply-To: <1051788802.9500.14.camel@barbarella> Message-Id: <3491E000-7BF8-11D7-8CE3-003065DC754C@blueyonder.co.uk> X-Mailer: Apple Mail (2.482) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N BeanUtils is a Booch utility (guess who just read that in a book ;) aka static utility class. BeanUtils.setProperty is public and static, and has been for as long as i can remember. so i'd say that the clever money's on this being a NetBean's problem. if you want to be sure, then i'd suggest that you find the version of BeanUtils that you're using and examine the code itself. look for the release tag in: http://cvs.apache.org/viewcvs/jakarta- commons/beanutils/src/java/org/apache/commons/beanutils/BeanUtils.java BTW please remember to prefix with the name of the component (in this case [beanutils]) in future posts. - robert On Thursday, May 1, 2003, at 12:33 PM, Mark Clarke wrote: > Hi all, > > I recently started using BeanUtils. I get an error when trying to access > the setProperty method of BeanUtils as netbeans3.4.1 tells me that this > method is private. The documentation says it public. Do I have a messed > up netbeans or has the method signature changed from the documentation. > > Regards > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org >