> `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/29a77092..275bea90 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=33009&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=33009&range=01-02 Stats: 5 lines in 1 file changed: 0 ins; 5 del; 0 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
