Conversation
💚 PMD Analysis: No issues found |
f01f21c to
a615e56
Compare
💚 PMD Analysis: No issues found |
💚 Deployment Validation Results:
|
a615e56 to
ff2480f
Compare
💚 PMD Analysis: No issues found |
ff2480f to
78c1f64
Compare
💔 PMD Analysis: 8 issues foundSummary:
Issues list📄 force-app/main/default/classes/DynamicSOQL.cls
Rule DetailsMethods that are highly complex are difficult to read and more costly to maintain. If you include too much decisional Cognitive complexity is a measure of how difficult it is for humans to read and understand a method. Code that contains Information about Cognitive complexity can be found in the original paper here: By default, this rule reports methods with a complexity of 15 or more. Reported methods should be broken down into less
Rule DetailsThe complexity of methods directly affects maintenance costs and readability. Concentrating too much decisional logic Cyclomatic complexity assesses the complexity of a method by counting the number of decision points in a method, Generally, numbers ranging from 1-4 denote low complexity, 5-7 denote moderate complexity, 8-10 denote Reported methods should be broken down into several smaller methods. Reported classes should probably be broken down
Rule DetailsThis rule finds When using Lazy loading Properties:
Rule DetailsMethods that are highly complex are difficult to read and more costly to maintain. If you include too much decisional Cognitive complexity is a measure of how difficult it is for humans to read and understand a method. Code that contains Information about Cognitive complexity can be found in the original paper here: By default, this rule reports methods with a complexity of 15 or more. Reported methods should be broken down into less 📄 force-app/main/default/classes/DynamicSOQLConditionBlock.cls
Rule DetailsMethods that are highly complex are difficult to read and more costly to maintain. If you include too much decisional Cognitive complexity is a measure of how difficult it is for humans to read and understand a method. Code that contains Information about Cognitive complexity can be found in the original paper here: By default, this rule reports methods with a complexity of 15 or more. Reported methods should be broken down into less 📄 force-app/main/default/classes/DynamicSOQLOrderBy.cls🛑 AvoidBooleanMethodParameters (Design) - Line 15:56
Rule DetailsBoolean parameters in a system's API can make method calls difficult to understand and 🛑 AvoidBooleanMethodParameters (Design) - Line 19:56
Rule DetailsBoolean parameters in a system's API can make method calls difficult to understand and 🛑 AvoidBooleanMethodParameters (Design) - Line 19:72
Rule DetailsBoolean parameters in a system's API can make method calls difficult to understand and |
💚 Deployment Validation Results:
|
1 similar comment
💚 Deployment Validation Results:
|
No description provided.