jborgers / PMD-jPinpoint-rules

PMD rule set for responsible Java and Kotlin coding: performance, sustainability, multi-threading, data mixup and more.
Apache License 2.0
43 stars 10 forks source link

Fix Request: false positive for DefineConcurrencyForJavaEESingleton #325

Open jborgers opened 2 months ago

jborgers commented 2 months ago

org.elasticsearch.common.inject.Singleton is not a JavaEE @ Singleton. Be full class name /typeIs specific in the rule.