Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with lazy simple name resolution with valid leading characters #1599

Conversation

manuel-alvarez-alvarez
Copy link
Contributor

What does this PR do

Fixes lazy resolution of simple names when the first character of the class is valid and not a letter.

Motivation

Java identifiers can start with a letter, $ or _ according to the spec

Links

DataDog/dd-trace-java#6723

@manuel-alvarez-alvarez manuel-alvarez-alvarez changed the title Fix issue simple lazy resolution with valid leading characters Fix issue simple name lazy resolution with valid leading characters Feb 22, 2024
@manuel-alvarez-alvarez manuel-alvarez-alvarez changed the title Fix issue simple name lazy resolution with valid leading characters Fix issue with lazy simple name resolution with valid leading characters Feb 22, 2024
@raphw raphw merged commit aa5c04a into raphw:master Feb 23, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants