DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now
All analyzers Java
Java

Java

By DeepSource

Use Analyzer
Docs
Discuss
Multiple variables declared on the same line JAVA-C1003
Style

Multiple variables (or fields) should not be declared on the same line.

C style array declaration syntax must not be used JAVA-C1000
Style

Java arrays should not be declared using C-style array declaration syntax.

Type names must begin with an uppercase letter JAVA-C1001
Style

Java naming conventions must be followed for all type names.

Wrong argument order in test assertions JAVA-C1002
Style

Argument ordering conventions must be followed for assertions in their respectice libraries.