Class CreateTempFilesUsingNio
- java.lang.Object
-
- eu.solven.cleanthat.language.java.rules.AJavaParserRule
-
- eu.solven.cleanthat.language.java.rules.mutators.CreateTempFilesUsingNio
-
- All Implemented Interfaces:
IClassTransformer
,IRuleExternalUrls
public class CreateTempFilesUsingNio extends AJavaParserRule implements IClassTransformer
cases inspired from #description- Author:
- Sébastien Collard
-
-
Constructor Summary
Constructors Constructor Description CreateTempFilesUsingNio()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
jsparrowUrl()
String
minimalJavaVersion()
protected boolean
processNotRecursively(com.github.javaparser.ast.Node node)
String
sonarUrl()
-
Methods inherited from class eu.solven.cleanthat.language.java.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.language.java.rules.meta.IClassTransformer
getCheckstyleId, getIds, getPmdId, isJreOnly, isProductionReady, walkNode
-
Methods inherited from interface eu.solven.cleanthat.language.java.rules.meta.IRuleExternalUrls
checkstyleUrl, pmdUrl
-
-
-
-
Method Detail
-
minimalJavaVersion
public String minimalJavaVersion()
- Specified by:
minimalJavaVersion
in interfaceIClassTransformer
- Returns:
- the minimal JDK for which this rule is applicable. For instance, any rule related with diamond operator requires JDK1.5
-
sonarUrl
public String sonarUrl()
- Specified by:
sonarUrl
in interfaceIRuleExternalUrls
-
jsparrowUrl
public String jsparrowUrl()
- Specified by:
jsparrowUrl
in interfaceIRuleExternalUrls
-
getId
public String getId()
- Specified by:
getId
in interfaceIClassTransformer
-
processNotRecursively
protected boolean processNotRecursively(com.github.javaparser.ast.Node node)
- Overrides:
processNotRecursively
in classAJavaParserRule
-
-