Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Patch for bug 402601

Hi,

I recently posted a patch for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=402601 - if a committer
could be so kind and take a look at it - the bug is very annoying on
our particular code base - sometimes the NPE is triggered on the UI
thread (code completion for example) resulting in that several keys
such as home and end stop working!

The patch itself is trivial - it makes sure that the member variable
that causes the NPE is never null - anything else would require adding
null checks in many places that assume not-null for this particular
value.


Kind regards,
Jacek Sieka


Back to the top