Skip to content

Releases: victorgveloso/TestSmellDetector

v3.2

27 Oct 08:00
Compare
Choose a tag to compare

FIXED anonymous class' methods name resolution.

v3.1

27 Oct 03:00
Compare
Choose a tag to compare

Optimized performance (SmellyElements and Smells lists replaced by Set)
Fixed multi-files bugs:

  • Output file contains a header line for each input file
  • Smelly elements accumulation (each input file's report includes data from previous input files)

v3.0

28 Sep 15:04
Compare
Choose a tag to compare

Multi output granularity support added (FILE, CLASS, METHOD).
Obs: All granularities are enabled by default.