Skip to main content
-6 votes
0 answers
49 views

I am learning CI/CD pipeline I made a custom Bitbucket runner on my local VMware-based VM and i set the socarqube server and scanner both on the VM but still it's not working it says it's not a file ...
Vansh Arora's user avatar
0 votes
0 answers
64 views

I used sonar-maven-plugin 3.11.0.3922 on a java program which was compiled with jdk1.8.0_391_x64, but got the "sonar failed: An API incompatibility was encountered while executing org.sonarsource....
albertkao9's user avatar
Best practices
0 votes
0 replies
33 views

In my current project, our team is using Databricks, ADLS, a web app, and Power BI. We will complete development and then migrate the code to GitHub. Later, we plan to perform Black Duck scans. ...
user1702932's user avatar
0 votes
1 answer
104 views

I'm working on a Java method that handles multiple exceptions, and in some cases, I want to re-throw the original exception stored as the cause of an ExecutionException. Specifically, I have a piece ...
Computered's user avatar
1 vote
2 answers
105 views

SONAR's cpp:S5213 rule says that Template parameters should be preferred to "std::function" when configuring behavior at compile time We have tried implementing that by replacing std::...
bers's user avatar
  • 6,309
2 votes
1 answer
83 views

I run a single batch script to analyze a mixed solution: .NET backend + Angular frontend. The .NET coverage (OpenCover) is imported correctly, but Angular/TypeScript coverage always shows 0% in ...
Vignesh Kumar A's user avatar
0 votes
0 answers
40 views

I'm using SonarQube with Visual Studio 2022 (connected mode) and looking for the best way to filter SonarQube issues in the error list. Goal: easily isolate SonarQube issues from compiler warnings, ...
manjuv's user avatar
  • 347
0 votes
1 answer
64 views

I want to analyze my code project with sonarqube. When i try this command: mvn clean verify sonar:sonar -Dsonar.projectKey=country-service -Dsonar.projectName='country-service' -Dsonar.host.url=http://...
Amina Jarraya's user avatar
0 votes
0 answers
59 views

I have a Helm chart that I need to scan via SonarQube. The issue is, whenever I scan my Chart it flags up a host of errors because the YAML Analyser does not know how to interpret the templating. For ...
HLT's user avatar
  • 607
1 vote
2 answers
137 views

Using Sonarqube Gradle plugin version 6.2.0.5505 (latest: https://plugins.gradle.org/plugin/org.sonarqube/6.2.0.5505) , the analysis of Kotlin source code fails when running on my Jenkins instance, ...
M.Ricciuti's user avatar
  • 12.2k
0 votes
1 answer
36 views

I'm building a website that will be using Helmet's CSP's, however, the current CSP I have coded seems to not agree with SonarQube. Here is my current CSP in my app.ts: app.use( helmet....
Nathan's user avatar
  • 1
8 votes
0 answers
408 views

I have compared the description of POSIX mkdir against the description of std::filesystem::create_directory, the specification draft for std::filesystem::create_directory, and the specification draft ...
Adam Badura's user avatar
  • 5,533
0 votes
1 answer
168 views

We are using SonarQube server v2025.1.1. In the past we upgraded from former LTA versions. I'd guess the first such LTA version was 7.9. Our SonarQube instance and our SMTP server both runs on a local ...
Attila Csipak's user avatar
1 vote
0 answers
71 views

Here is the exception. java.lang.NoClassDefFoundError: com/android/build/gradle/api/BaseVariant at org.sonarqube.gradle.SonarQubePlugin.lambda$getAndroidCompileTasks$16(SonarQubePlugin.java:179) ...
Senthilkumar Mani's user avatar
0 votes
0 answers
56 views

have a correct method to remove unique method or line from check coverage sonar? like //NOSONAR? I've tried but I wouldn't like to have to use sonar.exclusions= in my sonar-project.properties file
Bruno Barbosa's user avatar

15 30 50 per page
1
2 3 4 5
796