Class AvoidFileStream
java.lang.Object
eu.solven.cleanthat.engine.java.refactorer.AJavaParserMutator
eu.solven.cleanthat.engine.java.refactorer.ATodoJavaParserMutator
eu.solven.cleanthat.engine.java.refactorer.mutators.AvoidFileStream
- All Implemented Interfaces:
IMutator
,IRuleExternalReferences
@Deprecated(since="Not-ready")
public class AvoidFileStream
extends ATodoJavaParserMutator
implements IMutator
Deprecated.
- Author:
- Benoit Lacelle
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.solven.cleanthat.engine.java.refactorer.ATodoJavaParserMutator
isDraft, walkNode
Methods inherited from class eu.solven.cleanthat.engine.java.refactorer.AJavaParserMutator
getThreadJavaParser, onMethodName, optResolvedType, processNotRecursively, replaceNode, scopeHasRequiredType, scopeHasRequiredType, tryReplace
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.engine.java.refactorer.meta.IMutator
getId, getIds, isDraft, isJreOnly, walkNode
Methods inherited from interface eu.solven.cleanthat.engine.java.refactorer.meta.IRuleExternalReferences
checkstyleUrl, getCheckstyleId, getCleanthatId, getSonarId, jsparrowUrl, sonarUrl
-
Constructor Details
-
AvoidFileStream
public AvoidFileStream()Deprecated.
-
-
Method Details
-
minimalJavaVersion
Deprecated.- Specified by:
minimalJavaVersion
in interfaceIMutator
- Overrides:
minimalJavaVersion
in classATodoJavaParserMutator
- Returns:
- the minimal JDK for which this rule is applicable. For instance, any rule related with diamond operator requires JDK1.5
-
getPmdId
Deprecated.- Specified by:
getPmdId
in interfaceIRuleExternalReferences
-
pmdUrl
Deprecated.- Specified by:
pmdUrl
in interfaceIRuleExternalReferences
-