pmd7_2 took 12 seconds to run and found 412 violations
pmd7_3 took 16 seconds to run and found 412 violations
Among the 412 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /src/classes/ffhttp_GoogleSheets.cls | 34 | 21 | 76 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1 | /src/classes/ffhttp_GoogleSheets.cls | 34 | 21 | 76 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2 | /src/classes/ffhttp_GoogleSheets.cls | 34 | 21 | 76 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheets' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2 | /src/classes/ffhttp_GoogleSheets.cls | 34 | 21 | 76 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheets' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3 | /src/classes/ffhttp_GoogleSheets.cls | 42 | 9 | 45 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3 | /src/classes/ffhttp_GoogleSheets.cls | 42 | 9 | 45 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4 | /src/classes/ffhttp_GoogleSheets.cls | 42 | 9 | 45 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
4 | /src/classes/ffhttp_GoogleSheets.cls | 42 | 9 | 45 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
5 | /src/classes/ffhttp_GoogleSheets.cls | 52 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5 | /src/classes/ffhttp_GoogleSheets.cls | 52 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
6 | /src/classes/ffhttp_GoogleSheets.cls | 62 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
6 | /src/classes/ffhttp_GoogleSheets.cls | 62 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
7 | /src/classes/ffhttp_GoogleSheets.cls | 72 | 9 | 75 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
7 | /src/classes/ffhttp_GoogleSheets.cls | 72 | 9 | 75 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
8 | /src/classes/ffhttp_GoogleSheetsCells.cls | 32 | 21 | 181 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
8 | /src/classes/ffhttp_GoogleSheetsCells.cls | 32 | 21 | 181 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
9 | /src/classes/ffhttp_GoogleSheetsCells.cls | 32 | 21 | 181 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsCells' doesn't match '[A-Z][a-zA-Z0-9_]*' |
9 | /src/classes/ffhttp_GoogleSheetsCells.cls | 32 | 21 | 181 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsCells' doesn't match '[A-Z][a-zA-Z0-9_]*' |
10 | /src/classes/ffhttp_GoogleSheetsCells.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
10 | /src/classes/ffhttp_GoogleSheetsCells.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
11 | /src/classes/ffhttp_GoogleSheetsCells.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
11 | /src/classes/ffhttp_GoogleSheetsCells.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
12 | /src/classes/ffhttp_GoogleSheetsCells.cls | 52 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
12 | /src/classes/ffhttp_GoogleSheetsCells.cls | 52 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
13 | /src/classes/ffhttp_GoogleSheetsCells.cls | 52 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
13 | /src/classes/ffhttp_GoogleSheetsCells.cls | 52 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
14 | /src/classes/ffhttp_GoogleSheetsCells.cls | 65 | 9 | 69 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
14 | /src/classes/ffhttp_GoogleSheetsCells.cls | 65 | 9 | 69 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
15 | /src/classes/ffhttp_GoogleSheetsCells.cls | 65 | 9 | 69 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
15 | /src/classes/ffhttp_GoogleSheetsCells.cls | 65 | 9 | 69 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
16 | /src/classes/ffhttp_GoogleSheetsCells.cls | 75 | 9 | 80 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
16 | /src/classes/ffhttp_GoogleSheetsCells.cls | 75 | 9 | 80 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
17 | /src/classes/ffhttp_GoogleSheetsCells.cls | 75 | 9 | 80 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
17 | /src/classes/ffhttp_GoogleSheetsCells.cls | 75 | 9 | 80 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
18 | /src/classes/ffhttp_GoogleSheetsCells.cls | 75 | 9 | 80 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
18 | /src/classes/ffhttp_GoogleSheetsCells.cls | 75 | 9 | 80 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
19 | /src/classes/ffhttp_GoogleSheetsCells.cls | 82 | 9 | 87 | 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/ffhttp_GoogleSheetsCells.cls | 82 | 9 | 87 | 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/ffhttp_GoogleSheetsCells.cls | 89 | 9 | 94 | 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/ffhttp_GoogleSheetsCells.cls | 89 | 9 | 94 | 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/ffhttp_GoogleSheetsCells.cls | 96 | 9 | 101 | 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/ffhttp_GoogleSheetsCells.cls | 96 | 9 | 101 | 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/ffhttp_GoogleSheetsCells.cls | 107 | 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 @description |
22 | /src/classes/ffhttp_GoogleSheetsCells.cls | 107 | 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 @description |
23 | /src/classes/ffhttp_GoogleSheetsCells.cls | 116 | 9 | 122 | 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/ffhttp_GoogleSheetsCells.cls | 116 | 9 | 122 | 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/ffhttp_GoogleSheetsCells.cls | 124 | 9 | 171 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
24 | /src/classes/ffhttp_GoogleSheetsCells.cls | 124 | 9 | 171 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /src/classes/ffhttp_GoogleSheetsCells.cls | 135 | 10 | 138 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
25 | /src/classes/ffhttp_GoogleSheetsCells.cls | 135 | 10 | 138 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
26 | /src/classes/ffhttp_GoogleSheetsCells.cls | 135 | 10 | 138 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
26 | /src/classes/ffhttp_GoogleSheetsCells.cls | 135 | 10 | 138 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
27 | /src/classes/ffhttp_GoogleSheetsCells.cls | 139 | 10 | 143 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /src/classes/ffhttp_GoogleSheetsCells.cls | 139 | 10 | 143 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /src/classes/ffhttp_GoogleSheetsCells.cls | 144 | 10 | 147 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /src/classes/ffhttp_GoogleSheetsCells.cls | 144 | 10 | 147 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /src/classes/ffhttp_GoogleSheetsCells.cls | 148 | 10 | 152 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /src/classes/ffhttp_GoogleSheetsCells.cls | 148 | 10 | 152 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /src/classes/ffhttp_GoogleSheetsCells.cls | 153 | 10 | 156 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /src/classes/ffhttp_GoogleSheetsCells.cls | 153 | 10 | 156 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /src/classes/ffhttp_GoogleSheetsCells.cls | 157 | 10 | 161 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /src/classes/ffhttp_GoogleSheetsCells.cls | 157 | 10 | 161 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /src/classes/ffhttp_GoogleSheetsCells.cls | 162 | 10 | 165 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /src/classes/ffhttp_GoogleSheetsCells.cls | 162 | 10 | 165 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
33 | /src/classes/ffhttp_GoogleSheetsCells.cls | 166 | 10 | 170 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
33 | /src/classes/ffhttp_GoogleSheetsCells.cls | 166 | 10 | 170 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
34 | /src/classes/ffhttp_GoogleSheetsCells.cls | 173 | 9 | 180 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
34 | /src/classes/ffhttp_GoogleSheetsCells.cls | 173 | 9 | 180 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
35 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
36 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The abstract class name 'ffhttp_GoogleSheetsModelAbstractObject' doesn't match '[A-Z][a-zA-Z0-9_]*' |
36 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The abstract class name 'ffhttp_GoogleSheetsModelAbstractObject' doesn't match '[A-Z][a-zA-Z0-9_]*' |
37 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ffhttp_GoogleSheetsModelAbstractObject' has a total cognitive complexity of 170 (highest 21), current threshold is 50 |
37 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ffhttp_GoogleSheetsModelAbstractObject' has a total cognitive complexity of 170 (highest 21), current threshold is 50 |
38 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ffhttp_GoogleSheetsModelAbstractObject' has a total cyclomatic complexity of 51 (highest 13). |
38 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ffhttp_GoogleSheetsModelAbstractObject' has a total cyclomatic complexity of 51 (highest 13). |
39 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ffhttp_GoogleSheetsModelAbstractObject has 28 public methods, attributes, and properties (limit: 20) |
39 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ffhttp_GoogleSheetsModelAbstractObject has 28 public methods, attributes, and properties (limit: 20) |
40 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ffhttp_GoogleSheetsModelAbstractObject' has a Standard Cyclomatic Complexity of 2 (Highest = 11). |
40 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 33 | 30 | 492 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ffhttp_GoogleSheetsModelAbstractObject' has a Standard Cyclomatic Complexity of 2 (Highest = 11). |
41 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 112 | 17 | 112 | 21 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_id' doesn't match '[a-z][a-zA-Z0-9]*' |
41 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 112 | 17 | 112 | 21 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_id' doesn't match '[a-z][a-zA-Z0-9]*' |
42 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 113 | 17 | 113 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_updated' doesn't match '[a-z][a-zA-Z0-9]*' |
42 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 113 | 17 | 113 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_updated' doesn't match '[a-z][a-zA-Z0-9]*' |
43 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 114 | 17 | 114 | 24 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_title' doesn't match '[a-z][a-zA-Z0-9]*' |
43 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 114 | 17 | 114 | 24 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_title' doesn't match '[a-z][a-zA-Z0-9]*' |
44 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 115 | 17 | 115 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_content' doesn't match '[a-z][a-zA-Z0-9]*' |
44 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 115 | 17 | 115 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_content' doesn't match '[a-z][a-zA-Z0-9]*' |
45 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 116 | 17 | 116 | 25 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_scheme' doesn't match '[a-z][a-zA-Z0-9]*' |
45 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 116 | 17 | 116 | 25 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_scheme' doesn't match '[a-z][a-zA-Z0-9]*' |
46 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 117 | 17 | 117 | 23 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_term' doesn't match '[a-z][a-zA-Z0-9]*' |
46 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 117 | 17 | 117 | 23 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_term' doesn't match '[a-z][a-zA-Z0-9]*' |
47 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 118 | 41 | 118 | 49 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_author' doesn't match '[a-z][a-zA-Z0-9]*' |
47 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 118 | 41 | 118 | 49 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_author' doesn't match '[a-z][a-zA-Z0-9]*' |
48 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 119 | 17 | 119 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_version' doesn't match '[a-z][a-zA-Z0-9]*' |
48 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 119 | 17 | 119 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_version' doesn't match '[a-z][a-zA-Z0-9]*' |
49 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 121 | 55 | 121 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_hmRelToUrlLinks' doesn't match '[a-z][a-zA-Z0-9]*' |
49 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 121 | 55 | 121 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_hmRelToUrlLinks' doesn't match '[a-z][a-zA-Z0-9]*' |
50 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 126 | 9 | 135 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
50 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 126 | 9 | 135 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
51 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 126 | 9 | 135 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
51 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 126 | 9 | 135 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
52 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 136 | 9 | 152 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 136 | 9 | 152 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 154 | 9 | 157 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 154 | 9 | 157 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 159 | 9 | 166 | 6 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 159 | 9 | 166 | 6 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 167 | 9 | 171 | 3 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 167 | 9 | 171 | 3 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 172 | 9 | 176 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 172 | 9 | 176 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 178 | 17 | 181 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
57 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 178 | 17 | 181 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
58 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
58 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
59 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
59 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
60 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'readXml(Dom.XmlNode)' has a cognitive complexity of 21, current threshold is 15 |
60 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'readXml(Dom.XmlNode)' has a cognitive complexity of 21, current threshold is 15 |
61 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'readXml(Dom.XmlNode)' has a cyclomatic complexity of 13. |
61 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'readXml(Dom.XmlNode)' has a cyclomatic complexity of 13. |
62 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'readXml()' has an NCSS line count of 40 (limit: 40) |
62 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'readXml()' has an NCSS line count of 40 (limit: 40) |
63 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'readXml' has a Standard Cyclomatic Complexity of 11. |
63 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 186 | 17 | 238 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'readXml' has a Standard Cyclomatic Complexity of 11. |
64 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 240 | 17 | 288 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 240 | 17 | 288 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 240 | 17 | 288 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'writeXml()' has an NCSS line count of 44 (limit: 40) |
65 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 240 | 17 | 288 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'writeXml()' has an NCSS line count of 44 (limit: 40) |
66 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 293 | 9 | 302 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
66 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 293 | 9 | 302 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
67 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 293 | 9 | 302 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
67 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 293 | 9 | 302 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
68 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 293 | 9 | 302 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
68 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 293 | 9 | 302 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
69 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 307 | 9 | 310 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
69 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 307 | 9 | 310 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
70 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 307 | 9 | 310 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
70 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 307 | 9 | 310 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
71 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 312 | 9 | 322 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
71 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 312 | 9 | 322 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
72 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 327 | 9 | 330 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
72 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 327 | 9 | 330 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
73 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 327 | 9 | 330 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
73 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 327 | 9 | 330 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
74 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 331 | 9 | 335 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
74 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 331 | 9 | 335 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
75 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 336 | 9 | 339 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
75 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 336 | 9 | 339 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
76 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 340 | 9 | 344 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
76 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 340 | 9 | 344 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
77 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 345 | 9 | 348 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
77 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 345 | 9 | 348 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
78 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 349 | 9 | 353 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
78 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 349 | 9 | 353 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 354 | 9 | 357 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 354 | 9 | 357 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 358 | 9 | 362 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 358 | 9 | 362 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 363 | 9 | 366 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 363 | 9 | 366 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 367 | 9 | 371 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 367 | 9 | 371 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 372 | 9 | 375 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 372 | 9 | 375 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 376 | 9 | 380 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 376 | 9 | 380 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 381 | 9 | 384 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 381 | 9 | 384 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 385 | 9 | 389 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 385 | 9 | 389 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 390 | 9 | 393 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 390 | 9 | 393 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 394 | 9 | 398 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
88 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 394 | 9 | 398 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
89 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 403 | 9 | 491 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
89 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 403 | 9 | 491 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
90 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 405 | 19 | 405 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_totalResults' doesn't match '[a-z][a-zA-Z0-9]*' |
90 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 405 | 19 | 405 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_totalResults' doesn't match '[a-z][a-zA-Z0-9]*' |
91 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 406 | 19 | 406 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_startIndex' doesn't match '[a-z][a-zA-Z0-9]*' |
91 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 406 | 19 | 406 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_startIndex' doesn't match '[a-z][a-zA-Z0-9]*' |
92 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 408 | 23 | 408 | 42 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_listEntryApexType' doesn't match '[a-z][a-zA-Z0-9]*' |
92 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 408 | 23 | 408 | 42 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_listEntryApexType' doesn't match '[a-z][a-zA-Z0-9]*' |
93 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 410 | 41 | 410 | 48 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_items' doesn't match '[a-z][a-zA-Z0-9]*' |
93 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 410 | 41 | 410 | 48 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_items' doesn't match '[a-z][a-zA-Z0-9]*' |
94 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 412 | 10 | 416 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 412 | 10 | 416 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 418 | 10 | 422 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 418 | 10 | 422 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 427 | 19 | 445 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
96 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 427 | 19 | 445 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
97 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 427 | 19 | 445 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
97 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 427 | 19 | 445 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
98 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 469 | 10 | 472 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
98 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 469 | 10 | 472 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
99 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 469 | 10 | 472 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
99 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 469 | 10 | 472 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
100 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 473 | 10 | 477 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
100 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 473 | 10 | 477 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 478 | 10 | 481 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 478 | 10 | 481 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 482 | 10 | 486 | 4 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 482 | 10 | 486 | 4 | 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/ffhttp_GoogleSheetsModelAbstractObject.cls | 487 | 10 | 490 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
103 | /src/classes/ffhttp_GoogleSheetsModelAbstractObject.cls | 487 | 10 | 490 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
104 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 39 | 21 | 99 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
104 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 39 | 21 | 99 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
105 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 39 | 21 | 99 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelAuthor' doesn't match '[A-Z][a-zA-Z0-9_]*' |
105 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 39 | 21 | 99 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelAuthor' doesn't match '[A-Z][a-zA-Z0-9_]*' |
106 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 47 | 20 | 47 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_name' doesn't match '[a-z][a-zA-Z0-9]*' |
106 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 47 | 20 | 47 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_name' doesn't match '[a-z][a-zA-Z0-9]*' |
107 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 48 | 20 | 48 | 27 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_email' doesn't match '[a-z][a-zA-Z0-9]*' |
107 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 48 | 20 | 48 | 27 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_email' doesn't match '[a-z][a-zA-Z0-9]*' |
108 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 53 | 9 | 69 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
108 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 53 | 9 | 69 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
109 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 53 | 9 | 69 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
109 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 53 | 9 | 69 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
110 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 71 | 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 |
110 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 71 | 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 |
111 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 81 | 9 | 84 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
111 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 81 | 9 | 84 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
112 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 81 | 9 | 84 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
112 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 81 | 9 | 84 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
113 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 85 | 9 | 89 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
113 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 85 | 9 | 89 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
114 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 90 | 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 |
114 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 90 | 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 |
115 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 94 | 9 | 98 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
115 | /src/classes/ffhttp_GoogleSheetsModelAuthor.cls | 94 | 9 | 98 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
116 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 32 | 21 | 185 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
116 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 32 | 21 | 185 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
117 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 32 | 21 | 185 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelBatch' doesn't match '[A-Z][a-zA-Z0-9_]*' |
117 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 32 | 21 | 185 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelBatch' doesn't match '[A-Z][a-zA-Z0-9_]*' |
118 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 43 | 58 | 43 | 81 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_hmOperationToCellList' doesn't match '[a-z][a-zA-Z0-9]*' |
118 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 43 | 58 | 43 | 81 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_hmOperationToCellList' doesn't match '[a-z][a-zA-Z0-9]*' |
119 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 45 | 58 | 45 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_hmErrorToCellList' doesn't match '[a-z][a-zA-Z0-9]*' |
119 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 45 | 58 | 45 | 77 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_hmErrorToCellList' doesn't match '[a-z][a-zA-Z0-9]*' |
120 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 50 | 9 | 54 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
120 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 50 | 9 | 54 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
121 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 59 | 9 | 68 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
121 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 59 | 9 | 68 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
122 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 59 | 9 | 68 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
122 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 59 | 9 | 68 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
123 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 69 | 9 | 72 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
123 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 69 | 9 | 72 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
124 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 74 | 9 | 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 |
124 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 74 | 9 | 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 |
125 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 84 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
125 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 84 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
126 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 89 | 9 | 92 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
126 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 89 | 9 | 92 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
127 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 97 | 18 | 100 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
127 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 97 | 18 | 100 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
128 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 97 | 18 | 100 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
128 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 97 | 18 | 100 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
129 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 102 | 18 | 141 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'readXml(Dom.XmlNode)' has a cognitive complexity of 20, current threshold is 15 |
129 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 102 | 18 | 141 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'readXml(Dom.XmlNode)' has a cognitive complexity of 20, current threshold is 15 |
130 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 177 | 9 | 180 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
130 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 177 | 9 | 180 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
131 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 177 | 9 | 180 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
131 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 177 | 9 | 180 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
132 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 181 | 10 | 184 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
132 | /src/classes/ffhttp_GoogleSheetsModelBatch.cls | 181 | 10 | 184 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
133 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 45 | 21 | 185 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
133 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 45 | 21 | 185 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
134 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 45 | 21 | 185 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelCell' doesn't match '[A-Z][a-zA-Z0-9_]*' |
134 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 45 | 21 | 185 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelCell' doesn't match '[A-Z][a-zA-Z0-9_]*' |
135 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 48 | 18 | 48 | 23 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_row' doesn't match '[a-z][a-zA-Z0-9]*' |
135 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 48 | 18 | 48 | 23 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_row' doesn't match '[a-z][a-zA-Z0-9]*' |
136 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 49 | 18 | 49 | 23 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_col' doesn't match '[a-z][a-zA-Z0-9]*' |
136 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 49 | 18 | 49 | 23 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_col' doesn't match '[a-z][a-zA-Z0-9]*' |
137 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 50 | 17 | 50 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_inputValue' doesn't match '[a-z][a-zA-Z0-9]*' |
137 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 50 | 17 | 50 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_inputValue' doesn't match '[a-z][a-zA-Z0-9]*' |
138 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 51 | 18 | 51 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_numericValue' doesn't match '[a-z][a-zA-Z0-9]*' |
138 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 51 | 18 | 51 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_numericValue' doesn't match '[a-z][a-zA-Z0-9]*' |
139 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 52 | 17 | 52 | 24 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_value' doesn't match '[a-z][a-zA-Z0-9]*' |
139 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 52 | 17 | 52 | 24 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_value' doesn't match '[a-z][a-zA-Z0-9]*' |
140 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 57 | 18 | 96 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
140 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 57 | 18 | 96 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
141 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 57 | 18 | 96 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
141 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 57 | 18 | 96 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
142 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 140 | 9 | 143 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
142 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 140 | 9 | 143 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
143 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 140 | 9 | 143 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
143 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 140 | 9 | 143 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
144 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 144 | 9 | 148 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
144 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 144 | 9 | 148 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
145 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 149 | 9 | 152 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
145 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 149 | 9 | 152 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
146 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 153 | 9 | 157 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
146 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 153 | 9 | 157 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
147 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 158 | 9 | 161 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
147 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 158 | 9 | 161 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
148 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 162 | 9 | 166 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
148 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 162 | 9 | 166 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
149 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 167 | 9 | 170 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
149 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 167 | 9 | 170 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
150 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 171 | 9 | 175 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
150 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 171 | 9 | 175 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
151 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 176 | 9 | 179 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
151 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 176 | 9 | 179 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
152 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 180 | 9 | 184 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
152 | /src/classes/ffhttp_GoogleSheetsModelCell.cls | 180 | 9 | 184 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
153 | /src/classes/ffhttp_GoogleSheetsModelSheet.cls | 49 | 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 @description |
153 | /src/classes/ffhttp_GoogleSheetsModelSheet.cls | 49 | 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 @description |
154 | /src/classes/ffhttp_GoogleSheetsModelSheet.cls | 49 | 21 | 62 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelSheet' doesn't match '[A-Z][a-zA-Z0-9_]*' |
154 | /src/classes/ffhttp_GoogleSheetsModelSheet.cls | 49 | 21 | 62 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelSheet' doesn't match '[A-Z][a-zA-Z0-9_]*' |
155 | /src/classes/ffhttp_GoogleSheetsModelSheet.cls | 54 | 18 | 57 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
155 | /src/classes/ffhttp_GoogleSheetsModelSheet.cls | 54 | 18 | 57 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
156 | /src/classes/ffhttp_GoogleSheetsModelSheet.cls | 54 | 18 | 57 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
156 | /src/classes/ffhttp_GoogleSheetsModelSheet.cls | 54 | 18 | 57 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
157 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 33 | 9 | 376 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
157 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 33 | 9 | 376 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
158 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 33 | 9 | 376 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ffhttp_GoogleSheetsModelTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
158 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 33 | 9 | 376 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ffhttp_GoogleSheetsModelTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
159 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 38 | 20 | 56 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
159 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 38 | 20 | 56 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
160 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 38 | 20 | 56 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
160 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 38 | 20 | 56 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
161 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 38 | 20 | 56 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelAuthor' doesn't match '[a-z][a-zA-Z0-9]*' |
161 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 38 | 20 | 56 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelAuthor' doesn't match '[a-z][a-zA-Z0-9]*' |
162 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 48 | 3 | 48 | 54 | 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. |
162 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 48 | 3 | 48 | 54 | 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. |
163 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 66 | 3 | 66 | 54 | 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. |
163 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 66 | 3 | 66 | 54 | 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. |
164 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 67 | 3 | 67 | 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. |
164 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 67 | 3 | 67 | 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. |
165 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 73 | 20 | 99 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
165 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 73 | 20 | 99 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
166 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 73 | 20 | 99 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
166 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 73 | 20 | 99 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
167 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 73 | 20 | 99 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelBatch' doesn't match '[a-z][a-zA-Z0-9]*' |
167 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 73 | 20 | 99 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelBatch' doesn't match '[a-z][a-zA-Z0-9]*' |
168 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 87 | 3 | 87 | 54 | 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. |
168 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 87 | 3 | 87 | 54 | 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. |
169 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 93 | 3 | 93 | 39 | 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/ffhttp_GoogleSheetsModelTest.cls | 93 | 3 | 93 | 39 | 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/ffhttp_GoogleSheetsModelTest.cls | 96 | 3 | 96 | 35 | 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. |
170 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 96 | 3 | 96 | 35 | 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. |
171 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 98 | 3 | 98 | 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. |
171 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 98 | 3 | 98 | 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. |
172 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 101 | 20 | 118 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
172 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 101 | 20 | 118 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
173 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 101 | 20 | 118 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelBatchUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
173 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 101 | 20 | 118 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelBatchUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
174 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 111 | 3 | 111 | 65 | 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/ffhttp_GoogleSheetsModelTest.cls | 111 | 3 | 111 | 65 | 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/ffhttp_GoogleSheetsModelTest.cls | 112 | 3 | 112 | 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. |
175 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 112 | 3 | 112 | 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. |
176 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 114 | 3 | 114 | 64 | 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. |
176 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 114 | 3 | 114 | 64 | 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. |
177 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 115 | 3 | 115 | 60 | 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. |
177 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 115 | 3 | 115 | 60 | 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. |
178 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 117 | 3 | 117 | 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. |
178 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 117 | 3 | 117 | 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. |
179 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 120 | 20 | 145 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
179 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 120 | 20 | 145 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
180 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 120 | 20 | 145 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelBatchErrors' doesn't match '[a-z][a-zA-Z0-9]*' |
180 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 120 | 20 | 145 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelBatchErrors' doesn't match '[a-z][a-zA-Z0-9]*' |
181 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 130 | 3 | 130 | 76 | 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/ffhttp_GoogleSheetsModelTest.cls | 130 | 3 | 130 | 76 | 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/ffhttp_GoogleSheetsModelTest.cls | 131 | 3 | 131 | 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. |
182 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 131 | 3 | 131 | 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. |
183 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 141 | 3 | 141 | 76 | 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/ffhttp_GoogleSheetsModelTest.cls | 141 | 3 | 141 | 76 | 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/ffhttp_GoogleSheetsModelTest.cls | 142 | 3 | 142 | 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. |
184 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 142 | 3 | 142 | 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. |
185 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 143 | 3 | 143 | 64 | 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. |
185 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 143 | 3 | 143 | 64 | 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. |
186 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 144 | 3 | 144 | 60 | 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. |
186 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 144 | 3 | 144 | 60 | 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. |
187 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 147 | 17 | 156 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
187 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 147 | 17 | 156 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
188 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 161 | 20 | 177 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
188 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 161 | 20 | 177 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
189 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 161 | 20 | 177 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
189 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 161 | 20 | 177 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
190 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 161 | 20 | 177 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelCell' doesn't match '[a-z][a-zA-Z0-9]*' |
190 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 161 | 20 | 177 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelCell' doesn't match '[a-z][a-zA-Z0-9]*' |
191 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 168 | 3 | 168 | 53 | 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. |
191 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 168 | 3 | 168 | 53 | 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. |
192 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 176 | 3 | 176 | 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/ffhttp_GoogleSheetsModelTest.cls | 176 | 3 | 176 | 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/ffhttp_GoogleSheetsModelTest.cls | 201 | 3 | 201 | 40 | 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. |
193 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 201 | 3 | 201 | 40 | 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. |
194 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 202 | 3 | 202 | 40 | 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/ffhttp_GoogleSheetsModelTest.cls | 202 | 3 | 202 | 40 | 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/ffhttp_GoogleSheetsModelTest.cls | 203 | 3 | 203 | 73 | 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/ffhttp_GoogleSheetsModelTest.cls | 203 | 3 | 203 | 73 | 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/ffhttp_GoogleSheetsModelTest.cls | 204 | 3 | 204 | 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. |
196 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 204 | 3 | 204 | 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. |
197 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 205 | 3 | 205 | 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. |
197 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 205 | 3 | 205 | 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. |
198 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 206 | 3 | 206 | 152 | 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. |
198 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 206 | 3 | 206 | 152 | 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. |
199 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 207 | 3 | 207 | 69 | 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/ffhttp_GoogleSheetsModelTest.cls | 207 | 3 | 207 | 69 | 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/ffhttp_GoogleSheetsModelTest.cls | 208 | 3 | 208 | 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. |
200 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 208 | 3 | 208 | 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. |
201 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 209 | 3 | 209 | 58 | 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/ffhttp_GoogleSheetsModelTest.cls | 209 | 3 | 209 | 58 | 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/ffhttp_GoogleSheetsModelTest.cls | 210 | 3 | 210 | 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. |
202 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 210 | 3 | 210 | 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. |
203 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 211 | 3 | 211 | 90 | 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/ffhttp_GoogleSheetsModelTest.cls | 211 | 3 | 211 | 90 | 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/ffhttp_GoogleSheetsModelTest.cls | 212 | 3 | 212 | 52 | 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. |
204 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 212 | 3 | 212 | 52 | 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. |
205 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 218 | 20 | 233 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
205 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 218 | 20 | 233 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
206 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 218 | 20 | 233 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
206 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 218 | 20 | 233 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
207 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 218 | 20 | 233 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelSheet' doesn't match '[a-z][a-zA-Z0-9]*' |
207 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 218 | 20 | 233 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelSheet' doesn't match '[a-z][a-zA-Z0-9]*' |
208 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 225 | 3 | 225 | 54 | 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. |
208 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 225 | 3 | 225 | 54 | 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. |
209 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 232 | 3 | 232 | 60 | 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. |
209 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 232 | 3 | 232 | 60 | 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. |
210 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 253 | 3 | 253 | 149 | 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. |
210 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 253 | 3 | 253 | 149 | 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. |
211 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 254 | 3 | 254 | 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. |
211 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 254 | 3 | 254 | 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. |
212 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 255 | 3 | 255 | 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. |
212 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 255 | 3 | 255 | 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. |
213 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 256 | 3 | 256 | 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. |
213 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 256 | 3 | 256 | 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. |
214 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 257 | 3 | 257 | 88 | 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. |
214 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 257 | 3 | 257 | 88 | 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. |
215 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 258 | 3 | 258 | 98 | 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. |
215 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 258 | 3 | 258 | 98 | 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. |
216 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 259 | 3 | 259 | 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. |
216 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 259 | 3 | 259 | 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. |
217 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 267 | 20 | 285 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
217 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 267 | 20 | 285 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
218 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 267 | 20 | 285 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
218 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 267 | 20 | 285 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
219 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 267 | 20 | 285 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelUrlLink' doesn't match '[a-z][a-zA-Z0-9]*' |
219 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 267 | 20 | 285 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelUrlLink' doesn't match '[a-z][a-zA-Z0-9]*' |
220 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 277 | 3 | 277 | 54 | 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. |
220 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 277 | 3 | 277 | 54 | 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. |
221 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 298 | 3 | 298 | 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. |
221 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 298 | 3 | 298 | 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. |
222 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 299 | 3 | 299 | 65 | 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. |
222 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 299 | 3 | 299 | 65 | 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. |
223 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 300 | 3 | 300 | 130 | 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. |
223 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 300 | 3 | 300 | 130 | 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. |
224 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 306 | 20 | 318 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
224 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 306 | 20 | 318 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
225 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 306 | 20 | 318 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
225 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 306 | 20 | 318 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
226 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 306 | 20 | 318 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelWorksheet' doesn't match '[a-z][a-zA-Z0-9]*' |
226 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 306 | 20 | 318 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelWorksheet' doesn't match '[a-z][a-zA-Z0-9]*' |
227 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 313 | 3 | 313 | 58 | 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. |
227 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 313 | 3 | 313 | 58 | 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. |
228 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 342 | 3 | 342 | 157 | 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. |
228 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 342 | 3 | 342 | 157 | 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. |
229 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 343 | 3 | 343 | 74 | 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. |
229 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 343 | 3 | 343 | 74 | 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. |
230 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 344 | 3 | 344 | 54 | 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. |
230 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 344 | 3 | 344 | 54 | 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. |
231 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 345 | 3 | 345 | 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. |
231 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 345 | 3 | 345 | 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. |
232 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 346 | 3 | 346 | 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. |
232 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 346 | 3 | 346 | 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. |
233 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 347 | 3 | 347 | 100 | 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. |
233 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 347 | 3 | 347 | 100 | 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. |
234 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 348 | 3 | 348 | 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. |
234 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 348 | 3 | 348 | 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. |
235 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 349 | 3 | 349 | 53 | 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. |
235 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 349 | 3 | 349 | 53 | 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. |
236 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 352 | 20 | 368 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
236 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 352 | 20 | 368 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
237 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 352 | 20 | 368 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelWorksheet_SheetList' doesn't match '[a-z][a-zA-Z0-9]*' |
237 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 352 | 20 | 368 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsModelWorksheet_SheetList' doesn't match '[a-z][a-zA-Z0-9]*' |
238 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 363 | 3 | 363 | 62 | 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. |
238 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 363 | 3 | 363 | 62 | 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. |
239 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 372 | 3 | 372 | 54 | 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. |
239 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 372 | 3 | 372 | 54 | 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. |
240 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 373 | 3 | 373 | 52 | 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. |
240 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 373 | 3 | 373 | 52 | 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. |
241 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 374 | 3 | 374 | 54 | 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. |
241 | /src/classes/ffhttp_GoogleSheetsModelTest.cls | 374 | 3 | 374 | 54 | 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. |
242 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 36 | 21 | 97 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
242 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 36 | 21 | 97 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
243 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 36 | 21 | 97 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelUrlLink' doesn't match '[A-Z][a-zA-Z0-9_]*' |
243 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 36 | 21 | 97 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelUrlLink' doesn't match '[A-Z][a-zA-Z0-9_]*' |
244 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 45 | 20 | 45 | 25 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_rel' doesn't match '[a-z][a-zA-Z0-9]*' |
244 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 45 | 20 | 45 | 25 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_rel' doesn't match '[a-z][a-zA-Z0-9]*' |
245 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 46 | 20 | 46 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_type' doesn't match '[a-z][a-zA-Z0-9]*' |
245 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 46 | 20 | 46 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_type' doesn't match '[a-z][a-zA-Z0-9]*' |
246 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 47 | 20 | 47 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_href' doesn't match '[a-z][a-zA-Z0-9]*' |
246 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 47 | 20 | 47 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_href' doesn't match '[a-z][a-zA-Z0-9]*' |
247 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 52 | 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 @description |
247 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 52 | 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 @description |
248 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 52 | 9 | 57 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
248 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 52 | 9 | 57 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
249 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 59 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
249 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 59 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
250 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 70 | 9 | 73 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
250 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 70 | 9 | 73 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
251 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 70 | 9 | 73 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
251 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 70 | 9 | 73 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
252 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 74 | 9 | 78 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
252 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 74 | 9 | 78 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
253 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 79 | 9 | 82 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
253 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 79 | 9 | 82 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
254 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 83 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
254 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 83 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
255 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 88 | 9 | 91 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
255 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 88 | 9 | 91 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
256 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 92 | 9 | 96 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
256 | /src/classes/ffhttp_GoogleSheetsModelUrlLink.cls | 92 | 9 | 96 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
257 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 50 | 21 | 98 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
257 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 50 | 21 | 98 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
258 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 50 | 21 | 98 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelWorksheet' doesn't match '[A-Z][a-zA-Z0-9_]*' |
258 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 50 | 21 | 98 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsModelWorksheet' doesn't match '[A-Z][a-zA-Z0-9_]*' |
259 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 53 | 18 | 53 | 28 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_rowCount' doesn't match '[a-z][a-zA-Z0-9]*' |
259 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 53 | 18 | 53 | 28 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_rowCount' doesn't match '[a-z][a-zA-Z0-9]*' |
260 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 54 | 18 | 54 | 28 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_colCount' doesn't match '[a-z][a-zA-Z0-9]*' |
260 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 54 | 18 | 54 | 28 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_colCount' doesn't match '[a-z][a-zA-Z0-9]*' |
261 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 59 | 18 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
261 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 59 | 18 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
262 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 59 | 18 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
262 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 59 | 18 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
263 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 80 | 9 | 83 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
263 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 80 | 9 | 83 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
264 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 80 | 9 | 83 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
264 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 80 | 9 | 83 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
265 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 84 | 9 | 88 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
265 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 84 | 9 | 88 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
266 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 89 | 9 | 92 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
266 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 89 | 9 | 92 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
267 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 93 | 9 | 97 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
267 | /src/classes/ffhttp_GoogleSheetsModelWorksheet.cls | 93 | 9 | 97 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
268 | /src/classes/ffhttp_GoogleSheetsResource.cls | 38 | 17 | 169 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
268 | /src/classes/ffhttp_GoogleSheetsResource.cls | 38 | 17 | 169 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
269 | /src/classes/ffhttp_GoogleSheetsResource.cls | 38 | 17 | 169 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The abstract class name 'ffhttp_GoogleSheetsResource' doesn't match '[A-Z][a-zA-Z0-9_]*' |
269 | /src/classes/ffhttp_GoogleSheetsResource.cls | 38 | 17 | 169 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The abstract class name 'ffhttp_GoogleSheetsResource' doesn't match '[A-Z][a-zA-Z0-9_]*' |
270 | /src/classes/ffhttp_GoogleSheetsResource.cls | 51 | 30 | 51 | 39 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_service' doesn't match '[a-z][a-zA-Z0-9]*' |
270 | /src/classes/ffhttp_GoogleSheetsResource.cls | 51 | 30 | 51 | 39 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_service' doesn't match '[a-z][a-zA-Z0-9]*' |
271 | /src/classes/ffhttp_GoogleSheetsResource.cls | 52 | 40 | 52 | 47 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_sheet' doesn't match '[a-z][a-zA-Z0-9]*' |
271 | /src/classes/ffhttp_GoogleSheetsResource.cls | 52 | 40 | 52 | 47 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_sheet' doesn't match '[a-z][a-zA-Z0-9]*' |
272 | /src/classes/ffhttp_GoogleSheetsResource.cls | 53 | 44 | 53 | 55 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_worksheet' doesn't match '[a-z][a-zA-Z0-9]*' |
272 | /src/classes/ffhttp_GoogleSheetsResource.cls | 53 | 44 | 53 | 55 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'm_worksheet' doesn't match '[a-z][a-zA-Z0-9]*' |
273 | /src/classes/ffhttp_GoogleSheetsResource.cls | 58 | 9 | 61 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
273 | /src/classes/ffhttp_GoogleSheetsResource.cls | 58 | 9 | 61 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
274 | /src/classes/ffhttp_GoogleSheetsResource.cls | 58 | 9 | 61 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
274 | /src/classes/ffhttp_GoogleSheetsResource.cls | 58 | 9 | 61 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
275 | /src/classes/ffhttp_GoogleSheetsResource.cls | 63 | 9 | 67 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
275 | /src/classes/ffhttp_GoogleSheetsResource.cls | 63 | 9 | 67 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
276 | /src/classes/ffhttp_GoogleSheetsResource.cls | 69 | 9 | 75 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
276 | /src/classes/ffhttp_GoogleSheetsResource.cls | 69 | 9 | 75 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
277 | /src/classes/ffhttp_GoogleSheetsResource.cls | 77 | 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 |
277 | /src/classes/ffhttp_GoogleSheetsResource.cls | 77 | 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 |
278 | /src/classes/ffhttp_GoogleSheetsResource.cls | 79 | 24 | 79 | 96 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
278 | /src/classes/ffhttp_GoogleSheetsResource.cls | 79 | 24 | 79 | 96 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
279 | /src/classes/ffhttp_GoogleSheetsResource.cls | 79 | 24 | 79 | 96 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
279 | /src/classes/ffhttp_GoogleSheetsResource.cls | 79 | 24 | 79 | 96 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
280 | /src/classes/ffhttp_GoogleSheetsResource.cls | 80 | 32 | 80 | 106 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
280 | /src/classes/ffhttp_GoogleSheetsResource.cls | 80 | 32 | 80 | 106 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
281 | /src/classes/ffhttp_GoogleSheetsResource.cls | 80 | 32 | 80 | 106 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
281 | /src/classes/ffhttp_GoogleSheetsResource.cls | 80 | 32 | 80 | 106 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
282 | /src/classes/ffhttp_GoogleSheetsResource.cls | 83 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
282 | /src/classes/ffhttp_GoogleSheetsResource.cls | 83 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
283 | /src/classes/ffhttp_GoogleSheetsResource.cls | 85 | 28 | 85 | 104 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
283 | /src/classes/ffhttp_GoogleSheetsResource.cls | 85 | 28 | 85 | 104 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
284 | /src/classes/ffhttp_GoogleSheetsResource.cls | 85 | 28 | 85 | 104 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
284 | /src/classes/ffhttp_GoogleSheetsResource.cls | 85 | 28 | 85 | 104 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
285 | /src/classes/ffhttp_GoogleSheetsResource.cls | 86 | 36 | 86 | 114 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
285 | /src/classes/ffhttp_GoogleSheetsResource.cls | 86 | 36 | 86 | 114 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
286 | /src/classes/ffhttp_GoogleSheetsResource.cls | 86 | 36 | 86 | 114 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
286 | /src/classes/ffhttp_GoogleSheetsResource.cls | 86 | 36 | 86 | 114 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
287 | /src/classes/ffhttp_GoogleSheetsResource.cls | 92 | 9 | 95 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
287 | /src/classes/ffhttp_GoogleSheetsResource.cls | 92 | 9 | 95 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
288 | /src/classes/ffhttp_GoogleSheetsResource.cls | 92 | 9 | 95 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
288 | /src/classes/ffhttp_GoogleSheetsResource.cls | 92 | 9 | 95 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
289 | /src/classes/ffhttp_GoogleSheetsResource.cls | 96 | 9 | 100 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
289 | /src/classes/ffhttp_GoogleSheetsResource.cls | 96 | 9 | 100 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
290 | /src/classes/ffhttp_GoogleSheetsResource.cls | 101 | 9 | 104 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
290 | /src/classes/ffhttp_GoogleSheetsResource.cls | 101 | 9 | 104 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
291 | /src/classes/ffhttp_GoogleSheetsResource.cls | 105 | 9 | 109 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
291 | /src/classes/ffhttp_GoogleSheetsResource.cls | 105 | 9 | 109 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
292 | /src/classes/ffhttp_GoogleSheetsResource.cls | 110 | 9 | 113 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
292 | /src/classes/ffhttp_GoogleSheetsResource.cls | 110 | 9 | 113 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
293 | /src/classes/ffhttp_GoogleSheetsResource.cls | 114 | 9 | 118 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
293 | /src/classes/ffhttp_GoogleSheetsResource.cls | 114 | 9 | 118 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
294 | /src/classes/ffhttp_GoogleSheetsResource.cls | 129 | 18 | 139 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
294 | /src/classes/ffhttp_GoogleSheetsResource.cls | 129 | 18 | 139 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
295 | /src/classes/ffhttp_GoogleSheetsResource.cls | 131 | 13 | 138 | 4 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
295 | /src/classes/ffhttp_GoogleSheetsResource.cls | 131 | 13 | 138 | 4 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
296 | /src/classes/ffhttp_GoogleSheetsResource.cls | 146 | 18 | 154 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
296 | /src/classes/ffhttp_GoogleSheetsResource.cls | 146 | 18 | 154 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
297 | /src/classes/ffhttp_GoogleSheetsResource.cls | 148 | 13 | 153 | 4 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
297 | /src/classes/ffhttp_GoogleSheetsResource.cls | 148 | 13 | 153 | 4 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
298 | /src/classes/ffhttp_GoogleSheetsResource.cls | 161 | 18 | 168 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
298 | /src/classes/ffhttp_GoogleSheetsResource.cls | 161 | 18 | 168 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
299 | /src/classes/ffhttp_GoogleSheetsResource.cls | 163 | 14 | 167 | 4 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
299 | /src/classes/ffhttp_GoogleSheetsResource.cls | 163 | 14 | 167 | 4 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
300 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 32 | 21 | 80 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
300 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 32 | 21 | 80 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
301 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 32 | 21 | 80 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsSpreadsheets' doesn't match '[A-Z][a-zA-Z0-9_]*' |
301 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 32 | 21 | 80 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsSpreadsheets' doesn't match '[A-Z][a-zA-Z0-9_]*' |
302 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
302 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
303 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
303 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
304 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 49 | 9 | 52 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
304 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 49 | 9 | 52 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
305 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 49 | 9 | 52 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
305 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 49 | 9 | 52 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
306 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 49 | 9 | 52 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
306 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 49 | 9 | 52 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
307 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 54 | 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 |
307 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 54 | 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 |
308 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 63 | 9 | 70 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
308 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 63 | 9 | 70 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
309 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 72 | 9 | 79 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
309 | /src/classes/ffhttp_GoogleSheetsSpreadsheets.cls | 72 | 9 | 79 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
310 | /src/classes/ffhttp_GoogleSheetsTest.cls | 36 | 9 | 275 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
310 | /src/classes/ffhttp_GoogleSheetsTest.cls | 36 | 9 | 275 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
311 | /src/classes/ffhttp_GoogleSheetsTest.cls | 36 | 9 | 275 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ffhttp_GoogleSheetsTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
311 | /src/classes/ffhttp_GoogleSheetsTest.cls | 36 | 9 | 275 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ffhttp_GoogleSheetsTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
312 | /src/classes/ffhttp_GoogleSheetsTest.cls | 41 | 20 | 48 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
312 | /src/classes/ffhttp_GoogleSheetsTest.cls | 41 | 20 | 48 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
313 | /src/classes/ffhttp_GoogleSheetsTest.cls | 41 | 20 | 48 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
313 | /src/classes/ffhttp_GoogleSheetsTest.cls | 41 | 20 | 48 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
314 | /src/classes/ffhttp_GoogleSheetsTest.cls | 41 | 20 | 48 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
314 | /src/classes/ffhttp_GoogleSheetsTest.cls | 41 | 20 | 48 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
315 | /src/classes/ffhttp_GoogleSheetsTest.cls | 41 | 20 | 48 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsCellsBatchRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
315 | /src/classes/ffhttp_GoogleSheetsTest.cls | 41 | 20 | 48 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsCellsBatchRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
316 | /src/classes/ffhttp_GoogleSheetsTest.cls | 50 | 20 | 55 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
316 | /src/classes/ffhttp_GoogleSheetsTest.cls | 50 | 20 | 55 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
317 | /src/classes/ffhttp_GoogleSheetsTest.cls | 50 | 20 | 55 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
317 | /src/classes/ffhttp_GoogleSheetsTest.cls | 50 | 20 | 55 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
318 | /src/classes/ffhttp_GoogleSheetsTest.cls | 50 | 20 | 55 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsCellsGetRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
318 | /src/classes/ffhttp_GoogleSheetsTest.cls | 50 | 20 | 55 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsCellsGetRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
319 | /src/classes/ffhttp_GoogleSheetsTest.cls | 57 | 20 | 74 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
319 | /src/classes/ffhttp_GoogleSheetsTest.cls | 57 | 20 | 74 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
320 | /src/classes/ffhttp_GoogleSheetsTest.cls | 57 | 20 | 74 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsCellsListRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
320 | /src/classes/ffhttp_GoogleSheetsTest.cls | 57 | 20 | 74 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsCellsListRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
321 | /src/classes/ffhttp_GoogleSheetsTest.cls | 63 | 3 | 63 | 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. |
321 | /src/classes/ffhttp_GoogleSheetsTest.cls | 63 | 3 | 63 | 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. |
322 | /src/classes/ffhttp_GoogleSheetsTest.cls | 64 | 3 | 64 | 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. |
322 | /src/classes/ffhttp_GoogleSheetsTest.cls | 64 | 3 | 64 | 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. |
323 | /src/classes/ffhttp_GoogleSheetsTest.cls | 65 | 3 | 65 | 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. |
323 | /src/classes/ffhttp_GoogleSheetsTest.cls | 65 | 3 | 65 | 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. |
324 | /src/classes/ffhttp_GoogleSheetsTest.cls | 66 | 3 | 66 | 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. |
324 | /src/classes/ffhttp_GoogleSheetsTest.cls | 66 | 3 | 66 | 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. |
325 | /src/classes/ffhttp_GoogleSheetsTest.cls | 70 | 3 | 70 | 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. |
325 | /src/classes/ffhttp_GoogleSheetsTest.cls | 70 | 3 | 70 | 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. |
326 | /src/classes/ffhttp_GoogleSheetsTest.cls | 71 | 3 | 71 | 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. |
326 | /src/classes/ffhttp_GoogleSheetsTest.cls | 71 | 3 | 71 | 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. |
327 | /src/classes/ffhttp_GoogleSheetsTest.cls | 72 | 3 | 72 | 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. |
327 | /src/classes/ffhttp_GoogleSheetsTest.cls | 72 | 3 | 72 | 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. |
328 | /src/classes/ffhttp_GoogleSheetsTest.cls | 73 | 3 | 73 | 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. |
328 | /src/classes/ffhttp_GoogleSheetsTest.cls | 73 | 3 | 73 | 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. |
329 | /src/classes/ffhttp_GoogleSheetsTest.cls | 76 | 20 | 85 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
329 | /src/classes/ffhttp_GoogleSheetsTest.cls | 76 | 20 | 85 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
330 | /src/classes/ffhttp_GoogleSheetsTest.cls | 76 | 20 | 85 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
330 | /src/classes/ffhttp_GoogleSheetsTest.cls | 76 | 20 | 85 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
331 | /src/classes/ffhttp_GoogleSheetsTest.cls | 76 | 20 | 85 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsCellsUpdateRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
331 | /src/classes/ffhttp_GoogleSheetsTest.cls | 76 | 20 | 85 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsCellsUpdateRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
332 | /src/classes/ffhttp_GoogleSheetsTest.cls | 99 | 3 | 99 | 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. |
332 | /src/classes/ffhttp_GoogleSheetsTest.cls | 99 | 3 | 99 | 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. |
333 | /src/classes/ffhttp_GoogleSheetsTest.cls | 100 | 3 | 100 | 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. |
333 | /src/classes/ffhttp_GoogleSheetsTest.cls | 100 | 3 | 100 | 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. |
334 | /src/classes/ffhttp_GoogleSheetsTest.cls | 101 | 3 | 101 | 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. |
334 | /src/classes/ffhttp_GoogleSheetsTest.cls | 101 | 3 | 101 | 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. |
335 | /src/classes/ffhttp_GoogleSheetsTest.cls | 104 | 3 | 104 | 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. |
335 | /src/classes/ffhttp_GoogleSheetsTest.cls | 104 | 3 | 104 | 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. |
336 | /src/classes/ffhttp_GoogleSheetsTest.cls | 105 | 3 | 105 | 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. |
336 | /src/classes/ffhttp_GoogleSheetsTest.cls | 105 | 3 | 105 | 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. |
337 | /src/classes/ffhttp_GoogleSheetsTest.cls | 106 | 3 | 106 | 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. |
337 | /src/classes/ffhttp_GoogleSheetsTest.cls | 106 | 3 | 106 | 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. |
338 | /src/classes/ffhttp_GoogleSheetsTest.cls | 109 | 3 | 109 | 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. |
338 | /src/classes/ffhttp_GoogleSheetsTest.cls | 109 | 3 | 109 | 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. |
339 | /src/classes/ffhttp_GoogleSheetsTest.cls | 110 | 3 | 110 | 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. |
339 | /src/classes/ffhttp_GoogleSheetsTest.cls | 110 | 3 | 110 | 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. |
340 | /src/classes/ffhttp_GoogleSheetsTest.cls | 111 | 3 | 111 | 55 | 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. |
340 | /src/classes/ffhttp_GoogleSheetsTest.cls | 111 | 3 | 111 | 55 | 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. |
341 | /src/classes/ffhttp_GoogleSheetsTest.cls | 115 | 3 | 115 | 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. |
341 | /src/classes/ffhttp_GoogleSheetsTest.cls | 115 | 3 | 115 | 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. |
342 | /src/classes/ffhttp_GoogleSheetsTest.cls | 116 | 3 | 116 | 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. |
342 | /src/classes/ffhttp_GoogleSheetsTest.cls | 116 | 3 | 116 | 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. |
343 | /src/classes/ffhttp_GoogleSheetsTest.cls | 117 | 3 | 117 | 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. |
343 | /src/classes/ffhttp_GoogleSheetsTest.cls | 117 | 3 | 117 | 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. |
344 | /src/classes/ffhttp_GoogleSheetsTest.cls | 120 | 3 | 120 | 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. |
344 | /src/classes/ffhttp_GoogleSheetsTest.cls | 120 | 3 | 120 | 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. |
345 | /src/classes/ffhttp_GoogleSheetsTest.cls | 121 | 3 | 121 | 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. |
345 | /src/classes/ffhttp_GoogleSheetsTest.cls | 121 | 3 | 121 | 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. |
346 | /src/classes/ffhttp_GoogleSheetsTest.cls | 122 | 3 | 122 | 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. |
346 | /src/classes/ffhttp_GoogleSheetsTest.cls | 122 | 3 | 122 | 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. |
347 | /src/classes/ffhttp_GoogleSheetsTest.cls | 125 | 3 | 125 | 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. |
347 | /src/classes/ffhttp_GoogleSheetsTest.cls | 125 | 3 | 125 | 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. |
348 | /src/classes/ffhttp_GoogleSheetsTest.cls | 126 | 3 | 126 | 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. |
348 | /src/classes/ffhttp_GoogleSheetsTest.cls | 126 | 3 | 126 | 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. |
349 | /src/classes/ffhttp_GoogleSheetsTest.cls | 127 | 3 | 127 | 55 | 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. |
349 | /src/classes/ffhttp_GoogleSheetsTest.cls | 127 | 3 | 127 | 55 | 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. |
350 | /src/classes/ffhttp_GoogleSheetsTest.cls | 135 | 20 | 140 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
350 | /src/classes/ffhttp_GoogleSheetsTest.cls | 135 | 20 | 140 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
351 | /src/classes/ffhttp_GoogleSheetsTest.cls | 135 | 20 | 140 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
351 | /src/classes/ffhttp_GoogleSheetsTest.cls | 135 | 20 | 140 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
352 | /src/classes/ffhttp_GoogleSheetsTest.cls | 135 | 20 | 140 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
352 | /src/classes/ffhttp_GoogleSheetsTest.cls | 135 | 20 | 140 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
353 | /src/classes/ffhttp_GoogleSheetsTest.cls | 135 | 20 | 140 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsSpreadsheetsGetRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
353 | /src/classes/ffhttp_GoogleSheetsTest.cls | 135 | 20 | 140 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsSpreadsheetsGetRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
354 | /src/classes/ffhttp_GoogleSheetsTest.cls | 142 | 20 | 147 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
354 | /src/classes/ffhttp_GoogleSheetsTest.cls | 142 | 20 | 147 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
355 | /src/classes/ffhttp_GoogleSheetsTest.cls | 142 | 20 | 147 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
355 | /src/classes/ffhttp_GoogleSheetsTest.cls | 142 | 20 | 147 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
356 | /src/classes/ffhttp_GoogleSheetsTest.cls | 142 | 20 | 147 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsSpreadsheetsListRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
356 | /src/classes/ffhttp_GoogleSheetsTest.cls | 142 | 20 | 147 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsSpreadsheetsListRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
357 | /src/classes/ffhttp_GoogleSheetsTest.cls | 155 | 3 | 155 | 53 | 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. |
357 | /src/classes/ffhttp_GoogleSheetsTest.cls | 155 | 3 | 155 | 53 | 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. |
358 | /src/classes/ffhttp_GoogleSheetsTest.cls | 159 | 3 | 159 | 53 | 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. |
358 | /src/classes/ffhttp_GoogleSheetsTest.cls | 159 | 3 | 159 | 53 | 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. |
359 | /src/classes/ffhttp_GoogleSheetsTest.cls | 167 | 20 | 172 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
359 | /src/classes/ffhttp_GoogleSheetsTest.cls | 167 | 20 | 172 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
360 | /src/classes/ffhttp_GoogleSheetsTest.cls | 167 | 20 | 172 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
360 | /src/classes/ffhttp_GoogleSheetsTest.cls | 167 | 20 | 172 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
361 | /src/classes/ffhttp_GoogleSheetsTest.cls | 167 | 20 | 172 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
361 | /src/classes/ffhttp_GoogleSheetsTest.cls | 167 | 20 | 172 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
362 | /src/classes/ffhttp_GoogleSheetsTest.cls | 167 | 20 | 172 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsWorksheetsDeleteRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
362 | /src/classes/ffhttp_GoogleSheetsTest.cls | 167 | 20 | 172 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsWorksheetsDeleteRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
363 | /src/classes/ffhttp_GoogleSheetsTest.cls | 174 | 20 | 179 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
363 | /src/classes/ffhttp_GoogleSheetsTest.cls | 174 | 20 | 179 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
364 | /src/classes/ffhttp_GoogleSheetsTest.cls | 174 | 20 | 179 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
364 | /src/classes/ffhttp_GoogleSheetsTest.cls | 174 | 20 | 179 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
365 | /src/classes/ffhttp_GoogleSheetsTest.cls | 174 | 20 | 179 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsWorksheetsGetRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
365 | /src/classes/ffhttp_GoogleSheetsTest.cls | 174 | 20 | 179 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsWorksheetsGetRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
366 | /src/classes/ffhttp_GoogleSheetsTest.cls | 181 | 20 | 194 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
366 | /src/classes/ffhttp_GoogleSheetsTest.cls | 181 | 20 | 194 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
367 | /src/classes/ffhttp_GoogleSheetsTest.cls | 181 | 20 | 194 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsWorksheetsInsertRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
367 | /src/classes/ffhttp_GoogleSheetsTest.cls | 181 | 20 | 194 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsWorksheetsInsertRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
368 | /src/classes/ffhttp_GoogleSheetsTest.cls | 193 | 3 | 193 | 74 | 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. |
368 | /src/classes/ffhttp_GoogleSheetsTest.cls | 193 | 3 | 193 | 74 | 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. |
369 | /src/classes/ffhttp_GoogleSheetsTest.cls | 196 | 20 | 201 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
369 | /src/classes/ffhttp_GoogleSheetsTest.cls | 196 | 20 | 201 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
370 | /src/classes/ffhttp_GoogleSheetsTest.cls | 196 | 20 | 201 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
370 | /src/classes/ffhttp_GoogleSheetsTest.cls | 196 | 20 | 201 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
371 | /src/classes/ffhttp_GoogleSheetsTest.cls | 196 | 20 | 201 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsWorksheetsListRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
371 | /src/classes/ffhttp_GoogleSheetsTest.cls | 196 | 20 | 201 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsWorksheetsListRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
372 | /src/classes/ffhttp_GoogleSheetsTest.cls | 203 | 20 | 215 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
372 | /src/classes/ffhttp_GoogleSheetsTest.cls | 203 | 20 | 215 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
373 | /src/classes/ffhttp_GoogleSheetsTest.cls | 203 | 20 | 215 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
373 | /src/classes/ffhttp_GoogleSheetsTest.cls | 203 | 20 | 215 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
374 | /src/classes/ffhttp_GoogleSheetsTest.cls | 203 | 20 | 215 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsWorksheetsUpdateRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
374 | /src/classes/ffhttp_GoogleSheetsTest.cls | 203 | 20 | 215 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ffhttp_GoogleSheetsWorksheetsUpdateRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
375 | /src/classes/ffhttp_GoogleSheetsTest.cls | 226 | 3 | 226 | 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. |
375 | /src/classes/ffhttp_GoogleSheetsTest.cls | 226 | 3 | 226 | 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. |
376 | /src/classes/ffhttp_GoogleSheetsTest.cls | 227 | 3 | 227 | 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. |
376 | /src/classes/ffhttp_GoogleSheetsTest.cls | 227 | 3 | 227 | 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. |
377 | /src/classes/ffhttp_GoogleSheetsTest.cls | 230 | 3 | 230 | 53 | 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. |
377 | /src/classes/ffhttp_GoogleSheetsTest.cls | 230 | 3 | 230 | 53 | 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. |
378 | /src/classes/ffhttp_GoogleSheetsTest.cls | 233 | 3 | 233 | 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. |
378 | /src/classes/ffhttp_GoogleSheetsTest.cls | 233 | 3 | 233 | 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. |
379 | /src/classes/ffhttp_GoogleSheetsTest.cls | 236 | 3 | 236 | 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. |
379 | /src/classes/ffhttp_GoogleSheetsTest.cls | 236 | 3 | 236 | 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. |
380 | /src/classes/ffhttp_GoogleSheetsTest.cls | 237 | 3 | 237 | 52 | 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. |
380 | /src/classes/ffhttp_GoogleSheetsTest.cls | 237 | 3 | 237 | 52 | 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. |
381 | /src/classes/ffhttp_GoogleSheetsTest.cls | 241 | 3 | 241 | 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. |
381 | /src/classes/ffhttp_GoogleSheetsTest.cls | 241 | 3 | 241 | 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. |
382 | /src/classes/ffhttp_GoogleSheetsTest.cls | 242 | 3 | 242 | 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. |
382 | /src/classes/ffhttp_GoogleSheetsTest.cls | 242 | 3 | 242 | 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. |
383 | /src/classes/ffhttp_GoogleSheetsTest.cls | 245 | 3 | 245 | 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. |
383 | /src/classes/ffhttp_GoogleSheetsTest.cls | 245 | 3 | 245 | 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. |
384 | /src/classes/ffhttp_GoogleSheetsTest.cls | 246 | 3 | 246 | 52 | 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. |
384 | /src/classes/ffhttp_GoogleSheetsTest.cls | 246 | 3 | 246 | 52 | 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. |
385 | /src/classes/ffhttp_GoogleSheetsTest.cls | 254 | 17 | 257 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
385 | /src/classes/ffhttp_GoogleSheetsTest.cls | 254 | 17 | 257 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
386 | /src/classes/ffhttp_GoogleSheetsTest.cls | 254 | 17 | 257 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
386 | /src/classes/ffhttp_GoogleSheetsTest.cls | 254 | 17 | 257 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
387 | /src/classes/ffhttp_GoogleSheetsTest.cls | 263 | 3 | 263 | 59 | 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. |
387 | /src/classes/ffhttp_GoogleSheetsTest.cls | 263 | 3 | 263 | 59 | 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. |
388 | /src/classes/ffhttp_GoogleSheetsTest.cls | 264 | 3 | 264 | 55 | 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. |
388 | /src/classes/ffhttp_GoogleSheetsTest.cls | 264 | 3 | 264 | 55 | 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. |
389 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 32 | 21 | 136 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
389 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 32 | 21 | 136 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
390 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 32 | 21 | 136 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsWorksheets' doesn't match '[A-Z][a-zA-Z0-9_]*' |
390 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 32 | 21 | 136 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_GoogleSheetsWorksheets' doesn't match '[A-Z][a-zA-Z0-9_]*' |
391 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
391 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
392 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
392 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
393 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 52 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
393 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 52 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
394 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 52 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
394 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 52 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
395 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 61 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
395 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 61 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
396 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 61 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
396 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 61 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
397 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 61 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
397 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 61 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
398 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 67 | 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 |
398 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 67 | 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 |
399 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 73 | 9 | 77 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
399 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 73 | 9 | 77 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
400 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 79 | 9 | 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 |
400 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 79 | 9 | 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 |
401 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 85 | 9 | 89 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
401 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 85 | 9 | 89 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
402 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 95 | 9 | 101 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
402 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 95 | 9 | 101 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
403 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 103 | 9 | 109 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
403 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 103 | 9 | 109 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
404 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 111 | 9 | 117 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
404 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 111 | 9 | 117 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
405 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 119 | 9 | 126 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
405 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 119 | 9 | 126 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
406 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 128 | 9 | 135 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
406 | /src/classes/ffhttp_GoogleSheetsWorksheets.cls | 128 | 9 | 135 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
407 | /src/classes/ffhttp_IXmlSerializable.cls | 32 | 8 | 37 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
407 | /src/classes/ffhttp_IXmlSerializable.cls | 32 | 8 | 37 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
408 | /src/classes/ffhttp_IXmlSerializable.cls | 32 | 8 | 37 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The interface name 'ffhttp_IXmlSerializable' doesn't match '[A-Z][a-zA-Z0-9_]*' |
408 | /src/classes/ffhttp_IXmlSerializable.cls | 32 | 8 | 37 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The interface name 'ffhttp_IXmlSerializable' doesn't match '[A-Z][a-zA-Z0-9_]*' |
409 | /src/classes/ffhttp_IXmlSerializable.cls | 34 | 2 | 34 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
409 | /src/classes/ffhttp_IXmlSerializable.cls | 34 | 2 | 34 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
410 | /src/classes/ffhttp_IXmlSerializable.cls | 36 | 2 | 36 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
410 | /src/classes/ffhttp_IXmlSerializable.cls | 36 | 2 | 36 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
411 | /src/classes/ffhttp_XmlParseException.cls | 32 | 21 | 34 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
411 | /src/classes/ffhttp_XmlParseException.cls | 32 | 21 | 34 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
412 | /src/classes/ffhttp_XmlParseException.cls | 32 | 21 | 34 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_XmlParseException' doesn't match '[A-Z][a-zA-Z0-9_]*' |
412 | /src/classes/ffhttp_XmlParseException.cls | 32 | 21 | 34 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ffhttp_XmlParseException' doesn't match '[A-Z][a-zA-Z0-9_]*' |