> Jon, 
> 
> I created a new pull request for this on the jdk16 repository because the 
> original one was created on the mainline jdk repo. The first commit in this 
> PR is identical to the one you already reviewed in the old PR. The second 
> commit adds checks and tests for changes from non-final to final and changes 
> in abstractness of overriding methods. Thus the full list of conditions under 
> which a simple overriding method is included in the details section of the 
> overriding class is now:
> 
> 
>     - method access changes from protected to public
>     - method is overridden as final
>     - method overridden with different abstractness
>     - any change in thrown exceptions
>     - change in documented annotations anywhere in the method signature

Hannes Wallnöfer has updated the pull request incrementally with one additional 
commit since the last revision:

  Minor fix in test comment

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk16/pull/52/files
  - new: https://git.openjdk.java.net/jdk16/pull/52/files/f3b88db9..c7e46912

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk16&pr=52&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk16&pr=52&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk16/pull/52.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk16 pull/52/head:pull/52

PR: https://git.openjdk.java.net/jdk16/pull/52

Reply via email to