Priority of SonarQube Cobol Plugin Copy Directories

254 Views Asked by At

I have a question related to the SonarQube COBOL plugin.

There is a parameter which allows the user to specify multiple paths of copybook directories: sonar.cobol.copy.directories

Due to a configuration management issue beyond my control, our implementation may contain two copybooks of the same name with different contents. Under this situation we may have the most current copybook in directory A and the less current copybook in directory B.

My question is this. If I set sonar.cobol.copy.directories to c:\directory_a, c:\directory b, and each directory contains a copybook with the same name, which one will SonarQube associate with the COBOL source code?

0

There are 0 best solutions below