-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once found "true", never goes "false" #19
Comments
Issue is present in |
Issue is present in |
Issue is present in |
Basically ALL of the code smell categories have this bug. |
I was able to replicate the same issue. Tested on a forked branch of |
marvinkreis
added a commit
to marvinkreis/TestSmellDetector
that referenced
this issue
Oct 1, 2022
Save smell factories instead of smells in TestSmellDetector, so the configured tests can be re-initialized whenever needed. (See TestSmells#19)
marvinkreis
added a commit
to marvinkreis/TestSmellDetector
that referenced
this issue
Oct 1, 2022
Save smell factories instead of smells in TestSmellDetector, so the configured tests can be re-initialized whenever needed. (See TestSmells#19)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Output_TestSmellDetection_1647781715304.csv
The text was updated successfully, but these errors were encountered: