[code-reflection] RFR: Support array type constants in code model [v3]

Paul Sandoz psandoz at openjdk.org
Mon Jan 22 18:15:57 UTC 2024


On Mon, 22 Jan 2024 17:20:24 GMT, Hannes Greule <hgreule at openjdk.org> wrote:

>> Previously, expressions like `String[].class` weren't supported in the code model.
>> 
>> As types are embedded by their fully qualified names (e.g. `java.lang.String[]`), we also have to parse that representation again. I didn't find an existing method to do so, so I wrote it myself. Please let me know if there's a better approach.
>> 
>> I also adapted the test from `TestArrayCreation.java`, using different kinds of array types.
>
> Hannes Greule has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use TypeDesc.ofString instead of custom parsing

This looks very good, could you also add a compiler test for a primitive array?

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

PR Comment: https://git.openjdk.org/babylon/pull/5#issuecomment-1904543568


More information about the babylon-dev mailing list