Changes between Version 172 and Version 173 of j2p


Ignore:
Timestamp:
11/25/24 14:57:58 (7 hours ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v172 v173  
    202202    return new MyX{()->f(),(x)->g(x));
    203203}
     204}}}
     205
     206
     207
     208{{{#!td style="background: #fee"
     209There is a [https://github.com/javaparser/javaparser/issues/4503 persistent bug in the javaparser] related to parsing MethodReferenceExpressions like {{{Object::func}}}. You may have to introduce an extra variable containing the Method reference expression to work around this issue.
    204210}}}
    205211