pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

Switch Lambda #102

Closed tsantalis closed 4 months ago

tsantalis commented 4 months ago

@pouryafard75 https://github.com/JabRef/jabref/pull/11180 src/main/java/org/jabref/preferences/JabRefPreferences.java

image

tsantalis commented 4 months ago

@pouryafard75 It actually works if the body of the lambda is a statement (block in this case) src/main/java/org/jabref/gui/EntryTypeView.java

image

tsantalis commented 4 months ago

It is a yield statement https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2Fdom%2FYieldStatement.html