> `Win32PrintService.Win32ServiceUIFactory.getUIClassNamesForRole()` 
> incorrectly creates a zero-length String array when handling 
> `DocumentPropertiesUI.DOCUMENTPROPERTIES_ROLE`, then writes the Document 
> Properties UI class name at index zero, so as
> a result, calling 
> `Win32PrintService.getServiceUIFactory().getUIClassNamesForRole(DocumentPropertiesUI.DOCUMENTPROPERTIES_ROLE)`
> throws `ArrayIndexOutOfBoundsException `instead of reporting the supported UI 
> class.
> 
> The fix returns a single-element array containing 
> `DocumentPropertiesUI.DOCPROPERTIESCLASSNAME`
> 
> 
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Prasanta Sadhukhan has updated the pull request incrementally with one 
additional commit since the last revision:

  Test update

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/33009/files
  - new: https://git.openjdk.org/jdk/pull/33009/files/ddf37f77..29a77092

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=33009&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=33009&range=00-01

  Stats: 13 lines in 1 file changed: 0 ins; 12 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/33009.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/33009/head:pull/33009

PR: https://git.openjdk.org/jdk/pull/33009

Reply via email to