Top "Code-inspection" questions

What does ==$0 (double equals dollar zero) mean in Chrome Developer Tools?

In Google Chrome's developer tools, when I select an element, I see ==$0 next to the selected element. What does that …

google-chrome google-chrome-devtools code-inspection
How to use IntelliJ IDEA to find all unused code?

When I am in a .java file the unused code is usually grayed out or has a green underline saying …

java refactoring intellij-idea code-metrics code-inspection
“Variable is never assigned” warning in IntelliJ IDEA can be suppressed only "partially"

Java EE + IntelliJ Idea 2016.3: I've written a class and declared a private field with a @Inject annotation. I have successfully …

java intellij-idea code-inspection unused-variables
Display classes containing deprecation Android Studio

I updated my project to the latest Android APIs and the project now has multiple deprecated methods. Does Android Studio …

java android android-studio deprecated code-inspection
How to check which arguments a function/method takes?

To keep a couple modules I'm building in Python a bit consistent I want to do some automated code checking. …

python function arguments code-inspection
Unclear inspection warning "NullableProblems" in IntelliJ

Why am I getting a warning from the "NullableProblems" inspection in IntelliJ on this: public class Test implements Comparable<…

java intellij-idea code-inspection
Way to inspect element and see the PHP page it's on?

Is there a way to inspect an element and see the PHP page (template file) that element is coming from? …

find web-inspector inspect code-inspection
SonarLint doesn't see server binding

IntelliJ IDEA -> Settings -> Other settings -> SonarLint General Settings SonarQube servers: Localhost (http://localhost:9000; login: …

intellij-idea sonarqube code-inspection sonarlint