Versions Compared

Key

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

BLOCKER -

...

Feature does not work, no workaround exists

data loss
  • User data is corrupted or lost
usability
  • Prevents most users from completing typical workflow, with no workaround
crash or deadlock
  • Reproducible, unavoidable crash or deadlock
memory leak
  • Huge memory leak
performance
  • Regression in startup (>5%), memory usage (>10%) if compared with last stable release
  • Very bad UI responsiveness making the feature unusable
  • Scalability problem making the feature unusable in an usual scenario
occurence
  • More than 20 duplicates + votes
other
  • Blocks progress of another developer, no workaround exist
  • Incorrect text or graphics with legal implications

CRITICAL -

...

Feature doesn't work, a workaround may exist but it's difficult to use or impractical

usability
  • Prevents users from completing work without significant or inefficient legwork
  • Window does not resize dynamically to show all of its content
crash or deadlock
  • Intermittent crash or deadlock that happens fairly often
memory leak
  • Significant memory leak of a functionality which is used repeatedly
performance
  • Regression in UI responsiveness (>50%)
  • Significant scalability problem
  • AWT thread blocked by a task which could run on background
  • No or inappropriate indication of progress of a running task
occurence
  • More than 10 duplicates + votes
accessibility
  • Crash or exception caused by cooperation of NetBeans IDE with Assistive Technology
  • Functionality available by mouse is not reachable by keyboard
  • Opened window is not focused directly
  • Impossibility to navigate from one component to another component by keyboard
  • Font, Color or Sound are being used as the only indication to user
  • Accessible Name is not set, or is hard to understand
internationalization
  • Text are not read from a localized file
  • Impossibility to read or display characters from another locale or encoding
others
  • Affects progress of another developer

...