Hacker News new | ask | show | jobs
by gnuvince 4123 days ago
So what is it, a static code analyzer or a style checker?
1 comments

AFAIR it's more of a linter ("unreachable code after an end" or "assignment in condition") than a static analyzer a-la findbugs ("X might be null here" or "access to a field before initialization").
Yeah, that's right. Unfortunately different people put different meaning into "static analyzer". Obviously linting is also done via static analysis of the code.