-
Pipeline:
```
00:56:37 ERROR: Error during SonarQube Scanner execution
00:56:37 ERROR: Error during parsing of generic test execution report '/home/jenkins/agent/workspace/myproject/reports/sonar…
-
```
panic: runtime error: index out of range
goroutine 11 [running]:
panic(0x3828a0, 0xc4200120f0)
/usr/local/go/src/runtime/panic.go:500 +0x1a1
main.(*Slave).parseSonarData(0xc4200ee700, 0xc4225…
-
```
What steps will reproduce the problem?
1. Make a class with a number of fields and @EqualsAndHashCode or @Data
annotations
2. Test it through Jacoco but don't call the equals and/or hashcode meth…
-
I have noticed that most people simulate sonar sensors using ros_gazebo_range plugin which in turn uses gazebo's RayPlugin. However, the behavior is not identical. When the sonar beam touches the floo…
-
Self-titled, thanks !
-
While looking at [Auxiliary Function Switches](http://ardupilot.org/copter/docs/channel-7-and-8-options.html) I saw that it still mentions Sonar instead of Rangefinder and there are other places in th…
-
**Description:**
How do i use the new version of java in the github action
https://github.com/actions/setup-java#install-multiple-jdks
```
steps:
uses: actions/setup-java@v4
…
-
Querying sonar for analysis on {my project} taking lot of time.
Its failing
Failed to execute goal com.github.sgoertzen:sonar-break-maven-plugin:1.2.5:sonar-break (default-cli) on project clie…
-
```yaml
- script: |
curl --request POST -u $SONARTOKEN: \
--data "component=$(Build.Repository.Name)" \
--data "key=sonar.pullrequest.provider" \
--data "value=Azure DevOps …
-
It would be nice to be able to control which formats are built into mb-system for several reasons:
- Decrease build time while developing
- Be able to focus fuzzing more tightly
- Leave out drivers…