Skip to content

Commit 3bb3de2

Browse files
committed
C#: Update change note
1 parent 4739a63 commit 3bb3de2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

change-notes/1.20/analysis-csharp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
## Changes to existing queries
1111

12-
| *@name of query (Query ID)*| *Impact on results* | *How/why the query has changed* |
12+
| *@name of query (Query ID)* | *Impact on results* | *How/why the query has changed* |
13+
|------------------------------|------------------------|-----------------------------------|
1314
| Off-by-one comparison against container length (cs/index-out-of-bounds) | Fewer false positives | Results have been removed when there are additional guards on the index. |
1415
| Dereferenced variable is always null (cs/dereferenced-value-is-always-null) | Improved results | The query has been rewritten from scratch, and the analysis is now based on static single assignment (SSA) forms. The query is now enabled by default in LGTM. |
1516
| Dereferenced variable may be null (cs/dereferenced-value-may-be-null) | Improved results | The query has been rewritten from scratch, and the analysis is now based on static single assignment (SSA) forms. The query is now enabled by default in LGTM. |

0 commit comments

Comments
 (0)