Improve textual representation of code models
This draft PR contains some preliminary work for making handling of Java type strings in code models more uniform.
Progress
- [x] Change must not contain extraneous whitespace
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/babylon.git pull/423/head:pull/423
$ git checkout pull/423
Update a local copy of the PR:
$ git checkout pull/423
$ git pull https://git.openjdk.org/babylon.git pull/423/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 423
View PR using the GUI difftool:
$ git pr show -t 423
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/babylon/pull/423.diff
:wave: Welcome back mcimadamore! A progress list of the required criteria for merging this PR into code-reflection will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
❗ This change is not yet ready to be integrated. See the Progress checklist in the description for automated requirements.
@mcimadamore this pull request can not be integrated into code-reflection due to one or more merge conflicts. To resolve these merge conflicts and update this pull request you can run the following commands in the local repository for your personal fork:
git checkout better_type_strings
git fetch https://git.openjdk.org/babylon.git code-reflection
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge code-reflection"
git push