Redundant local variable
Reports an unnecessary local variable that does not make a function more comprehensible:
a local variable that is immediately returned
a local variable that is immediately assigned to another variable and is not used anymore
a local variable that always has the same value as another local variable or parameter.
Use the checkbox below to have this inspection ignore variables that are immediately returned or thrown. Some coding styles suggest using such variables for clarity and ease of debugging.
Inspection options
Option | Type | Default |
---|---|---|
Ignore immediately returned or thrown variables | Checkbox | false |
Inspection Details | |
---|---|
Available in: | AppCode 2023.3, CLion 2023.3, GoLand 2023.3, IntelliJ IDEA 2023.3, JetBrains Rider 2023.1, PhpStorm 2023.3, PyCharm 2023.3, Qodana for .NET 2023.1, Qodana for JS 2023.3, Qodana for JVM 2023.3, Qodana for PHP 2023.3, Qodana for Ruby 2023.3, RubyMine 2023.3, WebStorm 2023.3 |
Plugin: | JavaScript and TypeScript, 233.SNAPSHOT |