|
|
|
|
|
by kmarc
403 days ago
|
|
I'm working in the developer productivity space. I think you'd be surprised, how many people do production code WITHOUT automated formatting / linting / static analysis. Now these people and their managers are staring at the shiny new thing, the LLMs. They missing googling skills are fixed by LLMs ont heir everyday life, so they think a magic "code quality tool" (AI) would help them in they work. To answer your question, obviously there are many linters/analyzers for Java (and for other languages too), both for static and dynamic code analysis, formatters, everything. |
|