dspinellis / dspinellis/tokenizer
Java closing braces prepended to the next statement when the statement option is used
Open
- Dominant language
- C++
- Stars
- 66
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
If one tokenizes the following code snippet with -o statement
if (foo != bar) {
foo = bar;
}
foo = 2*bar;
the closing brace in the third line becomes the first numeric of the vector for the last line.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.