svn commit: r478074 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

2006-11-22 Thread bayard
Author: bayard Date: Wed Nov 22 00:03:14 2006 New Revision: 478074 URL: http://svn.apache.org/viewvc?view=revrev=478074 Log: Added a todo comment Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Modified:

svn commit: r478075 - /jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

2006-11-22 Thread bayard
Author: bayard Date: Wed Nov 22 00:05:20 2006 New Revision: 478075 URL: http://svn.apache.org/viewvc?view=revrev=478075 Log: And another TODO Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh Modified: jakarta/commons/proper/commons-nightly/trunk/commons_nightly.sh

[jira] Commented: (CONFIGURATION-238) XMLConfiguration.save() - illegal new line char in xml comment

2006-11-22 Thread Janusz Studzizba (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-238?page=comments#action_12451871 ] Janusz Studzizba commented on CONFIGURATION-238: Only new line chars in comment lines are modified [however when edited with Vim - ^M chars

Re: [BeanUtils] Error-checking BeanUtils.copyProperties() using Levensthein distance

2006-11-22 Thread Olivier Pernet
On 11/22/06, Niall Pemberton [EMAIL PROTECTED] wrote: On 11/21/06, Olivier Pernet [EMAIL PROTECTED] wrote: Hello, Hi Olivier I'm considering using BeanUtils.copyProperties() to transfer data to and from DTOs, in a Web application. But I'm afraid that this would be quite error-prone, as

[BeanUtils] Why does needs the method declaring a class to be public

2006-11-22 Thread Tom Schindl
Hi, I have an issue the current implementation of MethodUtils#getAccessibleMethod(Method) where it reads: 8 if( Modifier.isPublic(clazz.getModifiers()) ) { } // Check the implemented interfaces and subinterfaces 8 With this check setting

[jira] Created: (POOL-92) the 1.3 implementation has a problem with finite sized pools, this improvement contains an alternate implementation

2006-11-22 Thread Tom (JIRA)
the 1.3 implementation has a problem with finite sized pools, this improvement contains an alternate implementation --- Key: POOL-92 URL:

[jira] Updated: (POOL-92) the 1.3 implementation has a problem with finite sized pools, this improvement contains an alternate implementation

2006-11-22 Thread Tom (JIRA)
[ http://issues.apache.org/jira/browse/POOL-92?page=all ] Tom updated POOL-92: Attachment: pool.zip the 1.3 implementation has a problem with finite sized pools, this improvement contains an alternate implementation

[jira] Commented: (VALIDATOR-207) Disabled fields should not be checked by the validateRequired function. Relevant to adding the check for field disabled in jcv_isFieldPresent.

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-207?page=comments#action_12451948 ] Niall Pemberton commented on VALIDATOR-207: --- You make a good point and I can't actually remember if this was an unintended consequence of the

[jira] Resolved: (VALIDATOR-201) jcv_retrieveFormName pb with IE 5.5 and form containing an html select named id

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-201?page=all ] Niall Pemberton resolved VALIDATOR-201. --- Resolution: Won't Fix Better to not name fields id (or name). Also one of the reasons for refactoring the validator script functions to use

[jira] Resolved: (VALIDATOR-206) NullPointerException in ValidatorAction class when we start application in Unix

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-206?page=all ] Niall Pemberton resolved VALIDATOR-206. --- Resolution: Won't Fix Resolving this as WONT FIX, since theres a configurable solution. NullPointerException in ValidatorAction class when

[jira] Commented: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-11-22 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=comments#action_12451983 ] Henri Yandell commented on POOL-91: --- Is there any reason for null to be a legal makeObject return? ie) could we throw a RuntimeException of some kind when null is

[jira] Closed: (COLLECTIONS-236) CollectionUtils.filter filters the inverse of what it is documented to filter

2006-11-22 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-236?page=all ] Henri Yandell closed COLLECTIONS-236. - Resolution: Invalid Reporter requested this bug be closed. CollectionUtils.filter filters the inverse of what it is documented to filter

[jira] Created: (LANG-297) Addition to ObjectUtils: public static List getAllSuperclassesUpTo( Class cls, Class upToClass )

2006-11-22 Thread David J. M. Karlsen (JIRA)
Addition to ObjectUtils: public static List getAllSuperclassesUpTo( Class cls, Class upToClass ) Key: LANG-297 URL: http://issues.apache.org/jira/browse/LANG-297

