Comparison results for https://github.com/pbattisson/AI-For-Salesforce-Developers.git

pmd7_2 took 12 seconds to run and found 205 violations

pmd7_3 took 15 seconds to run and found 205 violations

Among the 205 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /src/classes/KMeans.cls 1 21 5 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1 /src/classes/KMeans.cls 1 21 5 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /src/classes/KMeans.cls 2 9 4 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /src/classes/KMeans.cls 2 9 4 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3 /src/classes/KMeans.cls 2 2 2 8 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
3 /src/classes/KMeans.cls 2 2 2 8 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
4 /src/classes/LinearRegression.cls 1 21 39 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /src/classes/LinearRegression.cls 1 21 39 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /src/classes/LinearRegression.cls 6 23 6 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'x_train' doesn't match '[a-z][a-zA-Z0-9]*'
5 /src/classes/LinearRegression.cls 6 23 6 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'x_train' doesn't match '[a-z][a-zA-Z0-9]*'
6 /src/classes/LinearRegression.cls 7 23 7 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'y_train' doesn't match '[a-z][a-zA-Z0-9]*'
6 /src/classes/LinearRegression.cls 7 23 7 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'y_train' doesn't match '[a-z][a-zA-Z0-9]*'
7 /src/classes/LinearRegression.cls 9 9 12 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7 /src/classes/LinearRegression.cls 9 9 12 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8 /src/classes/LinearRegression.cls 9 26 9 45 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'x_data' doesn't match '[a-z][a-zA-Z0-9]*'
8 /src/classes/LinearRegression.cls 9 26 9 45 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'x_data' doesn't match '[a-z][a-zA-Z0-9]*'
9 /src/classes/LinearRegression.cls 9 47 9 66 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'y_data' doesn't match '[a-z][a-zA-Z0-9]*'
9 /src/classes/LinearRegression.cls 9 47 9 66 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'y_data' doesn't match '[a-z][a-zA-Z0-9]*'
10 /src/classes/LinearRegression.cls 14 9 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
10 /src/classes/LinearRegression.cls 14 9 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
11 /src/classes/LinearRegression.cls 15 10 15 41 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'mean_x' doesn't match '[a-z][a-zA-Z0-9]*'
11 /src/classes/LinearRegression.cls 15 10 15 41 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'mean_x' doesn't match '[a-z][a-zA-Z0-9]*'
12 /src/classes/LinearRegression.cls 16 10 16 41 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'mean_y' doesn't match '[a-z][a-zA-Z0-9]*'
12 /src/classes/LinearRegression.cls 16 10 16 41 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'mean_y' doesn't match '[a-z][a-zA-Z0-9]*'
13 /src/classes/LinearRegression.cls 21 9 23 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
13 /src/classes/LinearRegression.cls 21 9 23 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
14 /src/classes/LinearRegression.cls 25 9 38 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
14 /src/classes/LinearRegression.cls 25 9 38 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
15 /src/classes/LinearRegression.cls 27 11 27 37 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'num_items' doesn't match '[a-z][a-zA-Z0-9]*'
15 /src/classes/LinearRegression.cls 27 11 27 37 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'num_items' doesn't match '[a-z][a-zA-Z0-9]*'
16 /src/classes/LinearRegressionTest.cls 12 3 12 87 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
16 /src/classes/LinearRegressionTest.cls 12 3 12 87 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
17 /src/classes/LinearRegressionTest.cls 19 3 19 85 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
17 /src/classes/LinearRegressionTest.cls 19 3 19 85 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
18 /src/classes/MathUtil.cls 1 21 62 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
18 /src/classes/MathUtil.cls 1 21 62 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /src/classes/MathUtil.cls 3 16 12 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /src/classes/MathUtil.cls 3 16 12 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /src/classes/MathUtil.cls 14 16 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /src/classes/MathUtil.cls 14 16 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /src/classes/MathUtil.cls 21 16 23 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /src/classes/MathUtil.cls 21 16 23 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
22 /src/classes/MathUtil.cls 31 16 43 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
22 /src/classes/MathUtil.cls 31 16 43 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
23 /src/classes/MathUtil.cls 45 16 61 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
23 /src/classes/MathUtil.cls 45 16 61 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
24 /src/classes/MathUtil.cls 46 10 46 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'mean_x' doesn't match '[a-z][a-zA-Z0-9]*'
24 /src/classes/MathUtil.cls 46 10 46 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'mean_x' doesn't match '[a-z][a-zA-Z0-9]*'
25 /src/classes/MathUtil.cls 47 10 47 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'mean_y' doesn't match '[a-z][a-zA-Z0-9]*'
25 /src/classes/MathUtil.cls 47 10 47 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'mean_y' doesn't match '[a-z][a-zA-Z0-9]*'
26 /src/classes/MathUtil.cls 48 10 48 38 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'std_x' doesn't match '[a-z][a-zA-Z0-9]*'
26 /src/classes/MathUtil.cls 48 10 48 38 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'std_x' doesn't match '[a-z][a-zA-Z0-9]*'
27 /src/classes/MathUtil.cls 49 10 49 38 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'std_y' doesn't match '[a-z][a-zA-Z0-9]*'
27 /src/classes/MathUtil.cls 49 10 49 38 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'std_y' doesn't match '[a-z][a-zA-Z0-9]*'
28 /src/classes/MathUtil.cls 53 10 53 16 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'x_diff' doesn't match '[a-z][a-zA-Z0-9]*'
28 /src/classes/MathUtil.cls 53 10 53 16 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'x_diff' doesn't match '[a-z][a-zA-Z0-9]*'
29 /src/classes/MathUtil.cls 53 18 53 24 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'y_diff' doesn't match '[a-z][a-zA-Z0-9]*'
29 /src/classes/MathUtil.cls 53 18 53 24 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'y_diff' doesn't match '[a-z][a-zA-Z0-9]*'
30 /src/classes/MathUtil.cls 53 3 53 24 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
30 /src/classes/MathUtil.cls 53 3 53 24 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
31 /src/classes/MathUtilTest.cls 9 3 9 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
31 /src/classes/MathUtilTest.cls 9 3 9 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
32 /src/classes/MathUtilTest.cls 14 3 14 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
32 /src/classes/MathUtilTest.cls 14 3 14 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
33 /src/classes/MathUtilTest.cls 19 3 19 92 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
33 /src/classes/MathUtilTest.cls 19 3 19 92 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
34 /src/classes/MathUtilTest.cls 24 3 24 81 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
34 /src/classes/MathUtilTest.cls 24 3 24 81 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
35 /src/classes/MathUtilTest.cls 29 3 29 103 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
35 /src/classes/MathUtilTest.cls 29 3 29 103 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
36 /src/classes/Matrix.cls 9 9 9 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
36 /src/classes/Matrix.cls 9 9 9 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
37 /src/classes/Matrix.cls 10 9 10 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
37 /src/classes/Matrix.cls 10 9 10 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
38 /src/classes/Matrix.cls 13 29 13 37 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'elements' should be before method declarations in its class
38 /src/classes/Matrix.cls 13 29 13 37 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'elements' should be before method declarations in its class
39 /src/classes/Matrix.cls 16 9 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
39 /src/classes/Matrix.cls 16 9 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
40 /src/classes/Matrix.cls 16 16 16 31 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'JSONData' doesn't match '[a-z][a-zA-Z0-9]*'
40 /src/classes/Matrix.cls 16 16 16 31 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'JSONData' doesn't match '[a-z][a-zA-Z0-9]*'
41 /src/classes/Matrix.cls 22 9 31 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
41 /src/classes/Matrix.cls 22 9 31 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
42 /src/classes/Matrix.cls 34 9 40 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
42 /src/classes/Matrix.cls 34 9 40 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
43 /src/classes/Matrix.cls 43 9 50 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
43 /src/classes/Matrix.cls 43 9 50 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
44 /src/classes/Matrix.cls 53 9 57 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
44 /src/classes/Matrix.cls 53 9 57 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
45 /src/classes/Matrix.cls 60 9 66 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
45 /src/classes/Matrix.cls 60 9 66 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
46 /src/classes/Matrix.cls 69 9 71 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
46 /src/classes/Matrix.cls 69 9 71 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
47 /src/classes/Matrix.cls 74 9 76 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
47 /src/classes/Matrix.cls 74 9 76 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
48 /src/classes/Matrix.cls 79 9 81 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
48 /src/classes/Matrix.cls 79 9 81 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
49 /src/classes/Matrix.cls 79 9 81 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'Zeros' doesn't match '[a-z][a-zA-Z0-9]*'
49 /src/classes/Matrix.cls 79 9 81 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'Zeros' doesn't match '[a-z][a-zA-Z0-9]*'
50 /src/classes/Matrix.cls 84 9 93 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
50 /src/classes/Matrix.cls 84 9 93 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
51 /src/classes/Matrix.cls 84 9 93 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'Print' doesn't match '[a-z][a-zA-Z0-9]*'
51 /src/classes/Matrix.cls 84 9 93 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'Print' doesn't match '[a-z][a-zA-Z0-9]*'
52 /src/classes/Matrix.cls 96 9 105 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
52 /src/classes/Matrix.cls 96 9 105 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
53 /src/classes/Matrix.cls 108 9 114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
53 /src/classes/Matrix.cls 108 9 114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
54 /src/classes/Matrix.cls 117 9 119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
54 /src/classes/Matrix.cls 117 9 119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
55 /src/classes/MatrixOperations.cls 1 8 121 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
55 /src/classes/MatrixOperations.cls 1 8 121 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
56 /src/classes/MatrixOperations.cls 3 16 25 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
56 /src/classes/MatrixOperations.cls 3 16 25 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
57 /src/classes/MatrixOperations.cls 3 32 3 40 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
57 /src/classes/MatrixOperations.cls 3 32 3 40 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
58 /src/classes/MatrixOperations.cls 3 42 3 50 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
58 /src/classes/MatrixOperations.cls 3 42 3 50 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
59 /src/classes/MatrixOperations.cls 9 11 9 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
59 /src/classes/MatrixOperations.cls 9 11 9 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
60 /src/classes/MatrixOperations.cls 9 28 9 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
60 /src/classes/MatrixOperations.cls 9 28 9 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
61 /src/classes/MatrixOperations.cls 9 48 9 66 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_cols' doesn't match '[a-z][a-zA-Z0-9]*'
61 /src/classes/MatrixOperations.cls 9 48 9 66 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_cols' doesn't match '[a-z][a-zA-Z0-9]*'
62 /src/classes/MatrixOperations.cls 9 3 9 66 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
62 /src/classes/MatrixOperations.cls 9 3 9 66 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
63 /src/classes/MatrixOperations.cls 11 10 11 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
63 /src/classes/MatrixOperations.cls 11 10 11 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
64 /src/classes/MatrixOperations.cls 15 17 15 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
64 /src/classes/MatrixOperations.cls 15 17 15 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
65 /src/classes/MatrixOperations.cls 27 16 39 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
65 /src/classes/MatrixOperations.cls 27 16 39 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
66 /src/classes/MatrixOperations.cls 27 33 27 41 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
66 /src/classes/MatrixOperations.cls 27 33 27 41 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
67 /src/classes/MatrixOperations.cls 28 11 28 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
67 /src/classes/MatrixOperations.cls 28 11 28 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
68 /src/classes/MatrixOperations.cls 28 28 28 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
68 /src/classes/MatrixOperations.cls 28 28 28 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
69 /src/classes/MatrixOperations.cls 28 3 28 46 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
69 /src/classes/MatrixOperations.cls 28 3 28 46 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
70 /src/classes/MatrixOperations.cls 30 10 30 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
70 /src/classes/MatrixOperations.cls 30 10 30 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
71 /src/classes/MatrixOperations.cls 32 17 32 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
71 /src/classes/MatrixOperations.cls 32 17 32 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
72 /src/classes/MatrixOperations.cls 41 16 61 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
72 /src/classes/MatrixOperations.cls 41 16 61 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
73 /src/classes/MatrixOperations.cls 41 27 41 35 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
73 /src/classes/MatrixOperations.cls 41 27 41 35 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
74 /src/classes/MatrixOperations.cls 41 37 41 45 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
74 /src/classes/MatrixOperations.cls 41 37 41 45 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
75 /src/classes/MatrixOperations.cls 47 11 47 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
75 /src/classes/MatrixOperations.cls 47 11 47 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
76 /src/classes/MatrixOperations.cls 47 28 47 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
76 /src/classes/MatrixOperations.cls 47 28 47 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
77 /src/classes/MatrixOperations.cls 47 48 47 63 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_rows' doesn't match '[a-z][a-zA-Z0-9]*'
77 /src/classes/MatrixOperations.cls 47 48 47 63 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_rows' doesn't match '[a-z][a-zA-Z0-9]*'
78 /src/classes/MatrixOperations.cls 47 65 47 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_cols' doesn't match '[a-z][a-zA-Z0-9]*'
78 /src/classes/MatrixOperations.cls 47 65 47 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_cols' doesn't match '[a-z][a-zA-Z0-9]*'
79 /src/classes/MatrixOperations.cls 47 3 47 83 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
79 /src/classes/MatrixOperations.cls 47 3 47 83 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
80 /src/classes/MatrixOperations.cls 47 48 47 63 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_rows' defined but not used
80 /src/classes/MatrixOperations.cls 47 48 47 63 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_rows' defined but not used
81 /src/classes/MatrixOperations.cls 47 65 47 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_cols' defined but not used
81 /src/classes/MatrixOperations.cls 47 65 47 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_cols' defined but not used
82 /src/classes/MatrixOperations.cls 49 10 49 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
82 /src/classes/MatrixOperations.cls 49 10 49 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
83 /src/classes/MatrixOperations.cls 52 17 52 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
83 /src/classes/MatrixOperations.cls 52 17 52 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
84 /src/classes/MatrixOperations.cls 52 38 52 57 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_row' doesn't match '[a-z][a-zA-Z0-9]*'
84 /src/classes/MatrixOperations.cls 52 38 52 57 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_row' doesn't match '[a-z][a-zA-Z0-9]*'
85 /src/classes/MatrixOperations.cls 52 59 52 85 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C_row' doesn't match '[a-z][a-zA-Z0-9]*'
85 /src/classes/MatrixOperations.cls 52 59 52 85 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C_row' doesn't match '[a-z][a-zA-Z0-9]*'
86 /src/classes/MatrixOperations.cls 52 4 52 85 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
86 /src/classes/MatrixOperations.cls 52 4 52 85 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
87 /src/classes/MatrixOperations.cls 63 16 83 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
87 /src/classes/MatrixOperations.cls 63 16 83 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
88 /src/classes/MatrixOperations.cls 63 32 63 40 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
88 /src/classes/MatrixOperations.cls 63 32 63 40 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
89 /src/classes/MatrixOperations.cls 63 42 63 50 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
89 /src/classes/MatrixOperations.cls 63 42 63 50 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
90 /src/classes/MatrixOperations.cls 69 11 69 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
90 /src/classes/MatrixOperations.cls 69 11 69 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
91 /src/classes/MatrixOperations.cls 69 28 69 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
91 /src/classes/MatrixOperations.cls 69 28 69 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
92 /src/classes/MatrixOperations.cls 69 48 69 63 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_rows' doesn't match '[a-z][a-zA-Z0-9]*'
92 /src/classes/MatrixOperations.cls 69 48 69 63 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_rows' doesn't match '[a-z][a-zA-Z0-9]*'
93 /src/classes/MatrixOperations.cls 69 65 69 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_cols' doesn't match '[a-z][a-zA-Z0-9]*'
93 /src/classes/MatrixOperations.cls 69 65 69 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_cols' doesn't match '[a-z][a-zA-Z0-9]*'
94 /src/classes/MatrixOperations.cls 69 3 69 83 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
94 /src/classes/MatrixOperations.cls 69 3 69 83 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
95 /src/classes/MatrixOperations.cls 69 48 69 63 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_rows' defined but not used
95 /src/classes/MatrixOperations.cls 69 48 69 63 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_rows' defined but not used
96 /src/classes/MatrixOperations.cls 69 65 69 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_cols' defined but not used
96 /src/classes/MatrixOperations.cls 69 65 69 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_cols' defined but not used
97 /src/classes/MatrixOperations.cls 71 10 71 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
97 /src/classes/MatrixOperations.cls 71 10 71 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
98 /src/classes/MatrixOperations.cls 74 17 74 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
98 /src/classes/MatrixOperations.cls 74 17 74 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
99 /src/classes/MatrixOperations.cls 74 38 74 57 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_row' doesn't match '[a-z][a-zA-Z0-9]*'
99 /src/classes/MatrixOperations.cls 74 38 74 57 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_row' doesn't match '[a-z][a-zA-Z0-9]*'
100 /src/classes/MatrixOperations.cls 74 59 74 85 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C_row' doesn't match '[a-z][a-zA-Z0-9]*'
100 /src/classes/MatrixOperations.cls 74 59 74 85 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C_row' doesn't match '[a-z][a-zA-Z0-9]*'
101 /src/classes/MatrixOperations.cls 74 4 74 85 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
101 /src/classes/MatrixOperations.cls 74 4 74 85 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
102 /src/classes/MatrixOperations.cls 85 16 105 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
102 /src/classes/MatrixOperations.cls 85 16 105 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
103 /src/classes/MatrixOperations.cls 85 41 85 49 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
103 /src/classes/MatrixOperations.cls 85 41 85 49 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
104 /src/classes/MatrixOperations.cls 85 51 85 59 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
104 /src/classes/MatrixOperations.cls 85 51 85 59 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
105 /src/classes/MatrixOperations.cls 91 11 91 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
105 /src/classes/MatrixOperations.cls 91 11 91 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
106 /src/classes/MatrixOperations.cls 91 28 91 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
106 /src/classes/MatrixOperations.cls 91 28 91 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
107 /src/classes/MatrixOperations.cls 91 48 91 63 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_rows' doesn't match '[a-z][a-zA-Z0-9]*'
107 /src/classes/MatrixOperations.cls 91 48 91 63 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_rows' doesn't match '[a-z][a-zA-Z0-9]*'
108 /src/classes/MatrixOperations.cls 91 65 91 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_cols' doesn't match '[a-z][a-zA-Z0-9]*'
108 /src/classes/MatrixOperations.cls 91 65 91 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_cols' doesn't match '[a-z][a-zA-Z0-9]*'
109 /src/classes/MatrixOperations.cls 91 3 91 83 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
109 /src/classes/MatrixOperations.cls 91 3 91 83 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
110 /src/classes/MatrixOperations.cls 91 48 91 63 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_rows' defined but not used
110 /src/classes/MatrixOperations.cls 91 48 91 63 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_rows' defined but not used
111 /src/classes/MatrixOperations.cls 91 65 91 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_cols' defined but not used
111 /src/classes/MatrixOperations.cls 91 65 91 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'B_cols' defined but not used
112 /src/classes/MatrixOperations.cls 93 10 93 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
112 /src/classes/MatrixOperations.cls 93 10 93 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
113 /src/classes/MatrixOperations.cls 96 17 96 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
113 /src/classes/MatrixOperations.cls 96 17 96 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
114 /src/classes/MatrixOperations.cls 96 38 96 57 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_row' doesn't match '[a-z][a-zA-Z0-9]*'
114 /src/classes/MatrixOperations.cls 96 38 96 57 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B_row' doesn't match '[a-z][a-zA-Z0-9]*'
115 /src/classes/MatrixOperations.cls 96 59 96 85 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C_row' doesn't match '[a-z][a-zA-Z0-9]*'
115 /src/classes/MatrixOperations.cls 96 59 96 85 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C_row' doesn't match '[a-z][a-zA-Z0-9]*'
116 /src/classes/MatrixOperations.cls 96 4 96 85 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
116 /src/classes/MatrixOperations.cls 96 4 96 85 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
117 /src/classes/MatrixOperations.cls 107 16 120 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
117 /src/classes/MatrixOperations.cls 107 16 120 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
118 /src/classes/MatrixOperations.cls 107 41 107 49 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
118 /src/classes/MatrixOperations.cls 107 41 107 49 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
119 /src/classes/MatrixOperations.cls 109 11 109 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
119 /src/classes/MatrixOperations.cls 109 11 109 26 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_rows' doesn't match '[a-z][a-zA-Z0-9]*'
120 /src/classes/MatrixOperations.cls 109 28 109 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
120 /src/classes/MatrixOperations.cls 109 28 109 46 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_cols' doesn't match '[a-z][a-zA-Z0-9]*'
121 /src/classes/MatrixOperations.cls 109 3 109 46 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
121 /src/classes/MatrixOperations.cls 109 3 109 46 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
122 /src/classes/MatrixOperations.cls 112 17 112 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
122 /src/classes/MatrixOperations.cls 112 17 112 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row' doesn't match '[a-z][a-zA-Z0-9]*'
123 /src/classes/MatrixOperations.cls 112 38 112 68 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row_exp' doesn't match '[a-z][a-zA-Z0-9]*'
123 /src/classes/MatrixOperations.cls 112 38 112 68 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_row_exp' doesn't match '[a-z][a-zA-Z0-9]*'
124 /src/classes/MatrixOperations.cls 112 4 112 68 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
124 /src/classes/MatrixOperations.cls 112 4 112 68 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
125 /src/classes/MatrixOperationsTest.cls 4 24 4 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'JSONString' doesn't match '[a-z][a-zA-Z0-9]*'
125 /src/classes/MatrixOperationsTest.cls 4 24 4 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'JSONString' doesn't match '[a-z][a-zA-Z0-9]*'
126 /src/classes/MatrixOperationsTest.cls 8 10 8 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
126 /src/classes/MatrixOperationsTest.cls 8 10 8 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
127 /src/classes/MatrixOperationsTest.cls 9 10 9 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
127 /src/classes/MatrixOperationsTest.cls 9 10 9 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
128 /src/classes/MatrixOperationsTest.cls 22 10 22 45 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
128 /src/classes/MatrixOperationsTest.cls 22 10 22 45 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
129 /src/classes/MatrixOperationsTest.cls 24 3 24 33 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
129 /src/classes/MatrixOperationsTest.cls 24 3 24 33 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
130 /src/classes/MatrixOperationsTest.cls 25 3 25 36 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
130 /src/classes/MatrixOperationsTest.cls 25 3 25 36 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
131 /src/classes/MatrixOperationsTest.cls 26 3 26 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
131 /src/classes/MatrixOperationsTest.cls 26 3 26 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
132 /src/classes/MatrixOperationsTest.cls 27 3 27 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
132 /src/classes/MatrixOperationsTest.cls 27 3 27 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
133 /src/classes/MatrixOperationsTest.cls 28 3 28 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
133 /src/classes/MatrixOperationsTest.cls 28 3 28 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
134 /src/classes/MatrixOperationsTest.cls 29 3 29 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
134 /src/classes/MatrixOperationsTest.cls 29 3 29 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
135 /src/classes/MatrixOperationsTest.cls 35 10 35 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
135 /src/classes/MatrixOperationsTest.cls 35 10 35 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
136 /src/classes/MatrixOperationsTest.cls 36 10 36 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
136 /src/classes/MatrixOperationsTest.cls 36 10 36 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
137 /src/classes/MatrixOperationsTest.cls 38 3 38 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
137 /src/classes/MatrixOperationsTest.cls 38 3 38 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
138 /src/classes/MatrixOperationsTest.cls 45 10 45 60 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
138 /src/classes/MatrixOperationsTest.cls 45 10 45 60 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
139 /src/classes/MatrixOperationsTest.cls 47 3 47 33 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
139 /src/classes/MatrixOperationsTest.cls 47 3 47 33 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
140 /src/classes/MatrixOperationsTest.cls 48 3 48 36 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
140 /src/classes/MatrixOperationsTest.cls 48 3 48 36 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
141 /src/classes/MatrixOperationsTest.cls 49 3 49 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
141 /src/classes/MatrixOperationsTest.cls 49 3 49 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
142 /src/classes/MatrixOperationsTest.cls 50 3 50 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
142 /src/classes/MatrixOperationsTest.cls 50 3 50 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
143 /src/classes/MatrixOperationsTest.cls 51 3 51 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
143 /src/classes/MatrixOperationsTest.cls 51 3 51 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
144 /src/classes/MatrixOperationsTest.cls 52 3 52 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
144 /src/classes/MatrixOperationsTest.cls 52 3 52 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
145 /src/classes/MatrixOperationsTest.cls 54 10 54 48 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_tran' doesn't match '[a-z][a-zA-Z0-9]*'
145 /src/classes/MatrixOperationsTest.cls 54 10 54 48 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A_tran' doesn't match '[a-z][a-zA-Z0-9]*'
146 /src/classes/MatrixOperationsTest.cls 56 3 56 38 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
146 /src/classes/MatrixOperationsTest.cls 56 3 56 38 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
147 /src/classes/MatrixOperationsTest.cls 57 3 57 41 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
147 /src/classes/MatrixOperationsTest.cls 57 3 57 41 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
148 /src/classes/MatrixOperationsTest.cls 58 3 58 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
148 /src/classes/MatrixOperationsTest.cls 58 3 58 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
149 /src/classes/MatrixOperationsTest.cls 59 3 59 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
149 /src/classes/MatrixOperationsTest.cls 59 3 59 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
150 /src/classes/MatrixOperationsTest.cls 60 3 60 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
150 /src/classes/MatrixOperationsTest.cls 60 3 60 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
151 /src/classes/MatrixOperationsTest.cls 61 3 61 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
151 /src/classes/MatrixOperationsTest.cls 61 3 61 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
152 /src/classes/MatrixOperationsTest.cls 67 10 67 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
152 /src/classes/MatrixOperationsTest.cls 67 10 67 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
153 /src/classes/MatrixOperationsTest.cls 68 10 68 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
153 /src/classes/MatrixOperationsTest.cls 68 10 68 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
154 /src/classes/MatrixOperationsTest.cls 70 10 70 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
154 /src/classes/MatrixOperationsTest.cls 70 10 70 40 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
155 /src/classes/MatrixOperationsTest.cls 72 3 72 38 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
155 /src/classes/MatrixOperationsTest.cls 72 3 72 38 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
156 /src/classes/MatrixOperationsTest.cls 73 3 73 44 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
156 /src/classes/MatrixOperationsTest.cls 73 3 73 44 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
157 /src/classes/MatrixOperationsTest.cls 77 5 77 66 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
157 /src/classes/MatrixOperationsTest.cls 77 5 77 66 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
158 /src/classes/MatrixOperationsTest.cls 84 10 84 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
158 /src/classes/MatrixOperationsTest.cls 84 10 84 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
159 /src/classes/MatrixOperationsTest.cls 85 10 85 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
159 /src/classes/MatrixOperationsTest.cls 85 10 85 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
160 /src/classes/MatrixOperationsTest.cls 87 3 87 56 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
160 /src/classes/MatrixOperationsTest.cls 87 3 87 56 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
161 /src/classes/MatrixOperationsTest.cls 92 10 92 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
161 /src/classes/MatrixOperationsTest.cls 92 10 92 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
162 /src/classes/MatrixOperationsTest.cls 93 10 93 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
162 /src/classes/MatrixOperationsTest.cls 93 10 93 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
163 /src/classes/MatrixOperationsTest.cls 95 10 95 45 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
163 /src/classes/MatrixOperationsTest.cls 95 10 95 45 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
164 /src/classes/MatrixOperationsTest.cls 97 3 97 38 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
164 /src/classes/MatrixOperationsTest.cls 97 3 97 38 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
165 /src/classes/MatrixOperationsTest.cls 98 3 98 44 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
165 /src/classes/MatrixOperationsTest.cls 98 3 98 44 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
166 /src/classes/MatrixOperationsTest.cls 102 5 102 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
166 /src/classes/MatrixOperationsTest.cls 102 5 102 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
167 /src/classes/MatrixOperationsTest.cls 109 10 109 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
167 /src/classes/MatrixOperationsTest.cls 109 10 109 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
168 /src/classes/MatrixOperationsTest.cls 110 10 110 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
168 /src/classes/MatrixOperationsTest.cls 110 10 110 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
169 /src/classes/MatrixOperationsTest.cls 112 3 112 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
169 /src/classes/MatrixOperationsTest.cls 112 3 112 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
170 /src/classes/MatrixOperationsTest.cls 117 10 117 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
170 /src/classes/MatrixOperationsTest.cls 117 10 117 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
171 /src/classes/MatrixOperationsTest.cls 118 10 118 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
171 /src/classes/MatrixOperationsTest.cls 118 10 118 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
172 /src/classes/MatrixOperationsTest.cls 120 10 120 54 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
172 /src/classes/MatrixOperationsTest.cls 120 10 120 54 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'C' doesn't match '[a-z][a-zA-Z0-9]*'
173 /src/classes/MatrixOperationsTest.cls 122 3 122 38 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
173 /src/classes/MatrixOperationsTest.cls 122 3 122 38 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
174 /src/classes/MatrixOperationsTest.cls 123 3 123 44 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
174 /src/classes/MatrixOperationsTest.cls 123 3 123 44 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
175 /src/classes/MatrixOperationsTest.cls 127 5 127 77 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
175 /src/classes/MatrixOperationsTest.cls 127 5 127 77 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
176 /src/classes/MatrixOperationsTest.cls 134 10 134 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
176 /src/classes/MatrixOperationsTest.cls 134 10 134 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
177 /src/classes/MatrixOperationsTest.cls 135 10 135 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
177 /src/classes/MatrixOperationsTest.cls 135 10 135 29 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
178 /src/classes/MatrixOperationsTest.cls 137 3 137 70 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
178 /src/classes/MatrixOperationsTest.cls 137 3 137 70 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
179 /src/classes/MatrixOperationsTest.cls 145 10 145 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
179 /src/classes/MatrixOperationsTest.cls 145 10 145 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
180 /src/classes/MatrixOperationsTest.cls 146 10 146 54 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
180 /src/classes/MatrixOperationsTest.cls 146 10 146 54 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'B' doesn't match '[a-z][a-zA-Z0-9]*'
181 /src/classes/MatrixOperationsTest.cls 148 3 148 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
181 /src/classes/MatrixOperationsTest.cls 148 3 148 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
182 /src/classes/MatrixOperationsTest.cls 149 3 149 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
182 /src/classes/MatrixOperationsTest.cls 149 3 149 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
183 /src/classes/MatrixOperationsTest.cls 150 3 150 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
183 /src/classes/MatrixOperationsTest.cls 150 3 150 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
184 /src/classes/MatrixOperationsTest.cls 151 3 151 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
184 /src/classes/MatrixOperationsTest.cls 151 3 151 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
185 /src/classes/MatrixTest.cls 4 24 4 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'JSONString' doesn't match '[a-z][a-zA-Z0-9]*'
185 /src/classes/MatrixTest.cls 4 24 4 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'JSONString' doesn't match '[a-z][a-zA-Z0-9]*'
186 /src/classes/MatrixTest.cls 10 10 10 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
186 /src/classes/MatrixTest.cls 10 10 10 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
187 /src/classes/MatrixTest.cls 11 3 11 33 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
187 /src/classes/MatrixTest.cls 11 3 11 33 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
188 /src/classes/MatrixTest.cls 12 3 12 36 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
188 /src/classes/MatrixTest.cls 12 3 12 36 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
189 /src/classes/MatrixTest.cls 17 10 17 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
189 /src/classes/MatrixTest.cls 17 10 17 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
190 /src/classes/MatrixTest.cls 20 3 20 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
190 /src/classes/MatrixTest.cls 20 3 20 45 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
191 /src/classes/MatrixTest.cls 25 10 25 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
191 /src/classes/MatrixTest.cls 25 10 25 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
192 /src/classes/MatrixTest.cls 28 3 28 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
192 /src/classes/MatrixTest.cls 28 3 28 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
193 /src/classes/MatrixTest.cls 33 10 33 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
193 /src/classes/MatrixTest.cls 33 10 33 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
194 /src/classes/MatrixTest.cls 34 3 34 33 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
194 /src/classes/MatrixTest.cls 34 3 34 33 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
195 /src/classes/MatrixTest.cls 35 3 35 36 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
195 /src/classes/MatrixTest.cls 35 3 35 36 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
196 /src/classes/MatrixTest.cls 43 3 43 33 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
196 /src/classes/MatrixTest.cls 43 3 43 33 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
197 /src/classes/MatrixTest.cls 44 3 44 36 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
197 /src/classes/MatrixTest.cls 44 3 44 36 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
198 /src/classes/MatrixTest.cls 49 10 49 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
198 /src/classes/MatrixTest.cls 49 10 49 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
199 /src/classes/MatrixTest.cls 54 5 54 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
199 /src/classes/MatrixTest.cls 54 5 54 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
200 /src/classes/MatrixTest.cls 61 10 61 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
200 /src/classes/MatrixTest.cls 61 10 61 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
201 /src/classes/MatrixTest.cls 62 3 62 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
201 /src/classes/MatrixTest.cls 62 3 62 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
202 /src/classes/MatrixTest.cls 67 10 67 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
202 /src/classes/MatrixTest.cls 67 10 67 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
203 /src/classes/MatrixTest.cls 68 3 68 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
203 /src/classes/MatrixTest.cls 68 3 68 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
204 /src/classes/MatrixTest.cls 73 10 73 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
204 /src/classes/MatrixTest.cls 73 10 73 36 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'A' doesn't match '[a-z][a-zA-Z0-9]*'
205 /src/classes/MatrixTest.cls 74 3 74 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
205 /src/classes/MatrixTest.cls 74 3 74 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.