1

I am using the integrated CODAN static code analysis tool in Eclipse CDT. Is there a way to store the output of this analysis as displayed in the "Problems" window in Eclipse to a file which stores its formatting and stores the columns as shown in the Eclipse Problems Window.

I did a "Select All"--> "Copy" and "Paste" to a text file but it lost all the columns and formatting and was difficult to read.

Does Eclipse have any option/setting to store this Static code analysis output to a file?

goldenmean
  • 18,376
  • 54
  • 154
  • 211

2 Answers2

1

After lot of searching I find Eclipse does not have what I asked for in my OP.

goldenmean
  • 18,376
  • 54
  • 154
  • 211
1

You must paste to program like OpenOffice Calc/Microsoft Excel and vola!

  • 1
    This isn't a very useful answer. It would be better if you showed some actual code examples and explained in more detail. – McCee Apr 18 '13 at 18:39