From 789285bbe3fa94f13bcf2f4b641db6f2b949ad5f Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Thu, 26 Oct 2023 18:49:53 +0300 Subject: [PATCH] feat(#175): remove the puzzle for 175 issue --- .../eolang/jeo/improvement/ImprovementDistilledObjects.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/org/eolang/jeo/improvement/ImprovementDistilledObjects.java b/src/main/java/org/eolang/jeo/improvement/ImprovementDistilledObjects.java index 8b10ea676..b4bed919b 100644 --- a/src/main/java/org/eolang/jeo/improvement/ImprovementDistilledObjects.java +++ b/src/main/java/org/eolang/jeo/improvement/ImprovementDistilledObjects.java @@ -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(