[jira] Updated: (LANG-297) Addition to ObjectUtils: public static List getAllSuperclassesUpTo( Class cls, Class upToClass )

2006-11-22 Thread David J. M. Karlsen (JIRA)
[ http://issues.apache.org/jira/browse/LANG-297?page=all ] David J. M. Karlsen updated LANG-297: - Attachment: CommonsLang-patch-JIRA297.txt Code and test Addition to ObjectUtils: public static List getAllSuperclassesUpTo( Class cls, Class

[nightly] New last night...

2006-11-22 Thread Henri Yandell
Rat reports for all maven-1 components: http://vmbuild.apache.org/~commons/nightly/nightly_reports/ --- Javadoc repository - including snapshots: http://vmbuild.apache.org/~commons/javadocs/ (the multidoc stuff isn't integrated with the snapshots yet). --- TODO: Pull rather than push to

Re: [nightly] New last night...

2006-11-22 Thread Rahul Akolkar
Thanks for making this happen. Comments below ... On 11/22/06, Henri Yandell [EMAIL PROTECTED] wrote: Rat reports for all maven-1 components: http://vmbuild.apache.org/~commons/nightly/nightly_reports/ snip/ Does it make sense to have runs over bin builds here? What should we pay attention

Re: [all] Digester 1.8-RC1 available

2006-11-22 Thread Rahul Akolkar
Ping this thread (say, within the next day) if you want more time. -Rahul On 11/17/06, Rahul Akolkar [EMAIL PROTECTED] wrote: http://people.apache.org/~rahul/commons/digester/ Notes: * The site requires manual installation of the 1.8 directory on the webserver; since this can't/shouldn't be

[jira] Commented: (CONFIGURATION-238) XMLConfiguration.save() - illegal new line char in xml comment

2006-11-22 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-238?page=comments#action_12452003 ] Oliver Heger commented on CONFIGURATION-238: This is strange. There is no special handling of comment lines. XMLConfiguration does the

[jira] Commented: (POOL-91) StackObjectPool.borrowObject infinate loop when makeObject returns null

2006-11-22 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-91?page=comments#action_12452008 ] Sandy McArthur commented on POOL-91: makeObject returning null is definitely bogus behavior, but in older version of Pool (1.2 and before) StackObjectPool would

Re: [BeanUtils] Error-checking BeanUtils.copyProperties() using Levensthein distance

2006-11-22 Thread Aaron Digulla
Olivier Pernet wrote: Not quite sure what copyProperties currently does, but I'd be happy to consider improving the logging messages - but I wouldn't want to either a) add a dependency on Commons Lang for this (as both are widely used libraries and could present users with version issues) or

svn commit: r478334 [4/4] - in /jakarta/commons/proper/validator/trunk: ./ conf/share/ etc/ src/example/org/apache/commons/validator/example/ src/javascript/org/apache/commons/validator/javascript/ sr

2006-11-22 Thread niallp
Modified: jakarta/commons/proper/validator/trunk/xdocs/downloads.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/validator/trunk/xdocs/downloads.xml?view=diffrev=478334r1=478333r2=478334 == ---

svn commit: r478345 - in /jakarta/commons/proper/validator/trunk/src: share/org/apache/commons/validator/ test/org/apache/commons/validator/

2006-11-22 Thread niallp
Author: niallp Date: Wed Nov 22 14:25:19 2006 New Revision: 478345 URL: http://svn.apache.org/viewvc?view=revrev=478345 Log: Fix for VALIDATOR-19 - Validator incorrectly storing itself under the FORM_PARAM key rather than the Form - patch supplied by Masahiro Honda Added:

[jira] Resolved: (VALIDATOR-19) [validator] The Form cannot be used for the validator's method parameter.

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-19?page=all ] Niall Pemberton resolved VALIDATOR-19. -- Fix Version/s: 1.3.1 Resolution: Fixed Assignee: Niall Pemberton Fixed, thanks for the patch!

[jira] Updated: (VALIDATOR-19) [validator] The Form cannot be used for the validator's method parameter.

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-19?page=all ] Niall Pemberton updated VALIDATOR-19: - Bugzilla Id: (was: 39151) Affects Version/s: 1.2.0 Release Also affects the 1.2.0 version - introduced by VALIDATOR-137 [validator]

svn commit: r478350 - in /jakarta/commons/proper/validator/trunk: project.xml xdocs/changes.xml

