jqa-core-framework icon indicating copy to clipboard operation
jqa-core-framework copied to clipboard

Improve output of error messages

Open odrotbohm opened this issue 7 years ago • 2 comments

Constraints can return data that will be included in the output of error messages on the command line. Currently all variable values will be printed comma separated which makes them hard to read, especially for long values (e.g. fully qualified class names).

It would be cool if they could be separated by a new line instead:

someVariable=com.acme.FooBar
someOtherVariable=…

odrotbohm avatar Jan 15 '18 18:01 odrotbohm