ProblemModelSet: use ids instead names for problems find, remove, show
ClosedPublic

Authored by antonanikin on Oct 28 2016, 12:23 PM.

Details

Summary

This patch adds id field to ModelData and uses it for problems manage. This is more correct way which allows us to use translated problem model names and don't think about translation troubles during common operations.

Test Plan

Tested on master branch. Also tested with some plugins (needs code update): kdev-clangtidy, kdev-cppcheck, kdev-valgrind, kdev-verapp

Diff Detail

Repository
R33 KDevPlatform
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
antonanikin retitled this revision from to ProblemModelSet: use ids instead names for problems find, remove, show.
antonanikin updated this object.
antonanikin edited the test plan for this revision. (Show Details)
antonanikin added a reviewer: KDevelop.
antonanikin added a subscriber: kdevelop-devel.
antonanikin updated this revision to Diff 7807.Nov 2 2016, 3:10 AM
  • Small codestyle fixes
This revision was automatically updated to reflect the committed changes.