All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.codemods.RemoveCommentedCodeCodemod.description.md Maven / Gradle / Ivy

There is a newer version: 0.97.3
Show newest version
This change eliminates commented-out code that may impede readability and distract focus. Any deleted code can still be accessed through the source control history if needed.

Our changes look something like this:

```diff
   catch (IOException e) { 
-    // LOG.error("Unexpected problem ", ex);
     return handleError(ex);
   }
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy