Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44216b2 commit c6e66edCopy full SHA for c6e66ed
1 file changed
javascript/ql/src/change-notes/2022-04-21-static-accessors.md
@@ -0,0 +1,6 @@
1
+---
2
+category: minorAnalysis
3
4
+* The call graph now deals more precisely with calls to accessors (getters and setters).
5
+ Previously, calls to static accessors were not resolved, and some method calls were
6
+ incorrectly seen as calls to an accessor. Both issues have been fixed.
0 commit comments