
org.sonar.l10n.pmd.rules.pmd.StringBufferInstantiationWithChar.html Maven / Gradle / Ivy
StringBuffer sb = new StringBuffer('c'); The char will be converted into int to intialize StringBuffer size.
This rule is deprecated, use {rule:squid:S1317} instead.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy