Have IntelliJ determine if code is only used by tests -
can intellij's code analysis options configured can tell me if code used tests (mostly unit tests) can remove dead code project.
specify scope of analysis "project production files", , untick "include test sources". skip unit tests in folders labeled "test".
Comments
Post a Comment