[jira] [Commented] (BEANUTILS-509) WeakHashmap enters into infinite loop in WrapDynaClass.java

2021-03-17 Thread sunil (Jira)
[ https://issues.apache.org/jira/browse/BEANUTILS-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303771#comment-17303771 ] sunil commented on BEANUTILS-509: - Hi, I do see that

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567984=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567984 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
coveralls edited a comment on pull request #731: URL: https://github.com/apache/commons-lang/pull/731#issuecomment-800829428 [![Coverage Status](https://coveralls.io/builds/38029860/badge)](https://coveralls.io/builds/38029860) Coverage increased (+0.003%) to 94.939% when

[GitHub] [commons-vfs] garydgregory commented on pull request #168: [bug] find a bug about chinese characters in FileObject path then call toFile

2021-03-17 Thread GitBox
garydgregory commented on pull request #168: URL: https://github.com/apache/commons-vfs/pull/168#issuecomment-801382910 @XenoAmess May you please rebase on master to pick up the new build matrix? This is an automated

[jira] [Created] (IO-724) FileUtils.deleteDirectory javadoc is inaccurate for nonexistent directory

2021-03-17 Thread Henry Tung (Jira)
Henry Tung created IO-724: - Summary: FileUtils.deleteDirectory javadoc is inaccurate for nonexistent directory Key: IO-724 URL: https://issues.apache.org/jira/browse/IO-724 Project: Commons IO

[jira] [Created] (CSV-273) Define automatic Java module name for jar file

2021-03-17 Thread Marcel Baumann (Jira)
Marcel Baumann created CSV-273: -- Summary: Define automatic Java module name for jar file Key: CSV-273 URL: https://issues.apache.org/jira/browse/CSV-273 Project: Commons CSV Issue Type:

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567902=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567902 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
arturobernalg commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596293696 ## File path: src/test/java/org/apache/commons/lang3/ClassUtilsTest.java ## @@ -1131,6 +1140,24 @@ public void test_isAssignable_Widening() {

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567900=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567900 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg edited a comment on pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
arturobernalg edited a comment on pull request #731: URL: https://github.com/apache/commons-lang/pull/731#issuecomment-801322756 HI @aherbert Hi, thank you for the test case tip. I didn't know the reflect test package. Regarding with use bitwise operator IMO it's more complex TY

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567898=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567898 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg commented on pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
arturobernalg commented on pull request #731: URL: https://github.com/apache/commons-lang/pull/731#issuecomment-801322756 HI @aherbert Hi, thank you for the test case tip. Regarding with use bitwise operator IMO it's more complex TY

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567876=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567876 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] aherbert commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
aherbert commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596273898 ## File path: src/main/java/org/apache/commons/lang3/ClassUtils.java ## @@ -935,6 +935,60 @@ public static boolean isAssignable(Class cls, final

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567875=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567875 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] aherbert commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
aherbert commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596269673 ## File path: src/test/java/org/apache/commons/lang3/ClassUtilsTest.java ## @@ -1131,6 +1140,24 @@ public void test_isAssignable_Widening() {

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567874=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567874 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567871=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567871 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
arturobernalg commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596268511 ## File path: src/main/java/org/apache/commons/lang3/ClassUtils.java ## @@ -935,6 +935,60 @@ public static boolean isAssignable(Class cls, final

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567869=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567869 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
arturobernalg commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596268511 ## File path: src/main/java/org/apache/commons/lang3/ClassUtils.java ## @@ -935,6 +935,60 @@ public static boolean isAssignable(Class cls, final

[GitHub] [commons-lang] arturobernalg commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
arturobernalg commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596268511 ## File path: src/main/java/org/apache/commons/lang3/ClassUtils.java ## @@ -935,6 +935,60 @@ public static boolean isAssignable(Class cls, final

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567864=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567864 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] aherbert commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
aherbert commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596262934 ## File path: src/main/java/org/apache/commons/lang3/ClassUtils.java ## @@ -935,6 +935,60 @@ public static boolean isAssignable(Class cls, final

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567863=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567863 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
arturobernalg commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596260192 ## File path: src/test/java/org/apache/commons/lang3/ClassUtilsTest.java ## @@ -88,6 +88,14 @@ // empty } } +

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567855=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567855 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] aherbert commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
aherbert commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596251679 ## File path: src/main/java/org/apache/commons/lang3/ClassUtils.java ## @@ -935,6 +935,60 @@ public static boolean isAssignable(Class cls, final

[GitHub] [commons-lang] aherbert commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
aherbert commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596251089 ## File path: src/main/java/org/apache/commons/lang3/ClassUtils.java ## @@ -935,6 +935,60 @@ public static boolean isAssignable(Class cls, final

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567853=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567853 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567850=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567850 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] aherbert commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
aherbert commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596249900 ## File path: src/test/java/org/apache/commons/lang3/ClassUtilsTest.java ## @@ -88,6 +88,14 @@ // empty } } +private

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567849=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567849 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] aherbert commented on a change in pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
aherbert commented on a change in pull request #731: URL: https://github.com/apache/commons-lang/pull/731#discussion_r596249386 ## File path: src/test/java/org/apache/commons/lang3/ClassUtilsTest.java ## @@ -88,6 +88,14 @@ // empty } } +private

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567828=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567828 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
coveralls edited a comment on pull request #731: URL: https://github.com/apache/commons-lang/pull/731#issuecomment-800829428 [![Coverage Status](https://coveralls.io/builds/38021203/badge)](https://coveralls.io/builds/38021203) Coverage increased (+0.003%) to 94.939% when

