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 NPE in API visitor: template specialization declaration #2141

Merged
merged 1 commit into from
May 6, 2021

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented May 6, 2021

template specialization declaration:

template<> Formatter& LogMsg_applyFormat<int>(Formatter& format, int i);

This change is Reviewable

- close SonarOpenCommunity#2138

template specialization declaration:
```Java
template<> Formatter& LogMsg_applyFormat<int>(Formatter& format, int i);
```
@guwirth guwirth added the bug label May 6, 2021
@guwirth guwirth added this to the 2.0.1 milestone May 6, 2021
@guwirth guwirth self-assigned this May 6, 2021
@guwirth guwirth changed the title fix NPE in API visitor fix NPE in API visitor: template specialization declaration May 6, 2021
@guwirth guwirth merged commit 066232c into SonarOpenCommunity:master May 6, 2021
@guwirth guwirth deleted the fix-2138 branch May 12, 2021 17:54
@guwirth guwirth restored the fix-2138 branch July 26, 2022 09:14
@guwirth guwirth deleted the fix-2138 branch July 26, 2022 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

NPE on parsing explicit template specialization
1 participant