<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Exporting Inspector Problems state  in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746559#M2288</link>
    <description>Hi,&lt;DIV&gt; I would like to know if there is any way to export the inspector problems state (e.g. those marked as "not-a-problem") and then we can carry these state to check the next release of the program without the need to go through marking the same set of "not-a-problem" again.&lt;/DIV&gt;&lt;DIV&gt;Those state are not saved in project suppression file and we cannot just re-use the suppression to filter out the "not-a-problem".&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Also, the problem state always appear as "new" when the analysis is started by insp-cl.exe from command prompt. Is there a way to correlate the state (i.e. first time is "new", existing problems from previous run is "not fixed") from a previous analysis when started in command prompt.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Fu&lt;/DIV&gt;</description>
    <pubDate>Thu, 15 Sep 2011 08:41:11 GMT</pubDate>
    <dc:creator>tftung</dc:creator>
    <dc:date>2011-09-15T08:41:11Z</dc:date>
    <item>
      <title>Exporting Inspector Problems state</title>
      <link>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746559#M2288</link>
      <description>Hi,&lt;DIV&gt; I would like to know if there is any way to export the inspector problems state (e.g. those marked as "not-a-problem") and then we can carry these state to check the next release of the program without the need to go through marking the same set of "not-a-problem" again.&lt;/DIV&gt;&lt;DIV&gt;Those state are not saved in project suppression file and we cannot just re-use the suppression to filter out the "not-a-problem".&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Also, the problem state always appear as "new" when the analysis is started by insp-cl.exe from command prompt. Is there a way to correlate the state (i.e. first time is "new", existing problems from previous run is "not fixed") from a previous analysis when started in command prompt.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Fu&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Sep 2011 08:41:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746559#M2288</guid>
      <dc:creator>tftung</dc:creator>
      <dc:date>2011-09-15T08:41:11Z</dc:date>
    </item>
    <item>
      <title>Exporting Inspector Problems state</title>
      <link>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746560#M2289</link>
      <description>&lt;P&gt;Fu,&lt;BR /&gt;&lt;BR /&gt;We may need to know more about your usage model. In addition, there are various enhancement requests open for new and expanded state and suppression functionality. Are you looking to export the problem states
(Not fixed, Confirmed, Fixed, Not a problem) from one Inspector project to
another Inspector project? Currently, within
a single Inspector project, if you change the state for a problem from New to
Not a problem for example, the problem state is carried forward from analysis
to analysis within the same Inspector project and for the same analysis type
(mi3 for example) even if the line numbering changes.&lt;BR /&gt;&lt;BR /&gt;In a simple test, I copied
the results folder (named r013mi3) from one project to another similar project
(same source files but slight line changes), then run a new mi3 analysis. In this case, an r014mi3 results directory was
created and the states from r013mi3 were carried over to r014mi3. However, this was a very simple test.&lt;BR /&gt;&lt;BR /&gt;You can also create suppressions. Suppressions can be copied from project to
project. To do this, copy a .sup file
from the suppressions directory from one project to another and run analysis to
have the supplanted suppressions applied based on file name and line number. For example, create suppression rules using a
unique name (inspector will create a unique .sup file using the name you
provide) in one project and copy that .sup file to another Inspector projects
suppression directory. There is an
enhancement request to add suppression like functionality directly into the
source code.&lt;BR /&gt;&lt;BR /&gt;Additionally, you can have multiple .sup files in the suppressions
directory which will be applied per the Project Properties Suppression mode
(these options are - Do not use, Mark problems, Delete problems) setting. To apply suppressions, make sure that in the
Project Properties dialog Target tab, the Advanced option named Suppression mode
is select either Mark problems or Delete problems.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;Rob&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2011 23:05:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746560#M2289</guid>
      <dc:creator>Rob5</dc:creator>
      <dc:date>2011-09-15T23:05:14Z</dc:date>
    </item>
    <item>
      <title>Exporting Inspector Problems state</title>
      <link>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746561#M2290</link>
      <description>Hi Rob,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;  Thanks for your answer. Its usage would be like carrying the states from one project to another. The whole project is a new checkout and new compile in every build without re-using that from the previous release.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;  It would be even better if there is a way to correlate different analysis from insp-cl.exe command. Say if we run a test with "-r test_01_result", then in next time we can have option to say test_01_result is the state of previous analysis, and we can the deduce the "New"/"Not fixed" and "Not a problem" state from previous test_01_result folder. It seems the state-carrying apply within Visual Studio GUI with single solution only, right?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;btw, I am using Parallel Inspect 2011 update 2.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Fu&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Sep 2011 03:56:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746561#M2290</guid>
      <dc:creator>tftung</dc:creator>
      <dc:date>2011-09-16T03:56:43Z</dc:date>
    </item>
    <item>
      <title>Exporting Inspector Problems state</title>
      <link>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746562#M2291</link>
      <description>&lt;P&gt;Fu,&lt;BR /&gt;&lt;BR /&gt;I have added an enhancement request for this additional problem
state functionality. I will update this
forum thread if / when the feature is implemented in a future release of the
product. Thank you for your input and comments.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;Rob&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2011 20:12:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746562#M2291</guid>
      <dc:creator>Rob5</dc:creator>
      <dc:date>2011-09-20T20:12:06Z</dc:date>
    </item>
    <item>
      <title>Exporting Inspector Problems state</title>
      <link>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746563#M2292</link>
      <description>&lt;P&gt;Fu,&lt;BR /&gt;&lt;BR /&gt;Clarification on the request; were you wanting to use
such functionality via the GUI or is having functionality via the command line
sufficient?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rob&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2011 22:06:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Exporting-Inspector-Problems-state/m-p/746563#M2292</guid>
      <dc:creator>Rob5</dc:creator>
      <dc:date>2011-10-11T22:06:38Z</dc:date>
    </item>
  </channel>
</rss>

