Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is, you could use the diamond operator in the assignment, but this will result in a less readable code. Try to keep explicit typing visible as much as possible, pondering always readability over syntax sugar.

Internationalization

If the source code might be translated to other languages then please add the comment `// NOI18N` to the string literals that must not be translated. Strings to be translated should be properly added to resource bundles.

If the source code is not be translated then avoid adding `// NOI18N` comments to the string literals, this just adds clutter and makes the code less readable.