2006-11-22 Thread niallp
Author: niallp Date: Wed Nov 22 14:37:02 2006 New Revision: 478350 URL: http://svn.apache.org/viewvc?view=revrev=478350 Log: Update the release notes, add Henri to project, remove empty organization elements Modified: jakarta/commons/proper/validator/trunk/project.xml

[jira] Resolved: (VALIDATOR-11) Multiple field elements with same property value not validated

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-11?page=all ] Niall Pemberton resolved VALIDATOR-11. -- Resolution: Won't Fix Multiple field elements with same property value not validated

svn commit: r478392 - in /jakarta/commons/proper/validator/trunk: src/share/org/apache/commons/validator/ src/test/org/apache/commons/validator/ src/test/org/apache/commons/validator/custom/ xdocs/

2006-11-22 Thread niallp
Author: niallp Date: Wed Nov 22 15:51:09 2006 New Revision: 478392 URL: http://svn.apache.org/viewvc?view=revrev=478392 Log: VALIDATOR-195 - Fix loading of Digester rules for custom ValidatorResources implementations - thanks to Vijay Pandey Added:

[jira] Resolved: (VALIDATOR-195) Lodaing of Digester Rules for classes extending ValidatorResources does not work

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-195?page=all ] Niall Pemberton resolved VALIDATOR-195. --- Fix Version/s: 1.3.1 Resolution: Fixed Assignee: Niall Pemberton Changing ValidatorResources to always load the digester rules

svn commit: r478396 - /jakarta/commons/proper/validator/trunk/project.properties

2006-11-22 Thread niallp
Author: niallp Date: Wed Nov 22 15:57:07 2006 New Revision: 478396 URL: http://svn.apache.org/viewvc?view=revrev=478396 Log: Configure logging for maven Modified: jakarta/commons/proper/validator/trunk/project.properties Modified: jakarta/commons/proper/validator/trunk/project.properties

[jira] Resolved: (VALIDATOR-151) [validator] Password validation revealed in javascript

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-151?page=all ] Niall Pemberton resolved VALIDATOR-151. --- Resolution: Won't Fix I think the simplest solution would be for someone to configure alternative password validators that don't have

[jira] Resolved: (VALIDATOR-125) Validator extension to support extending forms and fields

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-125?page=all ] Niall Pemberton resolved VALIDATOR-125. --- Resolution: Duplicate Validator extension to support extending forms and fields -

[jira] Resolved: (VALIDATOR-155) [validator] Distinguish between no validation errors found and not validated

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-155?page=all ] Niall Pemberton resolved VALIDATOR-155. --- Resolution: Won't Fix You can get the number of fields validated from the ValidatorResults returned by the Validator's validate() method. It

[jira] Resolved: (SCXML-20) A Suggestion to enhance SCXMLExecutor and SCInstance class to support state persistence

2006-11-22 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-20?page=all ] Rahul Akolkar resolved SCXML-20. Resolution: Fixed Resolving, per previous comment. A Suggestion to enhance SCXMLExecutor and SCInstance class to support state persistence

[jira] Updated: (VALIDATOR-150) [validator] Commons Validator JavaScript is not Namespaced

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-150?page=all ] Niall Pemberton updated VALIDATOR-150: -- Bugzilla Id: (was: 38184) Description: See comments on VALIDATOR-109. From VALIDATOR-109 Of course, one of the big issues with the

