jean pierre Lerbscher
jean pierre Lerbscher
This issue seems to have been solved. @Test void test2192() { String code = "import org.json.simple.ItemList;\n" + "class Foo {\n" + " void m() {\n" + " com.github.javaparser.ast.NodeList ItemList =...
It's not really a bug. It's more the sequence of operations that causes a problem. JP is designed to emit events when certain AST nodes are modified and lexical preservation...
I'm closing this exit because an explanation has been provided.
The symbol solver works correctly. In this case you are trying to resolve a type with a parameter. The symbol solver first resolves the List type and then tries to...
In this issue we expect the addition of an inner class to be indented. The explanation provided by @apixandru is correct. Below is a simplified test case that explains what...
I'll be looking into it shortly. Thank you for your patience.
Can you verify your issue with version 3.25.3? Thanks.
I am closing this issue because there is no more activity on it but you are free to reopen it if you have other information.
I am closing this issue as I believe the question posed has been answered. If you think this answer is not sufficient you can of course reopen this issue.
I am closing this issue since a pr was merged.