sonarqube-4.5 Questions
7
Solved
I am using Sonar to generate code review reports of my project. But I am not able to start the server. I am getting
HeapDumpOnOutOfMemoryError
while running
StartSonar.bat
file.
Please...
Sourdough asked 28/7, 2015 at 11:37
3
Solved
I have recently updated SonarQube to version 4.5.4 and the Java plugin to version 3.5.
We have classes annotated with @Data, but it seems that the rule squid:S1068 doesn't handle this "special" an...
Iphagenia asked 8/9, 2015 at 8:32
2
Solved
In Sonar 4.5.6 (with default settings) I am seeing Duplicated Blocks message as
My java code for which I am getting the message is like below:-
package com.jabong.orchestratorservice.adapter.o...
Liston asked 20/3, 2016 at 8:1
2
After every sonar scan we can see the list of newly added issues in both portal and Scan logs like shown below. Iam able to get the list of newly added issues using the Rest API
http://localhost:9...
Sheerlegs asked 10/9, 2015 at 12:4
4
Solved
Quote from the description of the rule (SonarQube 4.5.5):
// Noncompliant - exception is lost (only message is preserved)
try { /* ... */ }
catch (Exception e) { LOGGER.info(e.getMessage()); }
...
Batish asked 9/10, 2015 at 7:16
0
I'm trying to analyse a huge java project (over 1 million lines of code) with SonarQube (version has to be 4.5.6 since the rule set is given, we're not allowed to change it and some rules and plugi...
Excretion asked 17/5, 2016 at 9:36
1
I am using sonarqube 4.5.4 with mysql database.
I got this exception when running analysis on my projects :
INFO o.d.m.sonar.runner.RunSonarVisitor - ### Error updating database. Cause: com.mysql...
Negron asked 23/2, 2016 at 12:53
1
Solved
I'm looking for best practices using SonarQube with the FindBugs, PMD and Checkstyle plugins.
How do the rules in SonarQube's default quality profile "Sonar way"
relate to those of the plugins? A...
Venettavenezia asked 23/1, 2015 at 10:58
1
Solved
I am struggling with the following problem.
Log of the executed when sonar-runner in Jenkins.
SonarQube Runner 2.4
Java 1.7.0_67 Oracle Corporation (64-bit)
Windows 7 6.1 amd64
SONAR_RUNNER_OPTS=...
Vicariate asked 17/10, 2014 at 6:40
1
© 2022 - 2024 — McMap. All rights reserved.