[Stackoverflow] [Progress OpenEdge ABL] Can Sonar Scanner be run on multiple cores?

Status
Not open for further replies.
S

Slash Ketchum

Guest
SonarQube 6.7.1. Sonar Scanner 3.0.3.778. Sonar Scanner plugin 2.6.1 for jenkins. Postgres 9.6.6 database. Everything is running on one Solaris 11 Unix box. Project language is OpenEdge ABL. I found no mention of running the scanner on multiple cores anywhere in the documentation.

A question on here from 2012 seems to indicate it could not be run on multiple cores. Sonar Multicore

Another question circa 2015 determined that the scanner cannot take advantage of maven's multithread builds. Maven Sonarqube Plugin: Multithreading

It seems that one plugin (SonarCFamily) offers a way to scan projects on multiple cores, though our application is not written in C. Multithreaded Code Scan - Plugins - Doc SonarQube

My interest is in speeding up the sonar scanner analysis. Analysis for our (admittedly large ~1 million line) codebase took a full 24 hours. Only plugin installed is the base openedge language plugin. Only default OpenEdge rules are active.

Continue reading...
 
Status
Not open for further replies.
Top