[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=247283&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247283 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] davidmoten commented on issue #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-22 Thread GitBox
davidmoten commented on issue #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#issuecomment-495068088 BTW @garydgregory , would you like me to fix these `mvn` warnings while I'm here: ``` [WARNING] 'build.plugi

[GitHub] [commons-beanutils] melloware commented on issue #7: BEANUTILS-520: Mitigate CVE-2014-0114 by enabling SuppressPropertiesB…

2019-05-22 Thread GitBox
melloware commented on issue #7: BEANUTILS-520: Mitigate CVE-2014-0114 by enabling SuppressPropertiesB… URL: https://github.com/apache/commons-beanutils/pull/7#issuecomment-495029626 I am not sure why Travis is failing as all the tests and code is building with "mvn clean package" on my la

[jira] [Commented] (BEANUTILS-463) Class loader vulnerability in DefaultResolver

2019-05-22 Thread Melloware (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16846330#comment-16846330 ] Melloware commented on BEANUTILS-463: - Submitted PR: https://github.com/apache/com

[jira] [Commented] (BEANUTILS-520) BeanUtils2 mitigate CVE-2014-0114

2019-05-22 Thread Melloware (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16846328#comment-16846328 ] Melloware commented on BEANUTILS-520: - PR submitted: https://github.com/apache/com

[GitHub] [commons-statistics] virendrasinghrp closed pull request #12: Statistics 7 descriptive module

2019-05-22 Thread GitBox
virendrasinghrp closed pull request #12: Statistics 7 descriptive module URL: https://github.com/apache/commons-statistics/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please lo

[jira] [Work logged] (BEANUTILS-520) BeanUtils2 mitigate CVE-2014-0114

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-520?focusedWorklogId=247202&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247202 ] ASF GitHub Bot logged work on BEANUTILS-520: Author: ASF GitHu

[GitHub] [commons-beanutils] melloware opened a new pull request #7: BEANUTILS-520: Mitigate CVE-2014-0114 by enabling SuppressPropertiesB…

2019-05-22 Thread GitBox
melloware opened a new pull request #7: BEANUTILS-520: Mitigate CVE-2014-0114 by enabling SuppressPropertiesB… URL: https://github.com/apache/commons-beanutils/pull/7 Fixes CVE-2014-0114: https://nvd.nist.gov/vuln/detail/CVE-2014-0114 This patch by default enables the `SuppressPrope

[GitHub] [commons-statistics] virendrasinghrp opened a new pull request #12: Statistics 7 descriptive module

2019-05-22 Thread GitBox
virendrasinghrp opened a new pull request #12: Statistics 7 descriptive module URL: https://github.com/apache/commons-statistics/pull/12 Created a "commons-statistics-descriptive" module(using maven). pom file updated. Maven checkstyle errors resolved.

[jira] [Comment Edited] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2019-05-22 Thread Gerardo Torres Ontiveros (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839786#comment-16839786 ] Gerardo Torres Ontiveros edited comment on LANG-1406 at 5/22/19 11:50 PM: --

[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=247130&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247130 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] coveralls edited a comment on issue #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-22 Thread GitBox
coveralls edited a comment on issue #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#issuecomment-494627156 [![Coverage Status](https://coveralls.io/builds/23552389/badge)](https://coveralls.io/builds/23552389)

[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=247079&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247079 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] davidmoten commented on issue #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-22 Thread GitBox
davidmoten commented on issue #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#issuecomment-494990577 Thanks for the review, I've addressed all comments with the latest commit. ---

[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=247077&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247077 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] davidmoten commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-22 Thread GitBox
davidmoten commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#discussion_r286704457 ## File path: src/test/java/org/apache/commons/csv/CSVParserTest.java ## @@ -11

[jira] [Resolved] (DAEMON-213) procun log rotation support

2019-05-22 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved DAEMON-213. Resolution: Duplicate Marking as a duplicate of DAEMON-259 as the newer issue has more information.

[jira] [Resolved] (DAEMON-396) LibraryPath is broken for Java 11 using Windows 10/2016

2019-05-22 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved DAEMON-396. Resolution: Fixed Problem 1 is a variation of DAEMON-401 and has been fixed in a similar way. > Li

[GitHub] [commons-statistics] aherbert merged pull request #10: Updated checkstyle to enforce coding style.

2019-05-22 Thread GitBox
aherbert merged pull request #10: Updated checkstyle to enforce coding style. URL: https://github.com/apache/commons-statistics/pull/10 This is an automated message from the Apache Git Service. To respond to the message, plea

[jira] [Resolved] (DAEMON-401) Environment variables set on service not available in JNI dll

2019-05-22 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved DAEMON-401. Resolution: Fixed Fix Version/s: 1.1.1 Many thanks for the research on this issue and the pa

[GitHub] [commons-collections] coveralls commented on issue #74: Collections-699 PairingIterator

2019-05-22 Thread GitBox
coveralls commented on issue #74: Collections-699 PairingIterator URL: https://github.com/apache/commons-collections/pull/74#issuecomment-494919874 [![Coverage Status](https://coveralls.io/builds/23545549/badge)](https://coveralls.io/builds/23545549) Coverage decreased (-0.0009%

[GitHub] [commons-statistics] ericbarnhill merged pull request #11: Statistics 7 descriptive module

2019-05-22 Thread GitBox
ericbarnhill merged pull request #11: Statistics 7 descriptive module URL: https://github.com/apache/commons-statistics/pull/11 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [commons-collections] Fival85 opened a new pull request #74: Collections-699 PairingIterator

2019-05-22 Thread GitBox
Fival85 opened a new pull request #74: Collections-699 PairingIterator URL: https://github.com/apache/commons-collections/pull/74 Hello again, like in https://github.com/apache/commons-collections/pull/73 here is the second try to implement COLLECTIONS-699 Now i use a standalo

[jira] [Comment Edited] (COLLECTIONS-699) Add a PairingIterator

2019-05-22 Thread Dennis (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845129#comment-16845129 ] Dennis edited comment on COLLECTIONS-699 at 5/22/19 4:49 PM: -

[jira] [Updated] (STATISTICS-13) Data Flow and User Interaction Design

2019-05-22 Thread Ben Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/STATISTICS-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Nguyen updated STATISTICS-13: - Summary: Data Flow and User Interaction Design (was: Designing the user-interface) > Data Fl

[jira] [Updated] (STATISTICS-13) Designing the user-interface

2019-05-22 Thread Ben Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/STATISTICS-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Nguyen updated STATISTICS-13: - Attachment: data flow v1.png > Designing the user-interface > > >

[jira] [Resolved] (JEXL-301) Array access operator does not fail on null object in non-strict arithmetic mode

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-301. Resolution: Fixed Thanks for the bug report and unit tests; https://github.com/apache/commons-jexl/c

[jira] [Resolved] (JEXL-304) Error parsing overview.limit.var

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-304. Resolution: Fixed Thanks for the bug report; https://github.com/apache/commons-jexl/commit/68d1b317f

[jira] [Resolved] (JEXL-305) Script debugger produces incorrect syntax

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-305. Resolution: Fixed Thanks for the bug report; https://github.com/apache/commons-jexl/commit/68d1b317f

[jira] [Resolved] (JEXL-303) Block syntax is broken

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-303. Resolution: Fixed Thanks for the bug report; https://github.com/apache/commons-jexl/commit/68d1b317f

[jira] [Updated] (JEXL-301) Array access operator does not fail on null object in non-strict arithmetic mode

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-301: --- Fix Version/s: 3.2 > Array access operator does not fail on null object in non-strict arithmetic > mod

[jira] [Updated] (JEXL-305) Script debugger produces incorrect syntax

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-305: --- Assignee: Henri Biestro > Script debugger produces incorrect syntax > -

[jira] [Updated] (JEXL-304) Error parsing overview.limit.var

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-304: --- Assignee: Henri Biestro > Error parsing overview.limit.var > > >

[jira] [Updated] (JEXL-304) Error parsing overview.limit.var

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-304: --- Fix Version/s: 3.2 > Error parsing overview.limit.var > > >

[jira] [Updated] (JEXL-303) Block syntax is broken

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-303: --- Fix Version/s: 3.2 > Block syntax is broken > -- > > Key: JEXL-303

[jira] [Updated] (JEXL-303) Block syntax is broken

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-303: --- Assignee: Henri Biestro > Block syntax is broken > -- > > Key: JEXL

[jira] [Updated] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-302: --- Assignee: Henri Biestro > JexlScript.getVariables returns strange values for array access > ---

[jira] [Updated] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-302: --- Fix Version/s: 3.2 > JexlScript.getVariables returns strange values for array access >

[jira] [Updated] (JEXL-301) Array access operator does not fail on null object in non-strict arithmetic mode

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-301: --- Assignee: Henri Biestro > Array access operator does not fail on null object in non-strict arithmetic

[jira] [Created] (CONFIGURATION-748) Writing multiply values in INIConfiguration as list (i.e. comma separated)

2019-05-22 Thread Nicolai Ehemann (JIRA)
Nicolai Ehemann created CONFIGURATION-748: - Summary: Writing multiply values in INIConfiguration as list (i.e. comma separated) Key: CONFIGURATION-748 URL: https://issues.apache.org/jira/browse/CONFIGURATI

[GitHub] [commons-collections] Fival85 commented on issue #73: Collections 699 - PairingIterator

2019-05-22 Thread GitBox
Fival85 commented on issue #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73#issuecomment-494858869 i will change the solution and youse a dto to return the iterators result. i think map.entry is a good choice, because its part of the jdk and

[GitHub] [commons-collections] Fival85 closed pull request #73: Collections 699 - PairingIterator

2019-05-22 Thread GitBox
Fival85 closed pull request #73: Collections 699 - PairingIterator URL: https://github.com/apache/commons-collections/pull/73 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [commons-statistics] aherbert merged pull request #9: Updated the createSampler methods to use method references.

2019-05-22 Thread GitBox
aherbert merged pull request #9: Updated the createSampler methods to use method references. URL: https://github.com/apache/commons-statistics/pull/9 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [commons-rng] coveralls commented on issue #45: Fix code to pass pmd:check

2019-05-22 Thread GitBox
coveralls commented on issue #45: Fix code to pass pmd:check URL: https://github.com/apache/commons-rng/pull/45#issuecomment-494854158 [![Coverage Status](https://coveralls.io/builds/23543081/badge)](https://coveralls.io/builds/23543081) Coverage decreased (-0.05%) to 98.443% whe

[jira] [Comment Edited] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845983#comment-16845983 ] Henri Biestro edited comment on JEXL-302 at 5/22/19 3:28 PM: - I

[jira] [Comment Edited] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845983#comment-16845983 ] Henri Biestro edited comment on JEXL-302 at 5/22/19 3:28 PM: - I

[jira] [Comment Edited] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845983#comment-16845983 ] Henri Biestro edited comment on JEXL-302 at 5/22/19 3:27 PM: - I

[jira] [Commented] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845983#comment-16845983 ] Henri Biestro commented on JEXL-302: I suspect your (failing) example is: why does {{a[

[GitHub] [commons-rng] aherbert opened a new pull request #45: Fix code to pass pmd:check

2019-05-22 Thread GitBox
aherbert opened a new pull request #45: Fix code to pass pmd:check URL: https://github.com/apache/commons-rng/pull/45 Upgraded PMD and fixed code. Changes include: - Add final to parameters - Use constants instead of magic numbers - Do not modify input parameters - Simplif

[jira] [Commented] (JEXL-303) Block syntax is broken

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845897#comment-16845897 ] Henri Biestro commented on JEXL-303: It does! Thanks! > Block syntax is broken > -

[jira] [Commented] (CODEC-134) Base32 would decode some invalid Base32 encoded string into arbitrary value

2019-05-22 Thread Melloware (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845821#comment-16845821 ] Melloware commented on CODEC-134: - [~ggregory] yep we use a ton of Apache Commons librarie

[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=246686&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246686 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=246689&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246689 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=246688&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246688 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=246691&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246691 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=246687&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246687 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[jira] [Work logged] (CSV-239) Cannot get headers in column order from CSVRecord

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CSV-239?focusedWorklogId=246690&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246690 ] ASF GitHub Bot logged work on CSV-239: -- Author: ASF GitHub Bot

[GitHub] [commons-csv] garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-22 Thread GitBox
garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#discussion_r286451896 ## File path: src/test/java/org/apache/commons/csv/CSVParserTest.java ## @@ -

[GitHub] [commons-csv] garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-22 Thread GitBox
garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#discussion_r286450627 ## File path: src/main/java/org/apache/commons/csv/CSVParser.java ## @@ -445,

[GitHub] [commons-csv] garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-22 Thread GitBox
garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#discussion_r286450224 ## File path: src/main/java/org/apache/commons/csv/CSVFormat.java ## @@ -2233

[GitHub] [commons-csv] garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-22 Thread GitBox
garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#discussion_r286451172 ## File path: src/main/java/org/apache/commons/csv/CSVParser.java ## @@ -476,

[GitHub] [commons-csv] garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-22 Thread GitBox
garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#discussion_r286450889 ## File path: src/main/java/org/apache/commons/csv/CSVParser.java ## @@ -445,

[GitHub] [commons-csv] garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers

2019-05-22 Thread GitBox
garydgregory commented on a change in pull request #41: [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate headers URL: https://github.com/apache/commons-csv/pull/41#discussion_r286451512 ## File path: src/main/java/org/apache/commons/csv/CSVParser.java ## @@ -476,

[jira] [Commented] (CODEC-134) Base32 would decode some invalid Base32 encoded string into arbitrary value

2019-05-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845789#comment-16845789 ] Gary Gregory commented on CODEC-134: [~melloware], In the meantime, feel free to revi

[jira] [Commented] (CODEC-134) Base32 would decode some invalid Base32 encoded string into arbitrary value

2019-05-22 Thread Melloware (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845778#comment-16845778 ] Melloware commented on CODEC-134: - Thank you [~ggregory] my company is on a big kick for p

[jira] [Commented] (NUMBERS-100) Code in file FractionTest.java is unsatisfactory

2019-05-22 Thread Heinrich Bohne (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845768#comment-16845768 ] Heinrich Bohne commented on NUMBERS-100: OK, I've closed [the old pull request|

[jira] [Work logged] (NUMBERS-100) Code in file FractionTest.java is unsatisfactory

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-100?focusedWorklogId=246667&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246667 ] ASF GitHub Bot logged work on NUMBERS-100: -- Author: ASF GitHub Bot

[GitHub] [commons-numbers] Schamschi opened a new pull request #36: NUMBERS-100: Stylistic and a few minor functional changes to FractionTest.java

2019-05-22 Thread GitBox
Schamschi opened a new pull request #36: NUMBERS-100: Stylistic and a few minor functional changes to FractionTest.java URL: https://github.com/apache/commons-numbers/pull/36 This is an automated message from the Apache Git

[GitHub] [commons-numbers] Schamschi closed pull request #35: NUMBERS-100: Alter code style in FractionTest.java, and some minor edits

2019-05-22 Thread GitBox
Schamschi closed pull request #35: NUMBERS-100: Alter code style in FractionTest.java, and some minor edits URL: https://github.com/apache/commons-numbers/pull/35 This is an automated message from the Apache Git Service. To

[jira] [Work logged] (NUMBERS-100) Code in file FractionTest.java is unsatisfactory

2019-05-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-100?focusedWorklogId=246665&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-246665 ] ASF GitHub Bot logged work on NUMBERS-100: -- Author: ASF GitHub Bot

[GitHub] [commons-rng] aherbert merged pull request #44: Update checkstyle to enforce coding style.

2019-05-22 Thread GitBox
aherbert merged pull request #44: Update checkstyle to enforce coding style. URL: https://github.com/apache/commons-rng/pull/44 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [commons-rng] coveralls edited a comment on issue #44: Update checkstyle to enforce coding style.

2019-05-22 Thread GitBox
coveralls edited a comment on issue #44: Update checkstyle to enforce coding style. URL: https://github.com/apache/commons-rng/pull/44#issuecomment-494397560 [![Coverage Status](https://coveralls.io/builds/23535613/badge)](https://coveralls.io/builds/23535613) Coverage remained

[GitHub] [commons-rng] coveralls edited a comment on issue #44: Update checkstyle to enforce coding style.

2019-05-22 Thread GitBox
coveralls edited a comment on issue #44: Update checkstyle to enforce coding style. URL: https://github.com/apache/commons-rng/pull/44#issuecomment-494397560 [![Coverage Status](https://coveralls.io/builds/23535613/badge)](https://coveralls.io/builds/23535613) Coverage remained

[GitHub] [commons-statistics] virendrasinghrp commented on issue #11: Statistics 7 descriptive module

2019-05-22 Thread GitBox
virendrasinghrp commented on issue #11: Statistics 7 descriptive module URL: https://github.com/apache/commons-statistics/pull/11#issuecomment-494702371 https://docs.travis-ci.com/user/tutorial/ From the above tutorial, adding a .travis.yml file might do the job.

[GitHub] [commons-statistics] virendrasinghrp commented on issue #11: Statistics 7 descriptive module

2019-05-22 Thread GitBox
virendrasinghrp commented on issue #11: Statistics 7 descriptive module URL: https://github.com/apache/commons-statistics/pull/11#issuecomment-494687163 > Looks good. Does it build for you? It is bedtime for me, I will test building it tomorrow. We can maybe ask Alex about the travis CI fai