Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
114 stars 180 forks source link

[Java] Parser support restructure for tree tokens #8734

Open maririos opened 4 months ago

maririos commented 4 months ago

As part of https://github.com/Azure/azure-sdk-tools/issues/5897, the language parsers need to be updated to the new tree structure format.

Documentation can be found here: https://github.com/Azure/azure-sdk-tools/blob/main/tools/apiview/parsers/CONTRIBUTING.md

### Work from APIView team
- [ ] https://github.com/Azure/azure-sdk-tools/issues/8739
- [ ] https://github.com/Azure/azure-sdk-tools/issues/8740
- [ ] Deploy changed to Prod
- [ ] Address any cleanup issue
- [ ] https://github.com/Azure/azure-sdk-tools/issues/9378
### Work for Java team
- [ ] Convert parser
- [ ] Test changes in staging
maririos commented 4 months ago

Java's PR: https://github.com/Azure/azure-sdk-tools/pull/8242

joshfree commented 2 months ago

@JonathanGiles do you want to handle this change for the Java tool?