Package names should not contain uppercase characters

This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

Metadata

ID: java-code-style/package-case

Language: Java

Severity: Notice

Category: Code Style

Description

Package names should only contain lowercase characters.

Non-Compliant Code Examples

package com.fooCompany;  // should be lowercase name

public class Foo {}

Compliant Code Examples

package com.foocompany;

public class Foo {}
https://static.datadoghq.com/static/images/logos/github_avatar.svg https://static.datadoghq.com/static/images/logos/vscode_avatar.svg jetbrains

Seamless integrations. Try Datadog Code Analysis