[jira] Resolved: (VALIDATOR-128) [validator] Ability to set a default Locale on the ValidatorResources

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-128?page=all ] Niall Pemberton resolved VALIDATOR-128. --- Resolution: Won't Fix Not sure which version of Validator you're using but the static defaultLocale field is no longer referenced (and hasn't

[jira] Created: (VALIDATOR-208) jcv_isFieldPresent function causes error in IE5

2006-11-22 Thread Leo Asanov (JIRA)
jcv_isFieldPresent function causes error in IE5 --- Key: VALIDATOR-208 URL: http://issues.apache.org/jira/browse/VALIDATOR-208 Project: Commons Validator Issue Type: Bug Components:

[jira] Created: (VALIDATOR-209) Additional constructor for ValidatorResources that takes URL[] instead of String[]

2006-11-22 Thread Craig McClanahan (JIRA)
Additional constructor for ValidatorResources that takes URL[] instead of String[] -- Key: VALIDATOR-209 URL: http://issues.apache.org/jira/browse/VALIDATOR-209 Project:

[jira] Commented: (VALIDATOR-209) Additional constructor for ValidatorResources that takes URL[] instead of String[]

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-209?page=comments#action_12452103 ] Niall Pemberton commented on VALIDATOR-209: --- I just had a look at the Digester javadoc but I don't see a parse() method that takes a URL - just a

[jira] Commented: (VALIDATOR-209) Additional constructor for ValidatorResources that takes URL[] instead of String[]

2006-11-22 Thread Craig McClanahan (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-209?page=comments#action_12452107 ] Craig McClanahan commented on VALIDATOR-209: I just had a look at the Digester javadoc but I don't see a parse() method that takes a URL - just a

[jira] Created: (DIGESTER-110) Create APIs that accept URL values directly, instead of only Strings to be converted to URLs

2006-11-22 Thread Craig McClanahan (JIRA)
Create APIs that accept URL values directly, instead of only Strings to be converted to URLs Key: DIGESTER-110 URL: http://issues.apache.org/jira/browse/DIGESTER-110

[jira] Updated: (VALIDATOR-209) Additional constructor for ValidatorResources that takes URL[] instead of String[]

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-209?page=all ] Niall Pemberton updated VALIDATOR-209: -- Attachment: validator-209-ValidatorResources.patch OK, probably the easiest solution (rather than co-ordinating component releases) is to

[jira] Created: (BEANUTILS-264) Manifest.MF distributed via maven repositories has 1.6 as the implementation version and specification version

2006-11-22 Thread dion gillard (JIRA)
Manifest.MF distributed via maven repositories has 1.6 as the implementation version and specification version -- Key: BEANUTILS-264 URL:

[jira] Resolved: (BEANUTILS-264) Manifest.MF distributed via maven repositories has 1.6 as the implementation version and specification version

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-264?page=all ] Niall Pemberton resolved BEANUTILS-264. --- Resolution: Duplicate Manifest.MF distributed via maven repositories has 1.6 as the implementation version and specification version

[jira] Commented: (VALIDATOR-209) Additional constructor for ValidatorResources that takes URL[] instead of String[]

2006-11-22 Thread Craig McClanahan (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-209?page=comments#action_12452113 ] Craig McClanahan commented on VALIDATOR-209: The patch looks OK to me, but with one comment ... it makes me uncomfortable to have code that opens

[jira] Commented: (DIGESTER-110) Create APIs that accept URL values directly, instead of only Strings to be converted to URLs

2006-11-22 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-110?page=comments#action_12452114 ] Rahul Akolkar commented on DIGESTER-110: If you feel strongly that this should be in 1.8, feel free to jump in now and I will cut another RC when

svn commit: r478462 - /jakarta/commons/proper/validator/trunk/doap_validator.rdf

2006-11-22 Thread niallp
Author: niallp Date: Wed Nov 22 20:44:30 2006 New Revision: 478462 URL: http://svn.apache.org/viewvc?view=revrev=478462 Log: Correct doap release info (Version -- revision wrong way round) Modified: jakarta/commons/proper/validator/trunk/doap_validator.rdf Modified:

[jira] Resolved: (MATH-161) patch for Mantissa

2006-11-22 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/MATH-161?page=all ] Phil Steitz resolved MATH-161. -- Resolution: Fixed Patches applied. Thanks! patch for Mantissa -- Key: MATH-161 URL:

[jira] Resolved: (BEANUTILS-261) Return null but not throw NestedNullException if the nested property is null

2006-11-22 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-261?page=all ] Henri Yandell resolved BEANUTILS-261. - Resolution: Won't Fix Looks like a consensus there on not adding this as it would add more API to a library we need to keep tight. Thanks for

[jira] Updated: (BEANUTILS-263) Improve ClassConverter robustness

2006-11-22 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-263?page=all ] Henri Yandell updated BEANUTILS-263: Fix Version/s: 1.8.0 I think we should try to fix this for 1.8.0 - if it doesn't lead to any major functionality changes or an API change.

[jira] Commented: (DIGESTER-110) Create APIs that accept URL values directly, instead of only Strings to be converted to URLs

