Kaydet (Commit) 77c3b539 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326633 DE: Dropped or ignored exception

this is probably good enough

Change-Id: I37304004f78d245ee0f400f07d07c731351d79eb
üst f5d2efb7
...@@ -124,6 +124,7 @@ public class TextDocument ...@@ -124,6 +124,7 @@ public class TextDocument
{ {
// TODO: it seems the whole project does not really have an error handling. Other methods // TODO: it seems the whole project does not really have an error handling. Other methods
// seem to generally silence errors, so we can't do anything else here... // seem to generally silence errors, so we can't do anything else here...
e.printStackTrace();
} }
if (bShowStatusIndicator) if (bShowStatusIndicator)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment