INRIA / spoon

Spoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made with :heart:, :beers: and :sparkles:. It parses source files to build a well-designed AST with powerful analysis and transformation API.
http://spoon.gforge.inria.fr/
Other
1.76k stars 352 forks source link

review: fix: Improve comment handling in lambda parameters and local variables #6076

Closed I-Al-Istannen closed 6 days ago

I-Al-Istannen commented 1 week ago

This fixes two or three different bugs:

Closes: #6069.