Skip to content
  • Nicolas Arnaud-Cormos's avatar
    Analyzer: create a run control factory for all tools. · 4a843211
    Nicolas Arnaud-Cormos authored
    
    
    Having one factory per tool (or plugin) created some bugs:
     * analyzer project settings being created twice
     * per-project analyzer settings widget duplicated
    Also, most of the code from the run control factory were copied.
    
    Now, the Analyzer only creates one run control factory shared among all tools, and the IAnalyzerTool
    has two new virtual method: canRun and createStartParameters. It simplify the code a bit, and
    creating a new analyzer tool is easier (only two classes to subclass: IAnalyzerTool and IAnalyzerEngine).
    
    Change-Id: I4e180846a26b74b2b77cb99bc97534d680a80a4d
    Reviewed-by: default avatarhjk <qthjk@ovi.com>
    4a843211