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

Remove junit dependency in spoon-control-flow #6060

Closed bolu61 closed 1 week ago

bolu61 commented 2 weeks ago

The junit dependency is causing test compilation to fail.

monperrus commented 1 week ago

thanks @bolu61