Search code examples
eclipsecodan

Eclipse CODAN static code analysis


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?


Solution

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