Re: RFR: 8251352: Many javafx.base classes have implicit no-arg constructors

2020-08-17 Thread Kevin Rushforth
On Mon, 17 Aug 2020 09:23:34 GMT, Bhawesh Choudhary  
wrote:

> Added missing explicit no-arg constructors to classes in package 
> javafx.beans.property, javafx.collections, javafx.util
> and javafx.util.converter in module javafx.base.

Marked as reviewed by kcr (Lead).

-

PR: https://git.openjdk.java.net/jfx/pull/282


Re: RFR: 8251352: Many javafx.base classes have implicit no-arg constructors

2020-08-17 Thread Nir Lisker
On Mon, 17 Aug 2020 09:23:34 GMT, Bhawesh Choudhary  
wrote:

> Added missing explicit no-arg constructors to classes in package 
> javafx.beans.property, javafx.collections, javafx.util
> and javafx.util.converter in module javafx.base.

Marked as reviewed by nlisker (Reviewer).

-

PR: https://git.openjdk.java.net/jfx/pull/282


RFR: 8251352: Many javafx.base classes have implicit no-arg constructors

2020-08-17 Thread Bhawesh Choudhary
Added missing explicit no-arg constructors to classes in package 
javafx.beans.property, javafx.collections, javafx.util
and javafx.util.converter in module javafx.base.

-

Commit messages:
 - 8251352: Many javafx.base classes have implicit no-arg constructors

Changes: https://git.openjdk.java.net/jfx/pull/282/files
 Webrev: https://webrevs.openjdk.java.net/jfx/282/webrev.00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8251352
  Stats: 224 lines in 35 files changed: 224 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jfx/pull/282.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/282/head:pull/282

PR: https://git.openjdk.java.net/jfx/pull/282