Skip to content

Generate Release 0.2.3 to include StringUtils fix #21

@luma-sb

Description

@luma-sb

Hi there,

I've noticed bfffd7b appears to include a fix for issue I've hit when using latest 0.2.2 Release when trying to run from Azure DevOps.

##[error]ERROR: Error during SonarScanner execution
##[debug]Processed: ##vso[task.logissue type=error;]ERROR: Error during SonarScanner execution
ERROR: Error during SonarScanner execution
##[error]java.lang.NoClassDefFoundError: org/sonar/api/internal/apachecommons/lang/StringUtils
##[debug]Processed: ##vso[task.logissue type=error;]java.lang.NoClassDefFoundError: org/sonar/api/internal/apachecommons/lang/StringUtils
java.lang.NoClassDefFoundError: org/sonar/api/internal/apachecommons/lang/StringUtils
##[error]at com.msd.gin.common.sonar.LintRSensor.readLintrOutputFile(LintRSensor.java:88)
##[debug]Processed: ##vso[task.logissue type=error;]at com.msd.gin.common.sonar.LintRSensor.readLintrOutputFile(LintRSensor.java:88)
	at com.msd.gin.common.sonar.LintRSensor.readLintrOutputFile(LintRSensor.java:88)
##[error]at com.msd.gin.common.sonar.LintRSensor.execute(LintRSensor.java:67)

Appears there is no release that includes above fix yet.
I built out latest of master locally and this has resolved my issue, so may benefit others if a new release is created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions