Questions tagged [conqat]

ConQAT is an integrated toolkit for creating software quality dashboards.

ConQAT is an integrated toolkit for creating software quality dashboards in software development continuous integration: https://www.conqat.org/.

See also [sonar].

2 questions
1
vote
2 answers

COBOL clone detection with ConQAT?

ConQAT's doc claims it can do clone detection on COBOL code, but I can't find any appropriate block in the list of Included blocks. The only one that could be considered is StatementCloneAnalysis but it would get confused by the line numbers that…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
1 answer

ConQAT C# clone analysis: "No factory found for element" for all C# files

Using the Open Source code analysis tool ConQAT, I created a C# clone analysis by clicking New->Run config->code_clones->CsCodeAnalysis. When I run it, the report says for each C# file: No factory found for element myproject/myfile.cs Is it a bug…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373