2006-11-22 Thread Craig McClanahan (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-110?page=comments#action_12452122 ] Craig McClanahan commented on DIGESTER-110: --- If you feel strongly that this should be in 1.8, feel free to jump in now and I will cut another RC

[jira] Commented: (BEANUTILS-258) Improve Converter Implementations

2006-11-22 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-258?page=comments#action_12452126 ] Henri Yandell commented on BEANUTILS-258: - Any plans for replacing the current XxxArrayConverters and AbstractArrayConverter with extensions of

[jira] Commented: (BEANUTILS-31) [beanutils] The version in the manifest for version 1.7 is wrong it says 1.6

2006-11-22 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-31?page=comments#action_12452127 ] dion gillard commented on BEANUTILS-31: --- Can't we at least fix the jar and re-deploy it? [beanutils] The version in the manifest for version 1.7 is

svn commit: r478473 - in /jakarta/commons/proper/validator/trunk: src/share/org/apache/commons/validator/ValidatorResources.java src/test/org/apache/commons/validator/EntityImportTest.java xdocs/chang

2006-11-22 Thread niallp
Author: niallp Date: Wed Nov 22 21:42:30 2006 New Revision: 478473 URL: http://svn.apache.org/viewvc?view=revrev=478473 Log: VALIDATOR-209 - Additional constructor for ValidatorResources that takes URL[] instead of String[] - thanks to Craig McClanahan Modified:

[jira] Updated: (BEANUTILS-196) [beanutils] StringArrayConverter does not handle double[] input

2006-11-22 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-196?page=all ] Henri Yandell updated BEANUTILS-196: Attachment: BEANUTILS-196.patch unit test showing the usage of the new Array converter. we need to: a) Put this in place in ConvertUtilsBean b)

[jira] Resolved: (VALIDATOR-209) Additional constructor for ValidatorResources that takes URL[] instead of String[]

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-209?page=all ] Niall Pemberton resolved VALIDATOR-209. --- Fix Version/s: 1.3.1 Resolution: Fixed Assignee: Niall Pemberton Fixed thanks

[jira] Commented: (BEANUTILS-31) [beanutils] The version in the manifest for version 1.7 is wrong it says 1.6

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-31?page=comments#action_12452132 ] Niall Pemberton commented on BEANUTILS-31: -- AFAIK once somethings released thats it - otherwise it creates confusion having different versions of the

Re: [all] Digester 1.8-RC1 available

2006-11-22 Thread simon.kitching
I'm keen to have a look at this RC over the weekend. I know Craig is going to add some patches so there will be an RC2 I presume.. Rahul Akolkar [EMAIL PROTECTED] wrote: Ping this thread (say, within the next day) if you want more time. -Rahul On 11/17/06, Rahul Akolkar [EMAIL

Re: [all] Digester 1.8-RC1 available

2006-11-22 Thread Craig McClanahan
On 11/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm keen to have a look at this RC over the weekend. I know Craig is going to add some patches so there will be an RC2 I presume.. Since you guys are both game, I'll definitely have a patch to propose (with corresponding tests) by

[jira] Commented: (BEANUTILS-263) Improve ClassConverter robustness

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-263?page=comments#action_12452137 ] Niall Pemberton commented on BEANUTILS-263: --- So what happens in Weblogic 9.2 when it doesn't have access to the class it's trying to load? Does it

[jira] Updated: (VALIDATOR-197) Copy remaining Validation Routines to the new routines package

2006-11-22 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-197?page=all ] Niall Pemberton updated VALIDATOR-197: -- Fix Version/s: 1.4.0 (was: 1.3.1) Assignee: Niall Pemberton Copy remaining Validation Routines to the new

[jira] Commented: (BEANUTILS-49) Lock in BeanUtilsBean.getInstance(BeanUtilsBean.java:78)

2006-11-22 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-49?page=comments#action_12452154 ] Henri Yandell commented on BEANUTILS-49: The patch changes: valueByClassLoader.put(contextClassLoader, value); return;

Re: [BeanUtils] Why does needs the method declaring a class to be public

2006-11-22 Thread Tom Schindl
Hi, Nobody any comments should I file a bug report against JIRA? Tom Tom Schindl schrieb: Hi, I have an issue the current implementation of MethodUtils#getAccessibleMethod(Method) where it reads: 8 if( Modifier.isPublic(clazz.getModifiers()) ) { } //

[jira] Commented: (BEANUTILS-49) Lock in BeanUtilsBean.getInstance(BeanUtilsBean.java:78)

2006-11-22 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-49?page=comments#action_12452159 ] Henri Yandell commented on BEANUTILS-49: Otherwise, it seems fine to me. +1. Lock in BeanUtilsBean.getInstance(BeanUtilsBean.java:78)