javaparser
javaparser copied to clipboard
#3859: UnsupportedOperationException when trying to resolve a type in a…
includes:
- extract and reuse EnclosedExpr#ensureNonEnclosedExpression(Expression)
- add and use Navigator#demandParentNodeSkipEnclosedExprs(Node)
- add MethodCallExpr#argumentPosition(Node), substituting the helper method LambdaExprContext#pos(...) and parts of the helper method TypeExtractor#getParamPos(Node)
https://github.com/javaparser/javaparser/issues/3859