Class MethodSmellReport
- java.lang.Object
-
- org.dddjava.jig.presentation.view.report.business_rule.MethodSmellReport
-
public class MethodSmellReport extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MethodSmellReport(MethodSmell angle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodDeclarationmethodDeclaration()booleannotUseMember()booleannullDecision()booleanprimitiveInterface()booleanreferenceNull()booleanreturnsBoolean()booleanreturnsVoid()CallerMethodstoMeRelation()
-
-
-
Constructor Detail
-
MethodSmellReport
public MethodSmellReport(MethodSmell angle)
-
-
Method Detail
-
methodDeclaration
public MethodDeclaration methodDeclaration()
-
toMeRelation
public CallerMethods toMeRelation()
-
notUseMember
public boolean notUseMember()
-
primitiveInterface
public boolean primitiveInterface()
-
returnsBoolean
public boolean returnsBoolean()
-
returnsVoid
public boolean returnsVoid()
-
referenceNull
public boolean referenceNull()
-
nullDecision
public boolean nullDecision()
-
-