Re: RFR: 8263668: Update java.time to use instanceof pattern variable [v7]

2021-04-22 Thread YassinHajaj
On Thu, 22 Apr 2021 10:13:32 GMT, Patrick Concannon  
wrote:

>> I was able to find (with IntelliJ IDEA help) few more places to improve
>> 
>> java.time   27 warnings 
>> class Clock   2 warnings 
>> class FixedClock   1 warning 
>> method equals(Object)   1 warning 
>> WARNING Variable 'other' can be replaced with pattern 
>> variable 
>> class OffsetClock   1 warning 
>> method equals(Object)   1 warning 
>> WARNING Variable 'other' can be replaced with pattern 
>> variable 
>> class Instant   2 warnings 
>> method until(Temporal, TemporalUnit)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> method with(TemporalField, long)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> class LocalDate   5 warnings 
>> method minus(TemporalAmount)   1 warning 
>> WARNING Variable 'periodToSubtract' can be replaced with 
>> pattern variable 
>> method plus(long, TemporalUnit)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> method plus(TemporalAmount)   1 warning 
>> WARNING Variable 'periodToAdd' can be replaced with pattern 
>> variable 
>> method range(TemporalField)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> method with(TemporalField, long)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> class LocalDateTime   8 warnings 
>> method get(TemporalField)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> method getLong(TemporalField)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> method isSupported(TemporalField)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> method minus(TemporalAmount)   1 warning 
>> WARNING Variable 'periodToSubtract' can be replaced with 
>> pattern variable 
>> method plus(long, TemporalUnit)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> method plus(TemporalAmount)   1 warning 
>> WARNING Variable 'periodToAdd' can be replaced with pattern 
>> variable 
>> method range(TemporalField)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> method with(TemporalField, long)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> class LocalTime   1 warning 
>> method with(TemporalField, long)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> class OffsetDateTime   1 warning 
>> method with(TemporalField, long)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> class Year   1 warning 
>> method with(TemporalField, long)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> class YearMonth   1 warning 
>> method with(TemporalField, long)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> class ZonedDateTime   6 warnings 
>> method equals(Object)   1 warning 
>> WARNING Variable 'other' can be replaced with pattern 
>> variable 
>> method minus(TemporalAmount)   1 warning 
>> WARNING Variable 'periodToSubtract' can be replaced with 
>> pattern variable 
>> method plus(TemporalAmount)   1 warning 
>> WARNING Variable 'periodToAdd' can be replaced with pattern 
>> variable 
>> method with(TemporalAdjuster)   2 warnings 
>> WARNING Variable 'odt' can be replaced with pattern variable 
>> WARNING Variable 'instant' can be replaced with pattern 
>> variable 
>> method with(TemporalField, long)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> java.time.chrono   13 warnings 
>> class ChronoLocalDateImpl   1 warning 
>> method plus(long, TemporalUnit)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> class ChronoLocalDateTimeImpl   6 warnings 
>> method get(TemporalField)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> method getLong(TemporalField)   1 warning 
>> WARNING Variable 'f' can be replaced with pattern variable 
>> method 

Re: RFR: 8263668: Update java.time to use instanceof pattern variable [v7]

2021-04-22 Thread Patrick Concannon
On Wed, 21 Apr 2021 13:02:06 GMT, Andrey Turbanov 
 wrote:

