Revision 0ee5b63...

Go back to digest for 30th December 2012

Bug Fixes in Development Tools

Ivan Shapovalov committed changes in [kdevplatform] /:

Fix filtered output item classification when multiple keywords are in the same line.

Currently, "warning" and "info"/"note" keywords, if found, override any
error keywords matched so far.

Fix this by scanning for all keywords in a consistent manner
(ERROR_INDICATORS => INDICATORS), and using the _first_ indicator in
line to classify the line.
This is somewhat empirical, but well: message type is usually put before
the message itself.

REVIEW: 107904

File Changes

Modified 3 files
  •   outputview/outputfilteringstrategies.cpp
  •   outputview/tests/filteringstrategytest.cpp
  •   outputview/tests/filteringstrategytest.h
3 files changed in total