mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Java: handle printing an empty comment (/**/); add relevant tests
This commit is contained in:
committed by
Jeroen Ketema
parent
d4eb2b964c
commit
2ca56e0c1e
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
* We now correctly handle empty block comments, like `/**/`. Previously these could be mistaken for Javadoc comments and led to attribution of Javadoc tags to the wrong declaration.
|
||||
Reference in New Issue
Block a user