javaparser icon indicating copy to clipboard operation
javaparser copied to clipboard

#3859: UnsupportedOperationException when trying to resolve a type in a…

Open abego opened this issue 3 years ago • 0 comments

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

abego avatar Jan 18 '23 21:01 abego