>> Patrick Concannon has updated the pull request with a new target base due to 
>> a merge or a rebase. The incremental webrev excludes the unrelated changes 
>> brought in by the merge/rebase. The pull request contains 10 additional 
>> commits since the last revision:
>> 
>>  - Updated single letter pattern variable name in java/time/Duration
>>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>>  - Updated single letter pattern variable names
>>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>>  - 8263668: Update java.time to use instanceof pattern variable
>
> I was able to find (with IntelliJ IDEA help) few more places to improve
> 
> java.time   27 warnings 
> class Clock   2 warnings 
> class FixedClock   1 warning 
> method equals(Object)   1 warning 
> WARNING Variable 'other' can be replaced with pattern 
> variable 
> class OffsetClock   1 warning 
> method equals(Object)   1 warning 
> WARNING Variable 'other' can be replaced with pattern 
> variable 
> class Instant   2 warnings 
> method until(Temporal, TemporalUnit)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class LocalDate   5 warnings 
> method minus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToSubtract' can be replaced with 
> pattern variable 
> method plus(long, TemporalUnit)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method plus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToAdd' can be replaced with pattern 
> variable 
> method range(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class LocalDateTime   8 warnings 
> method get(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method getLong(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method isSupported(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method minus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToSubtract' can be replaced with 
> pattern variable 
> method plus(long, TemporalUnit)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method plus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToAdd' can be replaced with pattern 
> variable 
> method range(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class LocalTime   1 warning 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class OffsetDateTime   1 warning 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class Year   1 warning 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class YearMonth   1 warning 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class ZonedDateTime   6 warnings 
> method equals(Object)   1 warning 
> WARNING Variable 'other' can be replaced with pattern 
> variable 
> method minus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToSubtract' can be replaced with 
> pattern variable 
> method plus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToAdd' can be replaced with pattern 
> variable 
> method with(TemporalAdjuster)   2 warnings 
>

Re: RFR: 8263668: Update java.time to use instanceof pattern variable [v7]

2021-04-21 Thread Chris Hegarty
On Wed, 21 Apr 2021 11:06:16 GMT, Patrick Concannon  
wrote:

>> Hi,
>> 
>> Could someone please review my code for updating the code in the `java.time` 
>> package to make use of the `instanceof` pattern variable?
>> 
>> Kind regards,
>> Patrick
>
> Patrick Concannon has updated the pull request with a new target base due to 
> a merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains 10 additional 
> commits since the last revision:
> 
>  - Updated single letter pattern variable name in java/time/Duration
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Updated single letter pattern variable names
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - 8263668: Update java.time to use instanceof pattern variable

Marked as reviewed by chegar (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/3170


Re: RFR: 8263668: Update java.time to use instanceof pattern variable [v7]

2021-04-21 Thread Naoto Sato
On Wed, 21 Apr 2021 11:06:16 GMT, Patrick Concannon  
wrote:

>> Hi,
>> 
>> Could someone please review my code for updating the code in the `java.time` 
>> package to make use of the `instanceof` pattern variable?
>> 
>> Kind regards,
>> Patrick
>
> Patrick Concannon has updated the pull request with a new target base due to 
> a merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains 10 additional 
> commits since the last revision:
> 
>  - Updated single letter pattern variable name in java/time/Duration
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Updated single letter pattern variable names
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - 8263668: Update java.time to use instanceof pattern variable

Marked as reviewed by naoto (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/3170


Re: RFR: 8263668: Update java.time to use instanceof pattern variable [v7]

2021-04-21 Thread Stephen Colebourne
On Wed, 21 Apr 2021 11:06:16 GMT, Patrick Concannon  
wrote:

>> Hi,
>> 
>> Could someone please review my code for updating the code in the `java.time` 
>> package to make use of the `instanceof` pattern variable?
>> 
>> Kind regards,
>> Patrick
>
> Patrick Concannon has updated the pull request with a new target base due to 
> a merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains 10 additional 
> commits since the last revision:
> 
>  - Updated single letter pattern variable name in java/time/Duration
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Updated single letter pattern variable names
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - 8263668: Update java.time to use instanceof pattern variable

Marked as reviewed by scolebourne (Author).

-

PR: https://git.openjdk.java.net/jdk/pull/3170


Re: RFR: 8263668: Update java.time to use instanceof pattern variable [v7]

2021-04-21 Thread Patrick Concannon
On Wed, 21 Apr 2021 13:02:06 GMT, Andrey Turbanov 
 wrote:

> I was able to find (with IntelliJ IDEA help) few more places to improve
> 
> ```
> java.time   27 warnings 
> class Clock   2 warnings 
> class FixedClock   1 warning 
> method equals(Object)   1 warning 
> WARNING Variable 'other' can be replaced with pattern 
> variable 
> class OffsetClock   1 warning 
> method equals(Object)   1 warning 
> WARNING Variable 'other' can be replaced with pattern 
> variable 
> class Instant   2 warnings 
> method until(Temporal, TemporalUnit)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class LocalDate   5 warnings 
> method minus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToSubtract' can be replaced with 
> pattern variable 
> method plus(long, TemporalUnit)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method plus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToAdd' can be replaced with pattern 
> variable 
> method range(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class LocalDateTime   8 warnings 
> method get(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method getLong(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method isSupported(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method minus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToSubtract' can be replaced with 
> pattern variable 
> method plus(long, TemporalUnit)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method plus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToAdd' can be replaced with pattern 
> variable 
> method range(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class LocalTime   1 warning 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class OffsetDateTime   1 warning 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class Year   1 warning 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class YearMonth   1 warning 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class ZonedDateTime   6 warnings 
> method equals(Object)   1 warning 
> WARNING Variable 'other' can be replaced with pattern 
> variable 
> method minus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToSubtract' can be replaced with 
> pattern variable 
> method plus(TemporalAmount)   1 warning 
> WARNING Variable 'periodToAdd' can be replaced with pattern 
> variable 
> method with(TemporalAdjuster)   2 warnings 
> WARNING Variable 'odt' can be replaced with pattern variable 
> WARNING Variable 'instant' can be replaced with pattern 
> variable 
> method with(TemporalField, long)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> java.time.chrono   13 warnings 
> class ChronoLocalDateImpl   1 warning 
> method plus(long, TemporalUnit)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> class ChronoLocalDateTimeImpl   6 warnings 
> method get(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method getLong(TemporalField)   1 warning 
> WARNING Variable 'f' can be replaced with pattern variable 
> method isSupported(TemporalField)   1 warning 
> WARNING Variable 'f' can 

Re: RFR: 8263668: Update java.time to use instanceof pattern variable [v7]

2021-04-21 Thread Roger Riggs
On Wed, 21 Apr 2021 11:06:16 GMT, Patrick Concannon  
wrote:

>> Hi,
>> 
>> Could someone please review my code for updating the code in the `java.time` 
>> package to make use of the `instanceof` pattern variable?
>> 
>> Kind regards,
>> Patrick
>
> Patrick Concannon has updated the pull request with a new target base due to 
> a merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains 10 additional 
> commits since the last revision:
> 
>  - Updated single letter pattern variable name in java/time/Duration
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Updated single letter pattern variable names
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - 8263668: Update java.time to use instanceof pattern variable

Marked as reviewed by rriggs (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/3170


Re: RFR: 8263668: Update java.time to use instanceof pattern variable [v7]

2021-04-21 Thread Andrey Turbanov
On Wed, 21 Apr 2021 11:06:16 GMT, Patrick Concannon  
wrote:

>> Hi,
>> 
>> Could someone please review my code for updating the code in the `java.time` 
>> package to make use of the `instanceof` pattern variable?
>> 
>> Kind regards,
>> Patrick
>
> Patrick Concannon has updated the pull request with a new target base due to 
> a merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains 10 additional 
> commits since the last revision:
> 
>  - Updated single letter pattern variable name in java/time/Duration
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Updated single letter pattern variable names
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - 8263668: Update java.time to use instanceof pattern variable

I was able to find (with IntelliJ IDEA help) few more places to improve

java.time   27 warnings 
class Clock   2 warnings 
class FixedClock   1 warning 
method equals(Object)   1 warning 
WARNING Variable 'other' can be replaced with pattern 
variable 
class OffsetClock   1 warning 
method equals(Object)   1 warning 
WARNING Variable 'other' can be replaced with pattern 
variable 
class Instant   2 warnings 
method until(Temporal, TemporalUnit)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
method with(TemporalField, long)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
class LocalDate   5 warnings 
method minus(TemporalAmount)   1 warning 
WARNING Variable 'periodToSubtract' can be replaced with 
pattern variable 
method plus(long, TemporalUnit)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
method plus(TemporalAmount)   1 warning 
WARNING Variable 'periodToAdd' can be replaced with pattern 
variable 
method range(TemporalField)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
method with(TemporalField, long)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
class LocalDateTime   8 warnings 
method get(TemporalField)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
method getLong(TemporalField)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
method isSupported(TemporalField)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
method minus(TemporalAmount)   1 warning 
WARNING Variable 'periodToSubtract' can be replaced with 
pattern variable 
method plus(long, TemporalUnit)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
method plus(TemporalAmount)   1 warning 
WARNING Variable 'periodToAdd' can be replaced with pattern 
variable 
method range(TemporalField)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
method with(TemporalField, long)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
class LocalTime   1 warning 
method with(TemporalField, long)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
class OffsetDateTime   1 warning 
method with(TemporalField, long)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
class Year   1 warning 
method with(TemporalField, long)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
class YearMonth   1 warning 
method with(TemporalField, long)   1 warning 
WARNING Variable 'f' can be replaced with pattern variable 
class ZonedDateTime   6 warnings 
method equals(Object)   1 warning 
WARNING Variable 'other' can be replaced with pattern variable 
method minus(TemporalAmount)   1 warning 
WARNING Variable 'periodToSubtract' can be replaced with 
pattern variable 
method plus(TemporalAmount)   1 warning 
WARNING Variable 'periodToAdd' can be replaced with pattern 
variable 
method with(TemporalAdjuster)   

Re: RFR: 8263668: Update java.time to use instanceof pattern variable [v7]

2021-04-21 Thread Daniel Fuchs
On Wed, 21 Apr 2021 11:06:16 GMT, Patrick Concannon  
wrote:

>> Hi,
>> 
>> Could someone please review my code for updating the code in the `java.time` 
>> package to make use of the `instanceof` pattern variable?
>> 
>> Kind regards,
>> Patrick
>
> Patrick Concannon has updated the pull request with a new target base due to 
> a merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains 10 additional 
> commits since the last revision:
> 
>  - Updated single letter pattern variable name in java/time/Duration
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Updated single letter pattern variable names
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - Merge remote-tracking branch 'origin/master' into JDK-8263668
>  - 8263668: Update java.time to use instanceof pattern variable

Marked as reviewed by dfuchs (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/3170


Re: RFR: 8263668: Update java.time to use instanceof pattern variable [v7]

2021-04-21 Thread Patrick Concannon
> Hi,
> 
> Could someone please review my code for updating the code in the `java.time` 
> package to make use of the `instanceof` pattern variable?
> 
> Kind regards,
> Patrick

Patrick Concannon has updated the pull request with a new target base due to a 
merge or a rebase. The incremental webrev excludes the unrelated changes 
brought in by the merge/rebase. The pull request contains 10 additional commits 
since the last revision:

 - Updated single letter pattern variable name in java/time/Duration
 - Merge remote-tracking branch 'origin/master' into JDK-8263668
 - Updated single letter pattern variable names
 - Merge remote-tracking branch 'origin/master' into JDK-8263668
 - Merge remote-tracking branch 'origin/master' into JDK-8263668
 - Merge remote-tracking branch 'origin/master' into JDK-8263668
 - Merge remote-tracking branch 'origin/master' into JDK-8263668
 - Merge remote-tracking branch 'origin/master' into JDK-8263668
 - Merge remote-tracking branch 'origin/master' into JDK-8263668
 - 8263668: Update java.time to use instanceof pattern variable

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/3170/files
  - new: https://git.openjdk.java.net/jdk/pull/3170/files/647bd6b1..3dc1e075

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk=3170=06
 - incr: https://webrevs.openjdk.java.net/?repo=jdk=3170=05-06

  Stats: 2549 lines in 111 files changed: 1748 ins; 362 del; 439 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3170.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3170/head:pull/3170

PR: https://git.openjdk.java.net/jdk/pull/3170