Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Transformation Chain Fails for Fixing Sonar Issues #97

Open
Hitesh-Kirtane opened this issue Sep 6, 2021 · 0 comments
Open

Code Transformation Chain Fails for Fixing Sonar Issues #97

Hitesh-Kirtane opened this issue Sep 6, 2021 · 0 comments

Comments

@Hitesh-Kirtane
Copy link

Hitesh-Kirtane commented Sep 6, 2021

Hi Team,

I am trying to use Walkmod on one of my Java - Spring Boot projects to refactor the Sonar issues.

However, the code transformation chain fails when I run "walkmod apply" command with the following error.

Note: I have run the "walkmod apply -e" command to display the error stack trace on the command line (in the screenshot below).

image

The error message guides to check the log file for detailed error information but, I can't find any log files generated in my project folder.

Below are the contents of walkmod.xml file present in the project root folder.

<!DOCTYPE walkmod PUBLIC "-//WALKMOD//DTD" "http://www.walkmod.com/dtd/walkmod-1.1.dtd">
<walkmod>
    <transformation type="org.walkmod:walkmod-sonar-plugin:Sonar"/>
</walkmod>

Also, the detailed links for the documentation seem to be removed now, can't find any detailed documentation on walkmod usage other than the documentation available on http://walkmod.com/docs.html which only helps with the basic setup.

Please suggest some solution for this issue.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant