Versions Compared

Key

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

...

  1. Please submit an issue to JIRA (https://issues.apache.org/jira/projects/NETBEANS/summary) explaining your setup (platform, tc.), why your PR is needed and a case to reproduce, if possible.
  2. In the code, try to be concise and right to the point. Just modify whatever needs to be modified to solve the issue at hand.
  3. If your code is complex:
    1.  submit a unit test as well.
    2.  add comments for the most complex parts.
  4. Try to keep the code readable, maintainable, easy to debug and performant.
  5. When submitting a PR start your commit message with NETBEANS-XYZ, where XYZ is the issue number. By doing so your PR will be automatically associated to the JIRA issue.
  6. After submitting a PR, NetBeans committers will review it for approval before being finally merged. This may take some time, so please be patient.

Streaming API considerations

...