Skip to content

Releases: hhariri/CleanCode

v5.1.0 for ReSharper 2017.1

06 Apr 16:08
Compare
Choose a tag to compare

What's New?

Installation

Please install from the Extension Manager (ReSharper → Extension Manager)

Please see previous release notes for history.

v5.0.3 for ReSharper 2016.2

09 Sep 08:47
Compare
Choose a tag to compare

What's New?

  • Stop marking abstract methods too long (#19)

From 5.0.2:

  • Method too long no longer includes method parameters and type parameters when counting number of (variable) declarations (#12)

From 5.0.1:

  • Minor update to resolve installer issue
  • Updated to ReSharper 2016.2
  • Various internal rewrites

Installation

Please install from the Extension Manager (ReSharper → Extension Manager)

Previously

  • Warning if a method contains too many nested blocks
  • Warning if a method name is too short to be meaningful
  • Warning if an expression is breaking the Law of Demeter
  • Warning if a constructor has too many parameters, indicating too many dependencies
  • Warning if a method has too many arguments
  • Suggestion highlight if class has too many methods
  • Suggestion highlight if method has too many statements

For more details, see the README.md.

v5.0.2 for ReSharper 2016.2

06 Sep 22:14
Compare
Choose a tag to compare

What's New?

  • Method too long no longer includes method parameters and type parameters when counting number of (variable) declarations (#12)

From 5.0.1:

  • Minor update to resolve installer issue
  • Updated to ReSharper 2016.2
  • Various internal rewrites

Installation

Please install from the Extension Manager (ReSharper → Extension Manager)

Previously

  • Warning if a method contains too many nested blocks
  • Warning if a method name is too short to be meaningful
  • Warning if an expression is breaking the Law of Demeter
  • Warning if a constructor has too many parameters, indicating too many dependencies
  • Warning if a method has too many arguments
  • Suggestion highlight if class has too many methods
  • Suggestion highlight if method has too many statements

For more details, see the README.md.

v5.0.1 for ReSharper 2016.2

06 Sep 15:09
Compare
Choose a tag to compare

What's New?

  • Minor update to resolve installer issue
  • Updated to ReSharper 2016.2
  • Various internal rewrites

Installation

Please install from the Extension Manager (ReSharper → Extension Manager)

Previously

  • Warning if a method contains too many nested blocks
  • Warning if a method name is too short to be meaningful
  • Warning if an expression is breaking the Law of Demeter
  • Warning if a constructor has too many parameters, indicating too many dependencies
  • Warning if a method has too many arguments
  • Suggestion highlight if class has too many methods
  • Suggestion highlight if method has too many statements

For more details, see the README.md.

v5.0.0 for ReSharper 2016.2

06 Sep 13:13
Compare
Choose a tag to compare

What's New?

  • Updated to ReSharper 2016.2
  • Various internal rewrites

Installation

Please install from the Extension Manager (ReSharper → Extension Manager)

Previously

  • Warning if a method contains too many nested blocks
  • Warning if a method name is too short to be meaningful
  • Warning if an expression is breaking the Law of Demeter
  • Warning if a constructor has too many parameters, indicating too many dependencies
  • Warning if a method has too many arguments
  • Suggestion highlight if class has too many methods
  • Suggestion highlight if method has too many statements

For more details, see the README.md.

v4.0.0

28 May 16:59
Compare
Choose a tag to compare

Updates thanks to @SuperJMN!

  • Warning if a method contains too many nested blocks
  • Warning if a method name is too short to be meaningful
  • Warning if an expression is breaking the Law of Demeter
  • Warning if a constructor has too many parameters, indicating too many dependencies
  • Warning if a method has too many arguments
  • Suggestion highlight if class has too many methods
  • Suggestion highlight if method has too many statements

Available to download on the ReSharper extension gallery