Skip to content

Commit

Permalink
feat(#175): remove the puzzle for 175 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Oct 26, 2023
1 parent 287bd9f commit 789285b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ private static Representation replaceConstructors(
* @param clazz Class where to replace.
* @param target What should be replaced.
* @param replacement Replacement.
* @todo #161:90min Refactor replace method.
* Right now it's a big method with a lot of repetition and high complexity.
* Moreover, some constants are hardcoded and it's not good.
* We need to refactor it into a set of smaller methods and remove all linter warnings.
* @checkstyle ModifiedControlVariableCheck (200 lines)
*/
private static void replace(
Expand Down

0 comments on commit 789285b

Please sign in to comment.