Class MethodSmell
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.domains.businessrules.MethodSmell
-
public class MethodSmell extends java.lang.Objectメソッドの不吉なにおい
-
-
Constructor Summary
Constructors Constructor Description MethodSmell(JigMethod method, FieldDeclarations fieldDeclarations, MethodRelations methodRelations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallerMethodscallerMethods()booleanhasSmell()MethodDeclarationmethodDeclaration()booleannotUseMember()booleannullDecision()booleanprimitiveInterface()booleanreferenceNull()booleanreturnsBoolean()booleanreturnsVoid()
-
-
-
Constructor Detail
-
MethodSmell
public MethodSmell(JigMethod method, FieldDeclarations fieldDeclarations, MethodRelations methodRelations)
-
-
Method Detail
-
methodDeclaration
public MethodDeclaration methodDeclaration()
-
notUseMember
public boolean notUseMember()
-
primitiveInterface
public boolean primitiveInterface()
-
returnsBoolean
public boolean returnsBoolean()
-
hasSmell
public boolean hasSmell()
-
referenceNull
public boolean referenceNull()
-
nullDecision
public boolean nullDecision()
-
callerMethods
public CallerMethods callerMethods()
-
returnsVoid
public boolean returnsVoid()
-
-