Skip to content

Releases: QualInsight/qualinsight-plugins-sonarqube-smell

1.0.4

21 Oct 18:17

Choose a tag to compare

  • Bug fix: WTF Measures widget is now displayed correctly on SonarQube 5.1.2 dashboards
  • API Improvement: removed useless dependencies on SonarQube plugin API (thanks to Thomas Jensen for pointing this out)
  • Miscellaneous: suppression of all occurrences of the "four letter evil word" in documentation, plugin and widget description

2.0.0-RC1

18 Oct 22:26

Choose a tag to compare

2.0.0-RC1 Pre-release
Pre-release
  • Change plugin name #13
  • Change annotation name #13
  • Fix documentation accordingly #13

1.0.3

21 Oct 18:26

Choose a tag to compare

  • added 5 new WTFTypes #10, #17, #18, #19, #20
  • fixed bug #15
  • WTFMetrics are now part of the "WTF!" domain #11
  • aligned documentation with release #21
  • upgraded test framework #16

1.0.2

21 Oct 18:28

Choose a tag to compare

  • new @WTFs annotation for adding multiple @WTF to a single code element
  • Four new WTFTypes : HOW_COMMENT, MISSING_IMPLEMENTATION, NON_EXCEPTION, WRONG_LANGUAGE
  • Improved documentation
  • fixed SQ issues
  • improved project UT