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

resources.report.rules.pmd.AvoidDollarSigns.html Maven / Gradle / Ivy



AvoidDollarSigns

AvoidDollarSigns

Avoid using dollar signs in variable/method/class/interface names.

This rule is defined by the following Java class: net.sourceforge.pmd.lang.java.rule.naming.AvoidDollarSignsRule

Example(s):

   
public class Fo$o {  // not a recommended name
}
   




© 2015 - 2024 Weber Informatics LLC | Privacy Policy