[GitHub] commons-lang issue #305: Remove unnecessary testing comments

2017-11-04 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/305 [![Coverage Status](https://coveralls.io/builds/14043222/badge)](https://coveralls.io/builds/14043222) Coverage remained the same at 95.164% when pulling

[GitHub] commons-lang pull request #305: Remove unnecessary testing comments

2017-11-04 Thread hquan
GitHub user hquan opened a pull request: https://github.com/apache/commons-lang/pull/305 Remove unnecessary testing comments You can merge this pull request into a Git repository by running: $ git pull https://github.com/hquan/commons-lang master Alternatively you can review

[jira] [Updated] (IO-554) FileUtils.copyToFile(InputStream source, File destination) closes input stream

2017-11-04 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/IO-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated IO-554: -- Assignee: Bruno P. Kinoshita > FileUtils.copyToFile(InputStream source, File destination) closes

[jira] [Commented] (IO-554) FileUtils.copyToFile(InputStream source, File destination) closes input stream

2017-11-04 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/IO-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239364#comment-16239364 ] Bruno P. Kinoshita commented on IO-554: --- Nice catch [~mmariotti] Would you like to submit a pull

[jira] [Commented] (COLLECTIONS-663) Unexpected ConcurrentModificationException when altering Collection of a MultiValuedMap

2017-11-04 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239363#comment-16239363 ] Bruno P. Kinoshita commented on COLLECTIONS-663: I believe the Javadocs from asMap

[jira] [Updated] (COLLECTIONS-663) Unexpected ConcurrentModificationException when altering Collection of a MultiValuedMap

2017-11-04 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated COLLECTIONS-663: --- Assignee: Bruno P. Kinoshita > Unexpected

[jira] [Commented] (LANG-1339) Some classes depend on the java.desktop profile

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239358#comment-16239358 ] ASF GitHub Bot commented on LANG-1339: -- Github user kinow commented on the issue:

[GitHub] commons-lang issue #275: [WIP] LANG-1339: replace java.beans.PropertyListene...

2017-11-04 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/275 >My suggestion would be to add two new classes with the fixed code (different class names), and deprecated the old classes. That way there is no need to have commons-lang v4. Thought a

[jira] [Updated] (COLLECTIONS-663) Unexpected ConcurrentModificationException when altering Collection of a MultiValuedMap

2017-11-04 Thread Christophe Schmaltz (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Schmaltz updated COLLECTIONS-663: Description: Testcase: {code} @Test public void test() {

[jira] [Updated] (COLLECTIONS-663) Unexpected ConcurrentModificationException when altering Collection of a MultiValuedMap

2017-11-04 Thread Christophe Schmaltz (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Schmaltz updated COLLECTIONS-663: Description: Testcase: {code} @Test public void test() {

[jira] [Created] (COLLECTIONS-663) Unexpected ConcurrentModificationException when altering Collection of a MultiValuedMap

2017-11-04 Thread Christophe Schmaltz (JIRA)
Christophe Schmaltz created COLLECTIONS-663: --- Summary: Unexpected ConcurrentModificationException when altering Collection of a MultiValuedMap Key: COLLECTIONS-663 URL:

[jira] [Updated] (COLLECTIONS-663) Unexpected ConcurrentModificationException when altering Collection of a MultiValuedMap

2017-11-04 Thread Christophe Schmaltz (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Schmaltz updated COLLECTIONS-663: Description: Testcase: {code} @Test public void test() {

[jira] [Closed] (POOL-332) ObjectPool and KeyedObject pool should extend Closeable

2017-11-04 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/POOL-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed POOL-332. - Resolution: Fixed In Git master. There are still a small set of tests that could be cleaned up with

[jira] [Comment Edited] (VFS-647) calling findFiles() causes copyFrom() to fail with a partially downloaded file.

2017-11-04 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/VFS-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239069#comment-16239069 ] Bernd Eckenfels edited comment on VFS-647 at 11/4/17 3:58 PM: -- The filesystems

[jira] [Commented] (VFS-647) calling findFiles() causes copyFrom() to fail with a partially downloaded file.

2017-11-04 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/VFS-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239069#comment-16239069 ] Bernd Eckenfels commented on VFS-647: - As I Said the filesystems instance is the same when the parameter

[jira] [Resolved] (LANG-1362) Fix tests DateUtilsTest for Java 9 with en_GB locale

2017-11-04 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved LANG-1362. - Resolution: Fixed Assignee: Gary Gregory > Fix tests DateUtilsTest for Java 9 with

[GitHub] commons-lang pull request #304: Fix DateUtilsTest to work reliably on Java 9

2017-11-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/304 ---

[jira] [Commented] (LANG-1362) Fix tests DateUtilsTest for Java 9 with en_GB locale

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239041#comment-16239041 ] ASF GitHub Bot commented on LANG-1362: -- Github user asfgit closed the pull request at:

[jira] [Commented] (BCEL-299) Can not resolve symbol code

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238996#comment-16238996 ] ASF GitHub Bot commented on BCEL-299: - GitHub user zhangminglei opened a pull request:

[jira] [Updated] (BCEL-299) Can not resolve symbol code

2017-11-04 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated BCEL-299: -- Description: In ClassDumper.java , We can not resolve symbol {{Constants.JVM_CLASSFILE_MAGIC}} in

[jira] [Updated] (BCEL-299) Can not resolve symbol code

2017-11-04 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated BCEL-299: -- Description: In ClassDumper.java example , We can not resolve symbol {{Constants.JVM_CLASSFILE_MAGIC}} in

[jira] [Created] (BCEL-299) Can not resolve symbol code

2017-11-04 Thread mingleizhang (JIRA)
mingleizhang created BCEL-299: - Summary: Can not resolve symbol code Key: BCEL-299 URL: https://issues.apache.org/jira/browse/BCEL-299 Project: Commons BCEL Issue Type: Bug Reporter:

[jira] [Updated] (BCEL-298) Add some files to .gitignore

2017-11-04 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated BCEL-298: -- Priority: Minor (was: Critical) > Add some files to .gitignore > > >

[jira] [Commented] (BCEL-297) Incorrect override implementation of Object.equals

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238969#comment-16238969 ] ASF GitHub Bot commented on BCEL-297: - GitHub user zhangminglei opened a pull request:

[jira] [Updated] (IO-554) FileUtils.copyToFile(InputStream source, File destination) closes input stream

2017-11-04 Thread Michele Mariotti (JIRA)
[ https://issues.apache.org/jira/browse/IO-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele Mariotti updated IO-554: Summary: FileUtils.copyToFile(InputStream source, File destination) closes input stream (was:

[jira] [Commented] (IMAGING-198) Error while parsing JPEG with EXIF metadata with Imaging 1.0 (Sony DSC-R1)

2017-11-04 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/IMAGING-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238960#comment-16238960 ] Bruno P. Kinoshita commented on IMAGING-198: Had some spare time today in a library nearby,

[jira] [Commented] (BCEL-297) Incorrect override implementation of Object.equals

2017-11-04 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238958#comment-16238958 ] mingleizhang commented on BCEL-297: --- Hey, [~markro] We can just use {{Objects.equals}} to avoid this

[jira] [Commented] (BCEL-298) Add some files to .gitignore

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238954#comment-16238954 ] ASF GitHub Bot commented on BCEL-298: - GitHub user zhangminglei opened a pull request:

[jira] [Comment Edited] (BCEL-298) Add some files to .gitignore

2017-11-04 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238948#comment-16238948 ] mingleizhang edited comment on BCEL-298 at 11/4/17 12:04 PM: - Can anyone give me

[jira] [Commented] (BCEL-298) Add some files to .gitignore

2017-11-04 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238948#comment-16238948 ] mingleizhang commented on BCEL-298: --- Can anyone give me a permission that can contributor code to BCEL and

[jira] [Updated] (BCEL-298) Add some files to .gitignore

2017-11-04 Thread mingleizhang (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mingleizhang updated BCEL-298: -- Description: We should not use git to track some files. Such as files with extension suffix iml , suffix

[jira] [Created] (BCEL-298) Add some files to .gitignore

2017-11-04 Thread mingleizhang (JIRA)
mingleizhang created BCEL-298: - Summary: Add some files to .gitignore Key: BCEL-298 URL: https://issues.apache.org/jira/browse/BCEL-298 Project: Commons BCEL Issue Type: Improvement

[jira] [Commented] (TEXT-106) Exception thrown in ExtendedMessageFormat using quotes with custom registry

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238930#comment-16238930 ] ASF GitHub Bot commented on TEXT-106: - Github user kinow commented on the issue:

[jira] [Commented] (TEXT-106) Exception thrown in ExtendedMessageFormat using quotes with custom registry

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238928#comment-16238928 ] ASF GitHub Bot commented on TEXT-106: - Github user coveralls commented on the issue:

[jira] [Commented] (TEXT-106) Exception thrown in ExtendedMessageFormat using quotes with custom registry

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238929#comment-16238929 ] ASF GitHub Bot commented on TEXT-106: - Github user coveralls commented on the issue:

[jira] [Commented] (TEXT-106) Exception thrown in ExtendedMessageFormat using quotes with custom registry

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238924#comment-16238924 ] ASF GitHub Bot commented on TEXT-106: - Github user ben12 commented on the issue:

[jira] [Created] (IO-554) copyToFile(InputStream source, File destination) closes input stream

2017-11-04 Thread Michele Mariotti (JIRA)
Michele Mariotti created IO-554: --- Summary: copyToFile(InputStream source, File destination) closes input stream Key: IO-554 URL: https://issues.apache.org/jira/browse/IO-554 Project: Commons IO

[jira] [Commented] (TEXT-106) Exception thrown in ExtendedMessageFormat using quotes with custom registry

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16238905#comment-16238905 ] ASF GitHub Bot commented on TEXT-106: - Github user PascalSchumacher commented on the issue: