ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Reliability (41)
  5. Empty variables should not be used in actions that throw null pointer exception

Empty variables should not be used in actions that throw null pointer exception

Introduced in version: 1.3 (29 Jan 2020)

This is definitely a bug. The variable is guaranteed to be empty and is passed to an action that throws an error for empty arguments. Actions that do this are:

  • Change Object
  • Show Page
  • Export
  • Import
  • REST/WebService
  • Generate document
  • Download document
  • Validation feedback

Noncompliant example:

Compliant example: