Skip to content

Commit

Permalink
WT-12145: Extract unorderedmap access and insert functionality
Browse files Browse the repository at this point in the history
This ensures that there is a unified interface, that can also be used by
JWt. Additionally, the construction of the map is extracted to a
function, to ensure that the substitution happens correctly after
parsing the AST. Otherwise, if it isn't an immediate static member, it
will be converted to such in Java, but too late to be correctly caught
by the mapper filler, leading to wrong methods existing.
  • Loading branch information
matthias committed Mar 6, 2024
1 parent f96429f commit e721045
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 153 deletions.
Loading

0 comments on commit e721045

Please sign in to comment.