Chavan77

- Total activity 17
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Chavan77 created a post, Debugging groovy closure created in ASTTransformations
Hello I am using a groovy AST to wrap all code in my function. This happens without the IDE knowing about it because it happens at runtime. Therefore when I setup my breakpoint, it thinks the break... -
-
Chavan77 created a post, Debugging groovy closure created in ASTTransformations
Hello I am using a groovy AST to wrap all code in my function. This happens without the IDE knowing about it because it happens at runtime. Therefore when I setup my breakpoint, it thinks the break... -
-
-
Chavan77 created a post, AnsweredTelling the intellij debugger to re-position break-point information
I have this code transformation of a .groovy file using AST transformations. @AddExtraParamdef func1() { someRandomFunction()}def func2() { func1()} is converted to @AddExtraParamdef func1(MyCust... -
-
-
Chavan77 created a post, Groovy script AST transforms
Hello I have my own AST transformations in groovy. I use intellij and want the compiler to pick up my AST transformations as part of compiling/validating the groovy script One example is this. I ha... -
Chavan77 created a post, AnsweredGroovy script AST transforms
Hello I have my own AST transformations in groovy. I use intellij and want the compiler to pick up my AST transformations as part of compiling/validating the groovy script One example is this. I ha...