All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.pmd.StaticEJBFieldShouldBeFinal.html Maven / Gradle / Ivy

There is a newer version: 5.1
Show newest version
According to the J2EE specification (p.494), an EJB should not have any static fields with write access. However, static read only fields are allowed. This ensures proper behavior especially when instances are distributed by the container on several JREs.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy