Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Include suggestions from review
  • Loading branch information
Porcuiney Hairs committed Mar 18, 2021
commit 84c9137152a4533393bea86292debb3dad1b4fff
2 changes: 1 addition & 1 deletion java/ql/src/experimental/semmle/code/java/Logging.qll
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class LoggingCall extends MethodAccess {
|
(
m.getDeclaringType().getASourceSupertype*() = t or
m.getDeclaringType().(RefType).extendsOrImplements*(t)
m.getDeclaringType().extendsOrImplements*(t)
) and
m.getReturnType() instanceof VoidType and
Comment thread
This conversation was marked as resolved.
this = m.getAReference()
Expand Down