Skip to content

Releases: SEPMLAB/CodeHawk

V1.6

27 Jan 07:49
Compare
Choose a tag to compare

Added one new code smell for detecting simplified Chinese in code comments

  • For code smells:
    * DetectSimplifiedChinese Checker

V1.5

28 Nov 16:03
Compare
Choose a tag to compare

Changes

added few new smell detection rules

For code smells:
* Avoid Cyclic Dependent Modularization
* Insufficient Modularization
* Unexploited Encapsulation
Note for the smells:
* The smells except Insufficient Modularization remains unstable on this stage, we'll fix this problem as soon as possible!

V1.4

14 Aug 09:26
Compare
Choose a tag to compare

Changes

added few new smell detection rules

For code smells:

  • Inappropriate Intimacy
  • Primitive Obsession

For design smells:

  • Imperative Abstraction
  • Unnecessary Abstraction
  • Unutilized Abstraction
  • Deficient Encapsulation

V1.3

28 Mar 01:35
Compare
Choose a tag to compare

Changed plugin key to match project key

V1.2

24 Mar 13:58
Compare
Choose a tag to compare

SonarQube compatible: 7.9+

Resolved problem

  • resolved NPE issues of Refuse Bequest, Shotgun Surgery, Large Class
    from previous version.
  • improved issue titles and description of rules.

V1.1

18 Mar 08:03
7a0999b
Compare
Choose a tag to compare

Some bugs have been fixed and this plugin lets you find basic Java code smells.

Compatable

  • SonarQube 7.9+
  • V1.0

    23 Feb 14:58
    Compare
    Choose a tag to compare

    First release, this plugin allows you to find basic java code smells.

    Compatable

  • SonarQube 7.7+