JetBrains Rider 2018.1 Help

Code Inspections in XSLT

InspectionDescriptionDefault Severity
Unused Variable/Parameter

This inspection reports local variables and parameters that are never used.

Warning
Template Invocation Problems

This inspection checks for problems in invocations of named XSLT templates, such as missing arguments, passing arguments that are not declared by the template or passing an argument for a certain parameter more than once.

The inspection assumes that parameters declared with a default-value are optional and will not complain if an invocation does not specify an argument for such parameters.

Error
Declaration Problems

This inspections checks for various problems in declarations of XSLT variables, parameters and named templates:

  • Duplicate declarations
  • Illegal identifiers

Error
Variable Shadowing

This inspections checks for shadowed XSLT variables which can lead to possibly undesired effects.

Warning
Last modified: 20 August 2018