update two more queries to better follow the style-guide

This commit is contained in:
erik-krogh
2022-10-01 10:59:59 +02:00
parent 7d643e41f3
commit acfcc4bfe2
4 changed files with 13 additions and 14 deletions

View File

@@ -120,6 +120,5 @@ where
not probablyNeverEscapes(r) and
// The synchronized methods on `Throwable` are not interesting.
not call1.getCallee().getDeclaringType() instanceof TypeThrowable
select call2,
"This uses the state of $@ which is checked $@. But these are not jointly synchronized.", r,
r.getName(), call1, "here"
select call2, "This uses the state of $@ which $@. But these are not jointly synchronized.", r,
r.getName(), call1, "is checked at a previous call"