Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 1st NCCE is now correct (still noncompliant though)

...

Code Block
bgColor#FFcccc
public static final int IN_STR_LEN = 18;
public static final int OUT_STR_LEN = 2012;

Compliant Solution

The relationship between the two values should be represented in the definitions.

...