[jira] [Updated] (MATH-1567) Harmonic Mean Calculation

2021-03-17 Thread Hasan Diwan (Jira)
[ https://issues.apache.org/jira/browse/MATH-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hasan Diwan updated MATH-1567: -- Attachment: harmonicMean.pat > Harmonic Mean Calculation > - > >

[jira] [Updated] (MATH-1567) Harmonic Mean Calculation

2021-03-17 Thread Hasan Diwan (Jira)
[ https://issues.apache.org/jira/browse/MATH-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hasan Diwan updated MATH-1567: -- Attachment: (was: harmonicMean.pat) > Harmonic Mean Calculation > - > >

[jira] [Created] (COMPRESS-572) Update zstd-jni dependency version to 1.4.9-1

2021-03-17 Thread Michael Heuer (Jira)
Michael Heuer created COMPRESS-572: -- Summary: Update zstd-jni dependency version to 1.4.9-1 Key: COMPRESS-572 URL: https://issues.apache.org/jira/browse/COMPRESS-572 Project: Commons Compress

[jira] [Created] (CRYPTO-158) Illegal reflective access

2021-03-17 Thread Juan F Arjona (Jira)
Juan F Arjona created CRYPTO-158: Summary: Illegal reflective access Key: CRYPTO-158 URL: https://issues.apache.org/jira/browse/CRYPTO-158 Project: Commons Crypto Issue Type: Bug

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567702=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567702 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg edited a comment on pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
arturobernalg edited a comment on pull request #731: URL: https://github.com/apache/commons-lang/pull/731#issuecomment-801104206 > There are more rules to check here. You should also check the method is not **final** using `Modifier.isFinal` which prevents being overridden. > > How

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567673=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567673 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] arturobernalg commented on pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
arturobernalg commented on pull request #731: URL: https://github.com/apache/commons-lang/pull/731#issuecomment-801104206 > There are more rules to check here. You should also check the method is not **final** using `Modifier.isFinal` which prevents being overridden. > > How to

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567634=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567634 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] aherbert commented on pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
aherbert commented on pull request #731: URL: https://github.com/apache/commons-lang/pull/731#issuecomment-801064190 There are more rules to check here. You should also check the method is not **final** using `Modifier.isFinal` which prevents being overridden. How to handle static

[jira] [Commented] (COMPRESS-571) 7z random access fails on shuffled entry list

2021-03-17 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303383#comment-17303383 ] Michael Osipov commented on COMPRESS-571: - Why a copy and not a unmodifiable list? > 7z random

[jira] [Updated] (COMPRESS-571) 7z random access fails on shuffled entry list

2021-03-17 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated COMPRESS-571: Summary: 7z random access fails on shuffled entry list (was: 7z random access failes on

[jira] [Comment Edited] (MATH-1567) Harmonic Mean Calculation

2021-03-17 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303348#comment-17303348 ] Gilles Sadowski edited comment on MATH-1567 at 3/17/21, 12:25 PM: -- You

[jira] [Commented] (MATH-1567) Harmonic Mean Calculation

2021-03-17 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303348#comment-17303348 ] Gilles Sadowski commented on MATH-1567: --- You should verify that updates don't break the build...

[jira] [Commented] (COMPRESS-571) 7z random access failes on shuffled entry list

2021-03-17 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303178#comment-17303178 ] Peter Lee commented on COMPRESS-571: Fixed with 65a5c75c. > 7z random access failes on shuffled

[jira] [Updated] (COMPRESS-571) 7z random access failes on shuffled entry list

2021-03-17 Thread Peter Lee (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Lee updated COMPRESS-571: --- Assignee: Peter Lee > 7z random access failes on shuffled entry list >

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567460=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567460 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls edited a comment on pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
coveralls edited a comment on pull request #731: URL: https://github.com/apache/commons-lang/pull/731#issuecomment-800829428 [![Coverage Status](https://coveralls.io/builds/38004445/badge)](https://coveralls.io/builds/38004445) Coverage increased (+0.008%) to 94.938% when

[GitHub] [commons-lang] coveralls edited a comment on pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
coveralls edited a comment on pull request #731: URL: https://github.com/apache/commons-lang/pull/731#issuecomment-800829428 [![Coverage Status](https://coveralls.io/builds/38004453/badge)](https://coveralls.io/builds/38004453) Coverage increased (+0.008%) to 94.938% when

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567459=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567459 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[jira] [Commented] (COMPRESS-571) 7z random access failes on shuffled entry list

2021-03-17 Thread Stefan Bodewig (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303144#comment-17303144 ] Stefan Bodewig commented on COMPRESS-571: - +1 to returning a copy. We already do in other

[jira] [Work logged] (LANG-1649) Check if method is Overridable

2021-03-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LANG-1649?focusedWorklogId=567447=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567447 ] ASF GitHub Bot logged work on LANG-1649: Author: ASF GitHub Bot

[GitHub] [commons-lang] coveralls commented on pull request #731: LANG-1649 - Check if method is Overridable

2021-03-17 Thread GitBox
coveralls commented on pull request #731: URL: https://github.com/apache/commons-lang/pull/731#issuecomment-800829428 [![Coverage Status](https://coveralls.io/builds/38003794/badge)](https://coveralls.io/builds/38003794) Coverage increased (+0.008%) to 94.938% when pulling

[jira] [Commented] (COMPRESS-571) 7z random access failes on shuffled entry list

2021-03-17 Thread Robin Schimpf (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17303127#comment-17303127 ] Robin Schimpf commented on COMPRESS-571: You are correct. Shuffling the list also shuffles the