Description

Error formatting macro: snippet: java.lang.NullPointerException

Parameters

Error formatting macro: snippet: java.lang.NullPointerException

Examples

Error formatting macro: snippet: java.lang.NullPointerException
  • No labels

4 Comments

  1. In the code example, change

    Generate an iterator with comparator attribute

    to

    {{
    Generate an iterator with converter attribute}}

    Also change

    this converter, it simply add "converter-" to each entries.

    to

    this converter, it simply add "converter-" to each entry.

    1. Jan - good changes. I'll suggest the following tweak:

      this converter, it simply adds "converter-" to each entry.

  2. The "separator" attribute appears to be required, but it isn't referenced in several of the examples on this page.

    Assuming we're supposed to be following "convention, not configuration", shouldn't this be an optional attribute, with a default value of ","?