-
Notifications
You must be signed in to change notification settings - Fork 2
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
walkmod fails with error TRANSFORMATION CHAIN (default) FAILS #3
Comments
i have used -e flag for stacktraces it is showing
and CloudDatabaseConfiguration.java is as follows
|
Hi, Thanks, Could you paste here the full stacktrace? Anyway, if you want to continue with more source files until the problem become solved, you can use: walkmod add-excludes src\main\java\com\xxxxxx\xxx\config\CloudDatabaseConfiguration.java and then, walkmod apply. Thanks again for your feedback |
my stack trace is
please find my walkmod file below |
error is not comming when i am using only |
Hi, Let's discuss step by step:
[ |
thank you for the walkmod.xml file and yes i dont have org.springframework.data.mongodb.MongoDbFactory dependency in my pom.xml |
when i excluded CloudDatabaseConfiguration.java, it started throwing expections on another java file.
|
// CsrfFilter.class) is a commented line |
Hi, No no :) it is resolving the returning type and method of http.addFilterBefore according the type of its argument. Let me work on it during this week to solve your bugs :) |
Hi, I have one very simple project to test walkmod. When I used import-cleaner it works. But formatting not works.
Attaching xml. |
It's not allowing me to add zip of walkmod.xml :(
|
when i am trying to run mvn walkmod:apply it is parsing some files and then suddenly it fails showing
TRANSFORMATION CHAIN (default) FAILS.
i am using spring boot application for testing it.
in my pom.xml i have included
The text was updated successfully, but these errors were encountered: