Package eu.solven.cleanthat.rules
Class PrimitiveBoxedForString
- java.lang.Object
-
- eu.solven.cleanthat.rules.AJavaParserRule
-
- eu.solven.cleanthat.rules.PrimitiveBoxedForString
-
- All Implemented Interfaces:
IClassTransformer
,IRuleExternalUrls
public class PrimitiveBoxedForString extends AJavaParserRule implements IClassTransformer, IRuleExternalUrls
Clean the way of converting primitives intoString
.- Author:
- Benoit Lacelle
-
-
Constructor Summary
Constructors Constructor Description PrimitiveBoxedForString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getPmdId()
String
jsparrowUrl()
String
minimalJavaVersion()
String
pmdUrl()
protected boolean
processNotRecursively(com.github.javaparser.ast.Node node)
-
Methods inherited from class eu.solven.cleanthat.rules.AJavaParserRule
getThreadJavaParser, onMethodName, optResolvedType, replaceNode, tryReplace, walkNode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface eu.solven.cleanthat.rules.meta.IClassTransformer
getCheckstyleId, getId, getIds, isProductionReady, walkNode
-
Methods inherited from interface eu.solven.cleanthat.rules.meta.IRuleExternalUrls
checkstyleUrl, sonarUrl
-
-
-
-
Method Detail
-
minimalJavaVersion
public String minimalJavaVersion()
- Specified by:
minimalJavaVersion
in interfaceIClassTransformer
-
jsparrowUrl
public String jsparrowUrl()
- Specified by:
jsparrowUrl
in interfaceIRuleExternalUrls
-
pmdUrl
public String pmdUrl()
- Specified by:
pmdUrl
in interfaceIRuleExternalUrls
-
getPmdId
public Optional<String> getPmdId()
- Specified by:
getPmdId
in interfaceIClassTransformer
-
processNotRecursively
protected boolean processNotRecursively(com.github.javaparser.ast.Node node)
- Overrides:
processNotRecursively
in classAJavaParserRule
-
-