Release History

By product

JustCode Q1 2014

February 26, 2014

Q1 2014 (version 2014.1.225.1)

NEW
  • New: Test Runner commands for profiling tests with JustTrace 2014.1.1406.2 and newer
  • Improved "Introduce Constant", "Introduce field" and "Introduce variable" commands to provide a meaningful name suggestion
  • Improved: Inherit IEquatable<T> when the "Generate Equality Members" command is executed
  • New "Use Named Argument" refactoring command
FIXED
  • Fixed in Test Runner: File references are not handled in QUnit tests
  • Fixed: The default value of the variable is lost after executing the "Move to Parameter" command
  • Fixed: The "Use String.Format" command is available in string.Format methods on parameters concatenated with the "+" sign
  • Fixed: Incorrect indentation of object initializer block used as a method argument in JavaScript
  • Fixed: Incorrect indentation when a method is used in an assignment in C#
  • Fixed: Executing the "Move Or Delete Parameter" command in await expression breaks the code
  • Fixed in ToDo Navigator: Filtering by "Current Project" does not work in MVC projects
  • Fixed: Good-Code-Red: C#: Error "An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type"
  • Fixed: Good-Code-Red: C#: The '+' operator cannot be applied because of unfeasible type conversion
  • Fixed: Good-Code-Red: Windows store app: Error "Windows.Data.Xml.Dom.XmlNodeList has no indexer"
  • Fixed: Good-Code-Yellow: Warning "Name does not match the naming convention" is shown when digits are used in member names
  • Fixed: Good-Code-Yellow: CSS: Warning "Unexpected value 'none' for property max-width"
  • Fixed: Incorrect indentation of asterisks in doc comments after format
  • Fixed: Incorrect indentation of JavaScript object literals used as method arguments