Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

So what is it, a static code analyzer or a style checker?


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: