Once found "true", never goes "false"
Run this using attached file on ftp-server 1.0.6. One example - Print Statement - returns True correctly for clienttests/SymbolicLinkTest.java, but remains True even right after that with no print statement - clienttests/ListPassiveTest.java. This behavior is observed on many code smell categories, indicating that clearing of status is not properly done.
Issue is present in Sensitive Equality.
Issue is present in Sleepy Test.
Issue is present in Duplicate Assert.
Basically ALL of the code smell categories have this bug.
I was able to replicate the same issue. Tested on a forked branch of RxJava: https://github.com/rimij405/RxJava