test-data-generator icon indicating copy to clipboard operation
test-data-generator copied to clipboard

Output console without props leads to a NPE

Open garcimouche opened this issue 7 years ago • 0 comments

Description: not specifying props for output console generates a NullPointerException

Environnement: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101)

Reproduce :

“output” :  {
  “type” : “console”
}

The following works correctly, even though props is empty:

“output” :  {
  “type” : “console”,
  “props” : {}
}

garcimouche avatar Apr 15 '18 18:04 garcimouche