Danny van Bruggen
Danny van Bruggen
The latest version is much more stable and has support for Java 9. https://github.com/javaparser/javaparser/
Typeextractor class does not consider lambdaexpr wrapped by enclosedexpr. The parameter args of the solvearguments method of the javaparserface class is not considered to have enclosedexpr. (Taken from #3486 from...
The repair method of typeextractor class should consider the case that the POS is greater than or equal to getnumberofparams when the method is a variable parameter. (Taken from #3486...
Methodreferenceexpr does not support class::new calculation type. (Taken from #3486 from @ZeroAicy. Probably symbol solver related)
The parent node of lambdaexpr can be objectcreationexpr. Typeextractor class does not support. (Taken from #3486 from @ZeroAicy )
The parameter type of getFunctionalMethod method of FunctionalInterfaceLogic class is not necessarily ResolvedReferenceType, may also be other ResolvedType, such as ResolvedArrayType. (Taken from #3486 from @ZeroAicy )
(from @v95) I'm parsing a Java file using JavaParser (version 3.13.9) and encountering the following issue: B.java contains the following code: ```java import org.json.simple.ItemList; .... { NodeList ItemList; ItemList =...
And maybe make a distinction between braces for methods and other blocks.
It's currently a separate module, which causes trouble for me: often I run tests against an outdated version. Yes, that's a tooling problem, but the tooling expects us to keep...
Years ago an attempt was made to add walkmod to the JP build. This was abandoned before it was finished. Removing it would clean up some of the build files,...