jean pierre Lerbscher
jean pierre Lerbscher
Sorry. Thanks for you response but i am using 3D-force-graph project.
This bug seems a bit complex to me to deal with but a workaround consists in creating a new expression and possibly replacing the old expression with the new one....
Can this issue be closed?
We do what we can in our free time to improve this tool. Thanks for understanding. What is important to note from my experience with lexical preservation is that "The...
Hi @magicwerk in this case a workaround would be to set the type argument in the parent node (type). This is how the lexical preserving printer works. The event propagation...
Thank you @ktul for reporting this bug.
iI's a mistake on my part this fix can't solve this issue.
It seems to be related to the method reference expression. public List queryList2(List list) { list(list.stream() //.map(ResponseQueryOrderItem::getOrderId).collect(Collectors.toList())) ; .map(resp -> resp.getOrderId()).collect(Collectors.toList())) ; return null; }
Hi @TestSmell Have you tried compiling/testing your suggestion?
Hi @rymanske the comment isn't lost (it's still in the AST) but it looks like the printer has a bug.