You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While pitest correctly ignores the log.debug statement, the conditional is still being mutated.
The Pitest quick start guide says PIT avoids generating this type of equivalent mutation by not generating mutations for lines that contain a call to common logging frameworks, so I would expect this conditional to be ignored as well.
The text was updated successfully, but these errors were encountered:
Consider code like this (using
@Slf4j
):While pitest correctly ignores the
log.debug
statement, the conditional is still being mutated.The Pitest quick start guide says
PIT avoids generating this type of equivalent mutation by not generating mutations for lines that contain a call to common logging frameworks
, so I would expect this conditional to be ignored as well.The text was updated successfully, but these errors were encountered: