Skip to content

Commit 1600825

Browse files
committed
spelling: implicit
Signed-off-by: Josh Soref <[email protected]>
1 parent f5ff522 commit 1600825

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

change-notes/1.20/analysis-javascript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
| Unneeded defensive code | More true positive and fewer false positive results | This query now recognizes additional defensive code patterns. |
5353
| Unsafe dynamic method access | Fewer false positive results | This query no longer flags concatenated strings as unsafe method names. |
5454
| Unused parameter | Fewer false positive results | This query no longer flags parameters with leading underscore. |
55-
| Unused variable, import, function or class | Fewer false positive results | This query now flags fewer variables that are implictly used by JSX elements. It no longer flags variables with a leading underscore and variables in dead code. |
55+
| Unused variable, import, function or class | Fewer false positive results | This query now flags fewer variables that are implicitly used by JSX elements. It no longer flags variables with a leading underscore and variables in dead code. |
5656
| Unvalidated dynamic method call | More true positive results | This query now flags concatenated strings as unvalidated method names in more cases. |
5757
| Useless assignment to property. | Fewer false positive results | This query now treats assignments with complex right-hand sides correctly. |
5858
| Useless conditional | Fewer results | Additional defensive coding patterns are now ignored. |

java/ql/lib/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
### Minor Analysis Improvements
3535

36-
* Added new sinks to the query `java/android/implict-pendingintents` to take into account the classes `androidx.core.app.NotificationManagerCompat` and `androidx.core.app.AlarmManagerCompat`.
36+
* Added new sinks to the query `java/android/implicit-pendingintents` to take into account the classes `androidx.core.app.NotificationManagerCompat` and `androidx.core.app.AlarmManagerCompat`.
3737
* Added new flow steps for `androidx.core.app.NotificationCompat` and its inner classes.
3838
* Added flow sinks, sources and summaries for the Kotlin standard library.
3939
* Added flow summary for `org.springframework.data.repository.CrudRepository.save()`.

java/ql/lib/change-notes/released/0.4.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
### Minor Analysis Improvements
2929

30-
* Added new sinks to the query `java/android/implict-pendingintents` to take into account the classes `androidx.core.app.NotificationManagerCompat` and `androidx.core.app.AlarmManagerCompat`.
30+
* Added new sinks to the query `java/android/implicit-pendingintents` to take into account the classes `androidx.core.app.NotificationManagerCompat` and `androidx.core.app.AlarmManagerCompat`.
3131
* Added new flow steps for `androidx.core.app.NotificationCompat` and its inner classes.
3232
* Added flow sinks, sources and summaries for the Kotlin standard library.
3333
* Added flow summary for `org.springframework.data.repository.CrudRepository.save()`.

0 commit comments

Comments
 (0)