Hello,
Thank you for this tool.
I am trying a modified version of the sample from the wiki section, here, doing as follows:
Store the original code into a String variable called originalCode.
Parse the originalCode variable.
Changing the types from A1 to A2.
However the unit test is failing, as shown:
I have seen the parsing phase of the code and it seems to be good, I changed my JDK from openjdk 8 to oracle's JDK to check if this solver the problem without sucess.
I am using gradle 4.10.2 and the version
compile 'com.netflix.devinsight.rewrite:rewrite-core:1.4.0:jdkbundle'
Hello, Thank you for this tool. I am trying a modified version of the sample from the wiki section, here, doing as follows:
I have seen the parsing phase of the code and it seems to be good, I changed my JDK from openjdk 8 to oracle's JDK to check if this solver the problem without sucess.
I am using gradle 4.10.2 and the version
compile 'com.netflix.devinsight.rewrite:rewrite-core:1.4.0:jdkbundle'
Thank you in advance for your help.