mirror of
https://github.com/github/codeql.git
synced 2026-02-16 15:03:41 +01:00
Apply suggestions from code review
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
@@ -263,7 +263,6 @@ class ClassAnnotatedAsThreadSafe extends Class {
|
||||
not m0.isPublic() and
|
||||
c.getCallee().getSourceDeclaration() = m0 and
|
||||
c = e and
|
||||
// consider allowing idempotent monitors
|
||||
not Monitors::locallyMonitors(e, monitor) and
|
||||
m.getDeclaringType() = this
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user