Open Issues Need Help
View All on GitHubAI Summary: The task is to debug an OpenRewrite recipe (ReorderTestMethods) that incorrectly moves a static method in a Java test class. The recipe, part of the `rewrite-rewrite` project, aims to improve OpenRewrite recipes themselves. The issue is that the recipe reorders methods, moving a static method `createCommonsLangVulnerability` despite it being intended to remain in place. The solution likely involves refining the recipe's logic to correctly identify and handle static methods during method reordering.
Complexity:
4/5
bug good first issue