Merge pull request #2607 from yo-h/java-alert-suppression-block-comment

Java: allow single-line `/* ... */` comments for alert suppression
This commit is contained in:
Anders Schack-Mulligen
2020-01-10 11:05:23 +01:00
committed by GitHub
5 changed files with 40 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
The following changes in version 1.24 affect Java analysis in all applications.
## General improvements
* Alert suppression can now be done with single-line block comments (`/* ... */`) as well as line comments (`// ...`).
## New queries
| **Query** | **Tags** | **Purpose** |