On Mon, 22 Dec 2025 23:32:59 GMT, Alexander Matveev <[email protected]>
wrote:
>> src/jdk.jpackage/share/classes/jdk/jpackage/internal/cli/StandardBundlingOperation.java
>> line 71:
>>
>>> 69: }
>>> 70:
>>> 71: public boolean createBundle() {
>>
>> `createBundle` -> `isCreateBundleVerb`. `createBundle` is confusing. It
>> reads like it should create bundle when this function is called.
>
> I am confused about use case of this enum. It has `SIGN` which is mac
> specific and has `CREATE` for create bundle which sounds generic for all
> platforms. Can you explain usage of this enum, improve it is naming or
> document it?
This enum is for internal use. Made it public by accident. Fixed & documented.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28957#discussion_r2641640230