pmd7_2 took 26 seconds to run and found 5433 violations
pmd7_3 took 28 seconds to run and found 5420 violations
Among the 5433 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 22 | 21 | 162 | 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 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 22 | 21 | 162 | 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 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 24 | 19 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 24 | 19 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 24 | 19 | 59 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
3 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 24 | 19 | 59 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 43 | 52 | 43 | 53 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
4 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 43 | 52 | 43 | 53 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
5 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 61 | 19 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 61 | 19 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 61 | 19 | 97 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
6 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 61 | 19 | 97 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
7 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 83 | 13 | 83 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
7 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 83 | 13 | 83 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
8 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 83 | 13 | 83 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
8 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 83 | 13 | 83 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
9 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 93 | 13 | 93 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
9 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 93 | 13 | 93 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
10 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 93 | 13 | 93 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
10 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 93 | 13 | 93 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
11 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 99 | 19 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
11 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 99 | 19 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
12 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 99 | 19 | 118 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
12 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 99 | 19 | 118 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
13 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 107 | 52 | 107 | 53 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
13 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 107 | 52 | 107 | 53 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
14 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 110 | 17 | 110 | 36 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
14 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 110 | 17 | 110 | 36 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
15 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 114 | 13 | 114 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
15 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 114 | 13 | 114 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
16 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 114 | 13 | 114 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
16 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 114 | 13 | 114 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
17 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 119 | 12 | 143 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 119 | 12 | 143 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
18 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 121 | 16 | 121 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
18 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 121 | 16 | 121 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
19 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 121 | 23 | 121 | 25 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Id' doesn't match '[a-z][a-zA-Z0-9]*' |
19 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 121 | 23 | 121 | 25 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Id' doesn't match '[a-z][a-zA-Z0-9]*' |
20 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 123 | 16 | 123 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
20 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 123 | 16 | 123 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
21 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 125 | 16 | 125 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
21 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 125 | 16 | 125 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
22 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 127 | 16 | 127 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
22 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 127 | 16 | 127 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
23 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 129 | 16 | 129 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
23 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 129 | 16 | 129 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
24 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 131 | 16 | 131 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
24 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 131 | 16 | 131 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 134 | 16 | 141 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 134 | 16 | 141 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 134 | 16 | 141 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
26 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 134 | 16 | 141 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
27 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 144 | 19 | 149 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 144 | 19 | 149 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 150 | 19 | 153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 150 | 19 | 153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 154 | 19 | 157 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 154 | 19 | 157 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 158 | 19 | 161 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /anycalendar/main/default/classes/AnyEventCalCtrl.cls | 158 | 19 | 161 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 2 | 8 | 20 | 2 | pmd | ApexUnitTestShouldNotUseSeeAllDataTrue | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestshouldnotuseseealldatatrue | Apex unit tests should not use @isTest(seeAllData = true) |
31 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 2 | 8 | 20 | 2 | pmd | ApexUnitTestShouldNotUseSeeAllDataTrue | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestshouldnotuseseealldatatrue | Apex unit tests should not use @isTest(seeAllData = true) |
32 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 3 | 20 | 6 | 6 | 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() |
32 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 3 | 20 | 6 | 6 | 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() |
33 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 3 | 20 | 6 | 6 | 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. |
33 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 3 | 20 | 6 | 6 | 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. |
34 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 7 | 23 | 10 | 6 | 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() |
34 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 7 | 23 | 10 | 6 | 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() |
35 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 7 | 23 | 10 | 6 | 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. |
35 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 7 | 23 | 10 | 6 | 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. |
36 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 11 | 23 | 13 | 6 | 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() |
36 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 11 | 23 | 13 | 6 | 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() |
37 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 11 | 23 | 13 | 6 | 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. |
37 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 11 | 23 | 13 | 6 | 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. |
38 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 12 | 37 | 12 | 54 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
38 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 12 | 37 | 12 | 54 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
39 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 14 | 23 | 19 | 6 | 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() |
39 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 14 | 23 | 19 | 6 | 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() |
40 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 14 | 23 | 19 | 6 | 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. |
40 | /anycalendar/main/default/classes/AnyEventCalCtrlTest.cls | 14 | 23 | 19 | 6 | 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. |
41 | /anycalendar/main/default/classes/MyCalendarButtonsPicklist.cls | 1 | 21 | 23 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
41 | /anycalendar/main/default/classes/MyCalendarButtonsPicklist.cls | 1 | 21 | 23 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
42 | /anycalendar/main/default/classes/MyCalendarButtonsPicklist.cls | 1 | 21 | 23 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
42 | /anycalendar/main/default/classes/MyCalendarButtonsPicklist.cls | 1 | 21 | 23 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
43 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 1 | 8 | 127 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 1 | 8 | 127 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
44 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
44 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
45 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 1 | 8 | 127 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'AutoFixMentions' has a total cognitive complexity of 80 (highest 12), current threshold is 50 |
45 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 1 | 8 | 127 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'AutoFixMentions' has a total cognitive complexity of 80 (highest 12), current threshold is 50 |
46 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 3 | 19 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
46 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 3 | 19 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
47 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 12 | 19 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
47 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 12 | 19 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 27 | 19 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
48 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 27 | 19 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
49 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 27 | 19 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
49 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 27 | 19 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
50 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 44 | 19 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
50 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 44 | 19 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
51 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 53 | 19 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
51 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 53 | 19 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
52 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 70 | 19 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
52 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 70 | 19 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
53 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 70 | 19 | 125 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'postCommentWithMentions(Id, Set |
53 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 70 | 19 | 125 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'postCommentWithMentions(Id, Set |
54 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 83 | 28 | 83 | 96 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
54 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 83 | 28 | 83 | 96 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
55 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 99 | 47 | 99 | 152 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
55 | /auto-fix-mentions/main/default/classes/AutoFixMentions.cls | 99 | 47 | 99 | 152 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
56 | /auto-fix-mentions/main/default/classes/AutoFixMentionsTest.cls | 27 | 9 | 27 | 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. |
56 | /auto-fix-mentions/main/default/classes/AutoFixMentionsTest.cls | 27 | 9 | 27 | 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. |
57 | /auto-fix-mentions/main/default/classes/AutoFixMentionsTest.cls | 35 | 9 | 35 | 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. |
57 | /auto-fix-mentions/main/default/classes/AutoFixMentionsTest.cls | 35 | 9 | 35 | 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. |
58 | /auto-fix-mentions/main/default/triggers/AutoFixMentionsComment.trigger | 1 | 1 | 8 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
58 | /auto-fix-mentions/main/default/triggers/AutoFixMentionsComment.trigger | 1 | 1 | 8 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
59 | /auto-fix-mentions/main/default/triggers/AutoFixMentionsFeedItem.trigger | 1 | 1 | 8 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
59 | /auto-fix-mentions/main/default/triggers/AutoFixMentionsFeedItem.trigger | 1 | 1 | 8 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
60 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 1 | 21 | 41 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
60 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 1 | 21 | 41 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 3 | 19 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 3 | 19 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 14 | 49 | 14 | 110 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
62 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 14 | 49 | 14 | 110 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
63 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 14 | 49 | 14 | 110 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
63 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 14 | 49 | 14 | 110 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
64 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 15 | 21 | 18 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
64 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 15 | 21 | 18 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
65 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 31 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /business-time/main/default/classes/InvocableBusinessHoursAdd.cls | 31 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /business-time/main/default/classes/InvocableBusinessHoursAdd_Test.cls | 25 | 9 | 25 | 119 | 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. |
66 | /business-time/main/default/classes/InvocableBusinessHoursAdd_Test.cls | 25 | 9 | 25 | 119 | 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. |
67 | /business-time/main/default/classes/InvocableBusinessHoursAdd_Test.cls | 26 | 9 | 26 | 119 | 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. |
67 | /business-time/main/default/classes/InvocableBusinessHoursAdd_Test.cls | 26 | 9 | 26 | 119 | 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. |
68 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueable.cls | 1 | 8 | 98 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueable.cls | 1 | 8 | 98 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueable.cls | 6 | 9 | 8 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueable.cls | 6 | 9 | 8 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueable.cls | 11 | 19 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueable.cls | 11 | 19 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
71 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueable.cls | 37 | 13 | 37 | 26 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
71 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueable.cls | 37 | 13 | 37 | 26 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
72 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueable.cls | 43 | 13 | 43 | 22 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
72 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueable.cls | 43 | 13 | 43 | 22 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
73 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 20 | 9 | 20 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
73 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 20 | 9 | 20 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
74 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 21 | 9 | 21 | 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. |
74 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 21 | 9 | 21 | 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. |
75 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 36 | 9 | 36 | 88 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
75 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 36 | 9 | 36 | 88 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
76 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 44 | 13 | 44 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
76 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 44 | 13 | 44 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
77 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 45 | 13 | 45 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
77 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 45 | 13 | 45 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
78 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 53 | 9 | 53 | 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. |
78 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 53 | 9 | 53 | 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. |
79 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 56 | 9 | 56 | 89 | 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. |
79 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCaseSyncQueueableTest.cls | 56 | 9 | 56 | 89 | 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. |
80 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCasesSyncSchedulable.cls | 1 | 8 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCasesSyncSchedulable.cls | 1 | 8 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCasesSyncSchedulable.cls | 1 | 8 | 11 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
81 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCasesSyncSchedulable.cls | 1 | 8 | 11 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
82 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCasesSyncSchedulable.cls | 4 | 12 | 6 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCasesSyncSchedulable.cls | 4 | 12 | 6 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCasesSyncSchedulable.cls | 4 | 25 | 4 | 46 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SC' doesn't match '[a-z][a-zA-Z0-9]*' |
83 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCasesSyncSchedulable.cls | 4 | 25 | 4 | 46 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SC' doesn't match '[a-z][a-zA-Z0-9]*' |
84 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCasesSyncSchedulable.cls | 8 | 19 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SCasesSyncSchedulable.cls | 8 | 19 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 3 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 3 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 4 | 16 | 9 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 4 | 16 | 9 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 4 | 16 | 9 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
87 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 4 | 16 | 9 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
88 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 12 | 12 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
88 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 12 | 12 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
89 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 13 | 16 | 27 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
89 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 13 | 16 | 27 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
90 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 13 | 16 | 27 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
90 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SMocks.cls | 13 | 16 | 27 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
91 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 1 | 8 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 1 | 8 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
92 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
93 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 3 | 10 | 3 | 29 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
93 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 3 | 10 | 3 | 29 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 4 | 12 | 4 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 4 | 12 | 4 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 4 | 19 | 4 | 28 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'issued_at' doesn't match '[a-z][a-zA-Z0-9]*' |
95 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 4 | 19 | 4 | 28 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'issued_at' doesn't match '[a-z][a-zA-Z0-9]*' |
96 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 5 | 12 | 5 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 5 | 12 | 5 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
97 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 5 | 19 | 5 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'instance_url' doesn't match '[a-z][a-zA-Z0-9]*' |
97 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 5 | 19 | 5 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'instance_url' doesn't match '[a-z][a-zA-Z0-9]*' |
98 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 6 | 12 | 6 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
98 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 6 | 12 | 6 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
99 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 7 | 12 | 7 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
99 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 7 | 12 | 7 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
100 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 7 | 19 | 7 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'access_token' doesn't match '[a-z][a-zA-Z0-9]*' |
100 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 7 | 19 | 7 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'access_token' doesn't match '[a-z][a-zA-Z0-9]*' |
101 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 8 | 12 | 8 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 8 | 12 | 8 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 8 | 19 | 8 | 32 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'refresh_token' doesn't match '[a-z][a-zA-Z0-9]*' |
102 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 8 | 19 | 8 | 32 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'refresh_token' doesn't match '[a-z][a-zA-Z0-9]*' |
103 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 9 | 12 | 9 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
103 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 9 | 12 | 9 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
104 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 12 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
104 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 12 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
105 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 38 | 34 | 38 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'doCallout' should be before method declarations in its class |
105 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 38 | 34 | 38 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'doCallout' should be before method declarations in its class |
106 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 52 | 10 | 52 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
106 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 52 | 10 | 52 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
107 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 52 | 10 | 52 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
107 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth.cls | 52 | 10 | 52 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
108 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 1 | 21 | 57 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
108 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 1 | 21 | 57 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
109 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 9 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
109 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 9 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
110 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 10 | 51 | 10 | 159 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
110 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 10 | 51 | 10 | 159 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
111 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 17 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
111 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 17 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
112 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 18 | 34 | 18 | 42 | pmd | ApexOpenRedirect | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexopenredirect | Apex classes should safely redirect to a known location |
112 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 18 | 34 | 18 | 42 | pmd | ApexOpenRedirect | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexopenredirect | Apex classes should safely redirect to a known location |
113 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 22 | 12 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
113 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 22 | 12 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
114 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 34 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
114 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 34 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
115 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 41 | 12 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
115 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 41 | 12 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
116 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 44 | 92 | 44 | 96 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
116 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 44 | 92 | 44 | 96 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
117 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 50 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
117 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2Controller.cls | 50 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
118 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 15 | 9 | 15 | 35 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
118 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 15 | 9 | 15 | 35 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
119 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 16 | 9 | 16 | 66 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
119 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 16 | 9 | 16 | 66 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
120 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 21 | 9 | 21 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
120 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 21 | 9 | 21 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
121 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 27 | 12 | 27 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
121 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 27 | 12 | 27 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
122 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 32 | 9 | 32 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
122 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 32 | 9 | 32 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
123 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 33 | 9 | 33 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
123 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 33 | 9 | 33 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
124 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 42 | 13 | 42 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
124 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 42 | 13 | 42 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
125 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 43 | 13 | 43 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
125 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 43 | 13 | 43 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
126 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 47 | 13 | 47 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
126 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 47 | 13 | 47 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
127 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 48 | 13 | 48 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
127 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 48 | 13 | 48 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
128 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 49 | 13 | 49 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
128 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 49 | 13 | 49 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
129 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 50 | 13 | 50 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
129 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 50 | 13 | 50 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
130 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 58 | 13 | 58 | 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. |
130 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 58 | 13 | 58 | 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. |
131 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 64 | 13 | 64 | 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. |
131 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 64 | 13 | 64 | 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. |
132 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 71 | 9 | 71 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
132 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 71 | 9 | 71 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
133 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 72 | 9 | 72 | 164 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
133 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 72 | 9 | 72 | 164 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
134 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 76 | 9 | 76 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
134 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 76 | 9 | 76 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
135 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 77 | 9 | 77 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
135 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 77 | 9 | 77 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
136 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 85 | 9 | 85 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
136 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SOAuth2ControllerTest.cls | 85 | 9 | 85 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
137 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SRemoteCalloutUtil.cls | 1 | 8 | 38 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
137 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SRemoteCalloutUtil.cls | 1 | 8 | 38 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
138 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SRemoteCalloutUtil.cls | 6 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
138 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SRemoteCalloutUtil.cls | 6 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
139 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SRemoteCalloutUtil.cls | 11 | 23 | 11 | 38 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
139 | /case-management-across-multiple-salesforce-organizations/main/default/classes/SfdcS2SRemoteCalloutUtil.cls | 11 | 23 | 11 | 38 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
140 | /case-management-across-multiple-salesforce-organizations/main/default/pages/sfdc_auth.page | 1 | 57 | 1 | 69 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
140 | /case-management-across-multiple-salesforce-organizations/main/default/pages/sfdc_auth.page | 1 | 57 | 1 | 69 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
141 | /case-management-across-multiple-salesforce-organizations/main/default/pages/sfdc_callback.page | 1 | 57 | 1 | 68 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
141 | /case-management-across-multiple-salesforce-organizations/main/default/pages/sfdc_callback.page | 1 | 57 | 1 | 68 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
142 | /case-management-across-multiple-salesforce-organizations/main/default/pages/sfdc_refresh.page | 1 | 57 | 1 | 67 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
142 | /case-management-across-multiple-salesforce-organizations/main/default/pages/sfdc_refresh.page | 1 | 57 | 1 | 67 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
143 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 1 | 21 | 55 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
143 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 1 | 21 | 55 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
144 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 3 | 12 | 3 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
144 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 3 | 12 | 3 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
145 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 4 | 12 | 4 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
145 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 4 | 12 | 4 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
146 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 6 | 26 | 6 | 59 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'unfollowSchedule' should be before method declarations in its class |
146 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 6 | 26 | 6 | 59 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'unfollowSchedule' should be before method declarations in its class |
147 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 7 | 26 | 7 | 64 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'unfollowDelaySchedule' should be before method declarations in its class |
147 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 7 | 26 | 7 | 64 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'unfollowDelaySchedule' should be before method declarations in its class |
148 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 8 | 26 | 8 | 66 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'unfollowTryAgainSchedule' should be before method declarations in its class |
148 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 8 | 26 | 8 | 66 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'unfollowTryAgainSchedule' should be before method declarations in its class |
149 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
149 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
150 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 15 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
150 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 15 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
151 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 17 | 34 | 17 | 205 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
151 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 17 | 34 | 17 | 205 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
152 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 23 | 10 | 25 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
152 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 23 | 10 | 25 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
153 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 28 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
153 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 28 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
154 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 30 | 35 | 30 | 207 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
154 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 30 | 35 | 30 | 207 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
155 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 36 | 10 | 38 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
155 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 36 | 10 | 38 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
156 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 42 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
156 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 42 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
157 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 43 | 30 | 43 | 217 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
157 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowButtonController.cls | 43 | 30 | 43 | 217 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
158 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 1 | 21 | 309 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
158 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 1 | 21 | 309 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
159 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 1 | 21 | 309 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'UnfollowController' has a total cognitive complexity of 70 (highest 23), current threshold is 50 |
159 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 1 | 21 | 309 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'UnfollowController' has a total cognitive complexity of 70 (highest 23), current threshold is 50 |
160 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 1 | 21 | 309 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowController' has a total cyclomatic complexity of 68 (highest 26). |
160 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 1 | 21 | 309 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowController' has a total cyclomatic complexity of 68 (highest 26). |
161 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 3 | 12 | 3 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
161 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 3 | 12 | 3 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 4 | 12 | 4 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 4 | 12 | 4 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
163 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 5 | 12 | 5 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
163 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 5 | 12 | 5 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
164 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 6 | 12 | 6 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
164 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 6 | 12 | 6 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
165 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 8 | 29 | 8 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'u' should be before method declarations in its class |
165 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 8 | 29 | 8 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'u' should be before method declarations in its class |
166 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 10 | 42 | 10 | 53 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'uController' should be before method declarations in its class |
166 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 10 | 42 | 10 | 53 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'uController' should be before method declarations in its class |
167 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 12 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
167 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 12 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
168 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 20 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
168 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 20 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
169 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 25 | 13 | 25 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
169 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 25 | 13 | 25 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
170 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 25 | 13 | 25 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
170 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 25 | 13 | 25 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
171 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 39 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
171 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 39 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
172 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 39 | 12 | 41 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The instance method name 'ShowAllObjectsTrue' doesn't match '[a-z][a-zA-Z0-9]*' |
172 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 39 | 12 | 41 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The instance method name 'ShowAllObjectsTrue' doesn't match '[a-z][a-zA-Z0-9]*' |
173 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 43 | 12 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
173 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 43 | 12 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
174 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 52 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
174 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 52 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
175 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 52 | 12 | 82 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getObjectNames()' has a cognitive complexity of 15, current threshold is 15 |
175 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 52 | 12 | 82 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getObjectNames()' has a cognitive complexity of 15, current threshold is 15 |
176 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 73 | 21 | 75 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
176 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 73 | 21 | 75 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
177 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 84 | 12 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
177 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 84 | 12 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
178 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 84 | 12 | 117 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getFieldNames()' has a cyclomatic complexity of 13. |
178 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 84 | 12 | 117 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getFieldNames()' has a cyclomatic complexity of 13. |
179 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 119 | 12 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
179 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 119 | 12 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
180 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 119 | 12 | 164 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getOperator()' has a cognitive complexity of 23, current threshold is 15 |
180 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 119 | 12 | 164 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getOperator()' has a cognitive complexity of 23, current threshold is 15 |
181 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 119 | 12 | 164 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getOperator()' has a cyclomatic complexity of 26. |
181 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 119 | 12 | 164 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getOperator()' has a cyclomatic complexity of 26. |
182 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 135 | 14 | 135 | 35 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
182 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 135 | 14 | 135 | 35 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
183 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 139 | 17 | 160 | 17 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
183 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 139 | 17 | 160 | 17 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
184 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 157 | 22 | 160 | 17 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
184 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 157 | 22 | 160 | 17 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
185 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 166 | 12 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
185 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 166 | 12 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
186 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 184 | 14 | 186 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
186 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 184 | 14 | 186 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
187 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 191 | 12 | 218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
187 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 191 | 12 | 218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
188 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 213 | 14 | 215 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
188 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 213 | 14 | 215 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
189 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 220 | 12 | 256 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
189 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 220 | 12 | 256 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
190 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 259 | 12 | 306 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
190 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 259 | 12 | 306 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
191 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 259 | 12 | 306 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'listNeverShowObjects()' has an NCSS line count of 42 (limit: 40) |
191 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowController.cls | 259 | 12 | 306 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'listNeverShowObjects()' has an NCSS line count of 42 (limit: 40) |
192 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 1 | 21 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
192 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 1 | 21 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
193 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 1 | 21 | 56 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
193 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 1 | 21 | 56 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
194 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 6 | 11 | 8 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
194 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 6 | 11 | 8 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
195 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 6 | 39 | 6 | 67 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
195 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 6 | 39 | 6 | 67 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
196 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 10 | 11 | 33 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
196 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 10 | 11 | 33 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
197 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 10 | 24 | 10 | 52 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
197 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 10 | 24 | 10 | 52 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
198 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 30 | 11 | 32 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
198 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 30 | 11 | 32 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
199 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 35 | 11 | 54 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
199 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 35 | 11 | 54 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
200 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 35 | 23 | 35 | 51 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
200 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 35 | 23 | 35 | 51 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
201 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 36 | 21 | 36 | 154 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'a' defined but not used |
201 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowProcessUnfollowQueueBatch.cls | 36 | 21 | 36 | 154 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'a' defined but not used |
202 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
202 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
203 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
203 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
204 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a total cognitive complexity of 77 (highest 64), current threshold is 50 |
204 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a total cognitive complexity of 77 (highest 64), current threshold is 50 |
205 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a total cyclomatic complexity of 109 (highest 97). |
205 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a total cyclomatic complexity of 109 (highest 97). |
206 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a Standard Cyclomatic Complexity of 11 (Highest = 30). |
206 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a Standard Cyclomatic Complexity of 11 (Highest = 30). |
207 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 15 | 11 | 19 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
207 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 15 | 11 | 19 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
208 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 15 | 39 | 15 | 67 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
208 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 15 | 39 | 15 | 67 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
209 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 16 | 9 | 16 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
209 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 16 | 9 | 16 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
210 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 16 | 9 | 16 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
210 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 16 | 9 | 16 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
211 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
211 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
212 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 84 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'execute(Database.BatchableContext, List |
212 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 84 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'execute(Database.BatchableContext, List |
213 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 24 | 21 | 52 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
213 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 24 | 21 | 52 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
214 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 84 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'execute' has a Standard Cyclomatic Complexity of 10. |
214 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 84 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'execute' has a Standard Cyclomatic Complexity of 10. |
215 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 24 | 26 | 24 | 61 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'queuedRecord' defined but not used |
215 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 24 | 26 | 24 | 61 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'queuedRecord' defined but not used |
216 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 81 | 11 | 83 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
216 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 81 | 11 | 83 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
217 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
217 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
218 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateCriteria(String, String, String, String)' has a cognitive complexity of 64, current threshold is 15 |
218 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateCriteria(String, String, String, String)' has a cognitive complexity of 64, current threshold is 15 |
219 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateCriteria(String, String, String, String)' has a cyclomatic complexity of 97. |
219 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateCriteria(String, String, String, String)' has a cyclomatic complexity of 97. |
220 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
220 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
221 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateCriteria()' has an NCSS line count of 84 (limit: 40) |
221 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateCriteria()' has an NCSS line count of 84 (limit: 40) |
222 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateCriteria' has a Standard Cyclomatic Complexity of 30. |
222 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateCriteria' has a Standard Cyclomatic Complexity of 30. |
223 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 153 | 11 | 173 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
223 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 153 | 11 | 173 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
224 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 153 | 23 | 153 | 51 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
224 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 153 | 23 | 153 | 51 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
225 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 155 | 21 | 155 | 154 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'a' defined but not used |
225 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowQueueDelayRecordsBatch.cls | 155 | 21 | 155 | 154 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'a' defined but not used |
226 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 1 | 29 | 15 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
226 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 1 | 29 | 15 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
227 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 1 | 29 | 15 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
227 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 1 | 29 | 15 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
228 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 3 | 19 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
228 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 3 | 19 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
229 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 3 | 19 | 13 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'UnfollowRecordsButtonAction' doesn't match '[a-z][a-zA-Z0-9]*' |
229 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 3 | 19 | 13 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'UnfollowRecordsButtonAction' doesn't match '[a-z][a-zA-Z0-9]*' |
230 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 4 | 52 | 4 | 117 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
230 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 4 | 52 | 4 | 117 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
231 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 7 | 13 | 7 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
231 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecords.cls | 7 | 13 | 7 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
232 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 1 | 22 | 80 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
232 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 1 | 22 | 80 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
233 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 1 | 22 | 80 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
233 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 1 | 22 | 80 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
234 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 14 | 11 | 16 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
234 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 14 | 11 | 16 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
235 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 14 | 39 | 14 | 67 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
235 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 14 | 39 | 14 | 67 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
236 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 18 | 11 | 57 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
236 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 18 | 11 | 57 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
237 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 18 | 24 | 18 | 52 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
237 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 18 | 24 | 18 | 52 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
238 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 37 | 10 | 39 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
238 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 37 | 10 | 39 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
239 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 59 | 11 | 78 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
239 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 59 | 11 | 78 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
240 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 59 | 23 | 59 | 51 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
240 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsBatch.cls | 59 | 23 | 59 | 51 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
241 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 1 | 28 | 33 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
241 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 1 | 28 | 33 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
242 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 1 | 28 | 33 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
242 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 1 | 28 | 33 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
243 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 2 | 20 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
243 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 2 | 20 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
244 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 15 | 16 | 15 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
244 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 15 | 16 | 15 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
245 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 26 | 17 | 26 | 40 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
245 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 26 | 17 | 26 | 40 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
246 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 28 | 10 | 30 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
246 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRecordsDelayed.cls | 28 | 10 | 30 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
247 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 1 | 21 | 47 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
247 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 1 | 21 | 47 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
248 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 1 | 21 | 47 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
248 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 1 | 21 | 47 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
249 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 3 | 12 | 3 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
249 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 3 | 12 | 3 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
250 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 3 | 20 | 3 | 35 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'RunRuleRendered' doesn't match '[a-z][a-zA-Z0-9]*' |
250 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 3 | 20 | 3 | 35 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'RunRuleRendered' doesn't match '[a-z][a-zA-Z0-9]*' |
251 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 4 | 12 | 4 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
251 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 4 | 12 | 4 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
252 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 5 | 34 | 5 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'u' should be before method declarations in its class |
252 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 5 | 34 | 5 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'u' should be before method declarations in its class |
253 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
253 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
254 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 12 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
254 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 12 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
255 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 23 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
255 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 23 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
256 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 28 | 39 | 28 | 179 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
256 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 28 | 39 | 28 | 179 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
257 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 40 | 16 | 40 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
257 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowRunThisRuleButtonController.cls | 40 | 16 | 40 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
258 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2 | 9 | 2345 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowTests' has a total cyclomatic complexity of 81 (highest 3). |
258 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2 | 9 | 2345 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowTests' has a total cyclomatic complexity of 81 (highest 3). |
259 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2 | 9 | 2345 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 703 |
259 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2 | 9 | 2345 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 703 |
260 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 5 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
260 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 5 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
261 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 20 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
261 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 20 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
262 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 20 | 19 | 33 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
262 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 20 | 19 | 33 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
263 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 28 | 18 | 28 | 36 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Ids' doesn't match '[a-z][a-zA-Z0-9]*' |
263 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 28 | 18 | 28 | 36 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Ids' doesn't match '[a-z][a-zA-Z0-9]*' |
264 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 36 | 19 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
264 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 36 | 19 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
265 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 48 | 19 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
265 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 48 | 19 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
266 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 48 | 19 | 51 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
266 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 48 | 19 | 51 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
267 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 48 | 44 | 48 | 58 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
267 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 48 | 44 | 48 | 58 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
268 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 54 | 19 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
268 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 54 | 19 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
269 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 66 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
269 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 66 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
270 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 74 | 23 | 76 | 6 | 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() |
270 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 74 | 23 | 76 | 6 | 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() |
271 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 74 | 23 | 76 | 6 | 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. |
271 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 74 | 23 | 76 | 6 | 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. |
272 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 74 | 5 | 74 | 22 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
272 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 74 | 5 | 74 | 22 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
273 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 78 | 23 | 119 | 6 | 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. |
273 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 78 | 23 | 119 | 6 | 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. |
274 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 83 | 17 | 83 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
274 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 83 | 17 | 83 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
275 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 84 | 16 | 84 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
275 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 84 | 16 | 84 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
276 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 85 | 16 | 85 | 33 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
276 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 85 | 16 | 85 | 33 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
277 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 86 | 16 | 86 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
277 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 86 | 16 | 86 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
278 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 87 | 16 | 87 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
278 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 87 | 16 | 87 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
279 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 88 | 16 | 88 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
279 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 88 | 16 | 88 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
280 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 92 | 16 | 92 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
280 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 92 | 16 | 92 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
281 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 93 | 17 | 93 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
281 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 93 | 17 | 93 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
282 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 94 | 16 | 94 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
282 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 94 | 16 | 94 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
283 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 95 | 16 | 95 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
283 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 95 | 16 | 95 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
284 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 96 | 14 | 96 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
284 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 96 | 14 | 96 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
285 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 97 | 18 | 97 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
285 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 97 | 18 | 97 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
286 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 98 | 16 | 98 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
286 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 98 | 16 | 98 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
287 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 99 | 16 | 99 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
287 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 99 | 16 | 99 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
288 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 100 | 16 | 100 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
288 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 100 | 16 | 100 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
289 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 106 | 34 | 106 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
289 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 106 | 34 | 106 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
290 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 114 | 13 | 114 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
290 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 114 | 13 | 114 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
291 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 114 | 13 | 114 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
291 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 114 | 13 | 114 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
292 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 116 | 13 | 116 | 63 | 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. |
292 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 116 | 13 | 116 | 63 | 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. |
293 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 121 | 23 | 162 | 6 | 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. |
293 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 121 | 23 | 162 | 6 | 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. |
294 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 126 | 17 | 126 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
294 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 126 | 17 | 126 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
295 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 127 | 16 | 127 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
295 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 127 | 16 | 127 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
296 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 128 | 16 | 128 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
296 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 128 | 16 | 128 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
297 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 129 | 16 | 129 | 32 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
297 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 129 | 16 | 129 | 32 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
298 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 130 | 16 | 130 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
298 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 130 | 16 | 130 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
299 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 131 | 16 | 131 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
299 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 131 | 16 | 131 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
300 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 135 | 16 | 135 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
300 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 135 | 16 | 135 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
301 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 136 | 17 | 136 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
301 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 136 | 17 | 136 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
302 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 137 | 16 | 137 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
302 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 137 | 16 | 137 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
303 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 138 | 16 | 138 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
303 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 138 | 16 | 138 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
304 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 139 | 14 | 139 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
304 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 139 | 14 | 139 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
305 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 140 | 18 | 140 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
305 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 140 | 18 | 140 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
306 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 141 | 16 | 141 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
306 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 141 | 16 | 141 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
307 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 142 | 16 | 142 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
307 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 142 | 16 | 142 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
308 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 143 | 16 | 143 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
308 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 143 | 16 | 143 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
309 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 149 | 34 | 149 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
309 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 149 | 34 | 149 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
310 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 159 | 13 | 159 | 63 | 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. |
310 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 159 | 13 | 159 | 63 | 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. |
311 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 164 | 23 | 205 | 6 | 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. |
311 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 164 | 23 | 205 | 6 | 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. |
312 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 169 | 17 | 169 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
312 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 169 | 17 | 169 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
313 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 170 | 16 | 170 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
313 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 170 | 16 | 170 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
314 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 171 | 16 | 171 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
314 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 171 | 16 | 171 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
315 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 172 | 16 | 172 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
315 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 172 | 16 | 172 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
316 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 173 | 16 | 173 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
316 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 173 | 16 | 173 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
317 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 174 | 16 | 174 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
317 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 174 | 16 | 174 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
318 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 178 | 16 | 178 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
318 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 178 | 16 | 178 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
319 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 179 | 17 | 179 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
319 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 179 | 17 | 179 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
320 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 180 | 16 | 180 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
320 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 180 | 16 | 180 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
321 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 181 | 16 | 181 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
321 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 181 | 16 | 181 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
322 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 182 | 14 | 182 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
322 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 182 | 14 | 182 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
323 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 183 | 18 | 183 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
323 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 183 | 18 | 183 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
324 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 184 | 16 | 184 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
324 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 184 | 16 | 184 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
325 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 185 | 16 | 185 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
325 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 185 | 16 | 185 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
326 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 186 | 16 | 186 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
326 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 186 | 16 | 186 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
327 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 192 | 34 | 192 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
327 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 192 | 34 | 192 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
328 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 202 | 13 | 202 | 63 | 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 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 202 | 13 | 202 | 63 | 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 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 207 | 23 | 248 | 6 | 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. |
329 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 207 | 23 | 248 | 6 | 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. |
330 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 212 | 17 | 212 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
330 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 212 | 17 | 212 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
331 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 213 | 16 | 213 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
331 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 213 | 16 | 213 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
332 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 214 | 16 | 214 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
332 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 214 | 16 | 214 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
333 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 215 | 16 | 215 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
333 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 215 | 16 | 215 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
334 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 216 | 16 | 216 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
334 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 216 | 16 | 216 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
335 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 217 | 16 | 217 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
335 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 217 | 16 | 217 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
336 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 221 | 16 | 221 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
336 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 221 | 16 | 221 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
337 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 222 | 17 | 222 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
337 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 222 | 17 | 222 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
338 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 223 | 16 | 223 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
338 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 223 | 16 | 223 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
339 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 224 | 16 | 224 | 25 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
339 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 224 | 16 | 224 | 25 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
340 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 225 | 14 | 225 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
340 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 225 | 14 | 225 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
341 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 226 | 18 | 226 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
341 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 226 | 18 | 226 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
342 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 227 | 16 | 227 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
342 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 227 | 16 | 227 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
343 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 228 | 16 | 228 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
343 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 228 | 16 | 228 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
344 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 229 | 16 | 229 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
344 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 229 | 16 | 229 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
345 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 235 | 34 | 235 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
345 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 235 | 34 | 235 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
346 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 245 | 13 | 245 | 63 | 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 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 245 | 13 | 245 | 63 | 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 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 250 | 23 | 291 | 6 | 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. |
347 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 250 | 23 | 291 | 6 | 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. |
348 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 255 | 17 | 255 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
348 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 255 | 17 | 255 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
349 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 256 | 16 | 256 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
349 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 256 | 16 | 256 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
350 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 257 | 16 | 257 | 55 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
350 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 257 | 16 | 257 | 55 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
351 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 258 | 16 | 258 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
351 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 258 | 16 | 258 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
352 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 259 | 16 | 259 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
352 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 259 | 16 | 259 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
353 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 260 | 16 | 260 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
353 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 260 | 16 | 260 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
354 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 264 | 16 | 264 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
354 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 264 | 16 | 264 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
355 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 265 | 17 | 265 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
355 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 265 | 17 | 265 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
356 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 266 | 16 | 266 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
356 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 266 | 16 | 266 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
357 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 267 | 16 | 267 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
357 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 267 | 16 | 267 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
358 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 268 | 14 | 268 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
358 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 268 | 14 | 268 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
359 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 269 | 18 | 269 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
359 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 269 | 18 | 269 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
360 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 270 | 16 | 270 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
360 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 270 | 16 | 270 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
361 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 271 | 16 | 271 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
361 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 271 | 16 | 271 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
362 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 272 | 16 | 272 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
362 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 272 | 16 | 272 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
363 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 278 | 34 | 278 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
363 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 278 | 34 | 278 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
364 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 288 | 13 | 288 | 63 | 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. |
364 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 288 | 13 | 288 | 63 | 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. |
365 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 294 | 23 | 334 | 6 | 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. |
365 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 294 | 23 | 334 | 6 | 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. |
366 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 299 | 17 | 299 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
366 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 299 | 17 | 299 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
367 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 300 | 16 | 300 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
367 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 300 | 16 | 300 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
368 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 301 | 16 | 301 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
368 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 301 | 16 | 301 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
369 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 302 | 16 | 302 | 51 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
369 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 302 | 16 | 302 | 51 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
370 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 303 | 16 | 303 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
370 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 303 | 16 | 303 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
371 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 304 | 16 | 304 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
371 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 304 | 16 | 304 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
372 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 308 | 16 | 308 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
372 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 308 | 16 | 308 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
373 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 309 | 17 | 309 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
373 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 309 | 17 | 309 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
374 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 310 | 16 | 310 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
374 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 310 | 16 | 310 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
375 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 311 | 16 | 311 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
375 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 311 | 16 | 311 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
376 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 312 | 14 | 312 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
376 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 312 | 14 | 312 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
377 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 313 | 18 | 313 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
377 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 313 | 18 | 313 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
378 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 314 | 16 | 314 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
378 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 314 | 16 | 314 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
379 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 315 | 16 | 315 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
379 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 315 | 16 | 315 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
380 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 316 | 16 | 316 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
380 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 316 | 16 | 316 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
381 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 322 | 34 | 322 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
381 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 322 | 34 | 322 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
382 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 331 | 13 | 331 | 63 | 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 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 331 | 13 | 331 | 63 | 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 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 336 | 23 | 376 | 6 | 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. |
383 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 336 | 23 | 376 | 6 | 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. |
384 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 341 | 17 | 341 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
384 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 341 | 17 | 341 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
385 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 342 | 16 | 342 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
385 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 342 | 16 | 342 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
386 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 343 | 16 | 343 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
386 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 343 | 16 | 343 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
387 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 344 | 16 | 344 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
387 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 344 | 16 | 344 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
388 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 345 | 16 | 345 | 63 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
388 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 345 | 16 | 345 | 63 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
389 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 346 | 16 | 346 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
389 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 346 | 16 | 346 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
390 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 350 | 16 | 350 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
390 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 350 | 16 | 350 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
391 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 351 | 17 | 351 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
391 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 351 | 17 | 351 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
392 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 352 | 16 | 352 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
392 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 352 | 16 | 352 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
393 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 353 | 16 | 353 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
393 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 353 | 16 | 353 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
394 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 354 | 14 | 354 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
394 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 354 | 14 | 354 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
395 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 355 | 18 | 355 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
395 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 355 | 18 | 355 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
396 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 356 | 16 | 356 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
396 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 356 | 16 | 356 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
397 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 357 | 16 | 357 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
397 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 357 | 16 | 357 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
398 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 358 | 16 | 358 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
398 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 358 | 16 | 358 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
399 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 364 | 34 | 364 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
399 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 364 | 34 | 364 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
400 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 373 | 13 | 373 | 63 | 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. |
400 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 373 | 13 | 373 | 63 | 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. |
401 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 378 | 23 | 417 | 6 | 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. |
401 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 378 | 23 | 417 | 6 | 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. |
402 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 383 | 17 | 383 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
402 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 383 | 17 | 383 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
403 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 384 | 16 | 384 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
403 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 384 | 16 | 384 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
404 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 385 | 16 | 385 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
404 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 385 | 16 | 385 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
405 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 386 | 16 | 386 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
405 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 386 | 16 | 386 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
406 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 387 | 16 | 387 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
406 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 387 | 16 | 387 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
407 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 388 | 16 | 388 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
407 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 388 | 16 | 388 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
408 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 392 | 16 | 392 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
408 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 392 | 16 | 392 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
409 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 393 | 17 | 393 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
409 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 393 | 17 | 393 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
410 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 394 | 16 | 394 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
410 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 394 | 16 | 394 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
411 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 395 | 16 | 395 | 25 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
411 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 395 | 16 | 395 | 25 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
412 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 396 | 14 | 396 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
412 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 396 | 14 | 396 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
413 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 397 | 18 | 397 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
413 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 397 | 18 | 397 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
414 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 398 | 16 | 398 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
414 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 398 | 16 | 398 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
415 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 399 | 16 | 399 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
415 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 399 | 16 | 399 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
416 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 400 | 16 | 400 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
416 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 400 | 16 | 400 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
417 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 406 | 34 | 406 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
417 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 406 | 34 | 406 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
418 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 414 | 13 | 414 | 63 | 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. |
418 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 414 | 13 | 414 | 63 | 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. |
419 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 419 | 23 | 458 | 6 | 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. |
419 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 419 | 23 | 458 | 6 | 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. |
420 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 424 | 17 | 424 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
420 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 424 | 17 | 424 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
421 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 425 | 16 | 425 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
421 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 425 | 16 | 425 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
422 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 426 | 16 | 426 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
422 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 426 | 16 | 426 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
423 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 427 | 16 | 427 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
423 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 427 | 16 | 427 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
424 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 428 | 16 | 428 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
424 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 428 | 16 | 428 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
425 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 429 | 16 | 429 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
425 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 429 | 16 | 429 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
426 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 433 | 16 | 433 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
426 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 433 | 16 | 433 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
427 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 434 | 17 | 434 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
427 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 434 | 17 | 434 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
428 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 435 | 16 | 435 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
428 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 435 | 16 | 435 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
429 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 436 | 16 | 436 | 25 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
429 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 436 | 16 | 436 | 25 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
430 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 437 | 14 | 437 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
430 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 437 | 14 | 437 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
431 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 438 | 18 | 438 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
431 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 438 | 18 | 438 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
432 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 439 | 16 | 439 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
432 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 439 | 16 | 439 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
433 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 440 | 16 | 440 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
433 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 440 | 16 | 440 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
434 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 441 | 16 | 441 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
434 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 441 | 16 | 441 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
435 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 447 | 34 | 447 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
435 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 447 | 34 | 447 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
436 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 455 | 13 | 455 | 63 | 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. |
436 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 455 | 13 | 455 | 63 | 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. |
437 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 460 | 23 | 504 | 6 | 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. |
437 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 460 | 23 | 504 | 6 | 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. |
438 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 465 | 17 | 465 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
438 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 465 | 17 | 465 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
439 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 466 | 16 | 466 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
439 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 466 | 16 | 466 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
440 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 467 | 16 | 467 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
440 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 467 | 16 | 467 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
441 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 468 | 16 | 468 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
441 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 468 | 16 | 468 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
442 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 469 | 16 | 469 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
442 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 469 | 16 | 469 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
443 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 470 | 16 | 470 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
443 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 470 | 16 | 470 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
444 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 474 | 16 | 474 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
444 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 474 | 16 | 474 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
445 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 475 | 17 | 475 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
445 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 475 | 17 | 475 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
446 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 476 | 16 | 476 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
446 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 476 | 16 | 476 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
447 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 477 | 16 | 477 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
447 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 477 | 16 | 477 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
448 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 478 | 14 | 478 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
448 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 478 | 14 | 478 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
449 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 479 | 18 | 479 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
449 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 479 | 18 | 479 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
450 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 480 | 16 | 480 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
450 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 480 | 16 | 480 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
451 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 481 | 16 | 481 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
451 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 481 | 16 | 481 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
452 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 482 | 16 | 482 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
452 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 482 | 16 | 482 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
453 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 488 | 34 | 488 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
453 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 488 | 34 | 488 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
454 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 501 | 9 | 501 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
454 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 501 | 9 | 501 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
455 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 502 | 9 | 502 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
455 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 502 | 9 | 502 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
456 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 506 | 23 | 549 | 6 | 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. |
456 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 506 | 23 | 549 | 6 | 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. |
457 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 511 | 17 | 511 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
457 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 511 | 17 | 511 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
458 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 512 | 16 | 512 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
458 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 512 | 16 | 512 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
459 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 513 | 16 | 513 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
459 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 513 | 16 | 513 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
460 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 514 | 16 | 514 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
460 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 514 | 16 | 514 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
461 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 515 | 16 | 515 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
461 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 515 | 16 | 515 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
462 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 516 | 16 | 516 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
462 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 516 | 16 | 516 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
463 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 520 | 16 | 520 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
463 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 520 | 16 | 520 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
464 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 521 | 17 | 521 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
464 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 521 | 17 | 521 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
465 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 522 | 16 | 522 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
465 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 522 | 16 | 522 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
466 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 523 | 16 | 523 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
466 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 523 | 16 | 523 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
467 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 524 | 14 | 524 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
467 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 524 | 14 | 524 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
468 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 525 | 18 | 525 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
468 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 525 | 18 | 525 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
469 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 526 | 16 | 526 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
469 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 526 | 16 | 526 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
470 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 527 | 16 | 527 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
470 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 527 | 16 | 527 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
471 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 528 | 16 | 528 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
471 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 528 | 16 | 528 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
472 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 534 | 34 | 534 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
472 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 534 | 34 | 534 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
473 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 546 | 9 | 546 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
473 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 546 | 9 | 546 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
474 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 547 | 9 | 547 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
474 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 547 | 9 | 547 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
475 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 551 | 23 | 592 | 6 | 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. |
475 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 551 | 23 | 592 | 6 | 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. |
476 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 556 | 17 | 556 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
476 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 556 | 17 | 556 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
477 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 557 | 16 | 557 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
477 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 557 | 16 | 557 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
478 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 558 | 16 | 558 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
478 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 558 | 16 | 558 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
479 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 559 | 16 | 559 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
479 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 559 | 16 | 559 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
480 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 560 | 16 | 560 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
480 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 560 | 16 | 560 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
481 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 561 | 16 | 561 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
481 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 561 | 16 | 561 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
482 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 564 | 16 | 564 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
482 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 564 | 16 | 564 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
483 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 565 | 17 | 565 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
483 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 565 | 17 | 565 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
484 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 566 | 16 | 566 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
484 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 566 | 16 | 566 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
485 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 567 | 16 | 567 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
485 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 567 | 16 | 567 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
486 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 568 | 14 | 568 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
486 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 568 | 14 | 568 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
487 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 569 | 18 | 569 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
487 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 569 | 18 | 569 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
488 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 570 | 16 | 570 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
488 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 570 | 16 | 570 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
489 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 571 | 16 | 571 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
489 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 571 | 16 | 571 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
490 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 572 | 16 | 572 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
490 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 572 | 16 | 572 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
491 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 581 | 34 | 581 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
491 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 581 | 34 | 581 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
492 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 589 | 9 | 589 | 75 | 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. |
492 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 589 | 9 | 589 | 75 | 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. |
493 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 590 | 9 | 590 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
493 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 590 | 9 | 590 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
494 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 594 | 23 | 634 | 6 | 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. |
494 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 594 | 23 | 634 | 6 | 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. |
495 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 599 | 17 | 599 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
495 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 599 | 17 | 599 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
496 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 600 | 16 | 600 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
496 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 600 | 16 | 600 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
497 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 601 | 16 | 601 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
497 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 601 | 16 | 601 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
498 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 602 | 16 | 602 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
498 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 602 | 16 | 602 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
499 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 603 | 16 | 603 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
499 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 603 | 16 | 603 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
500 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 604 | 16 | 604 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
500 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 604 | 16 | 604 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
501 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 607 | 16 | 607 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
501 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 607 | 16 | 607 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
502 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 608 | 17 | 608 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
502 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 608 | 17 | 608 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
503 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 609 | 16 | 609 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
503 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 609 | 16 | 609 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
504 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 610 | 16 | 610 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
504 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 610 | 16 | 610 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
505 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 611 | 14 | 611 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
505 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 611 | 14 | 611 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
506 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 612 | 18 | 612 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
506 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 612 | 18 | 612 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
507 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 613 | 16 | 613 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
507 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 613 | 16 | 613 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
508 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 614 | 16 | 614 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
508 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 614 | 16 | 614 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
509 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 615 | 16 | 615 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
509 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 615 | 16 | 615 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
510 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 624 | 34 | 624 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
510 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 624 | 34 | 624 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
511 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 632 | 9 | 632 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
511 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 632 | 9 | 632 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
512 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 636 | 23 | 683 | 6 | 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. |
512 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 636 | 23 | 683 | 6 | 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. |
513 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 641 | 17 | 641 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
513 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 641 | 17 | 641 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
514 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 642 | 16 | 642 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
514 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 642 | 16 | 642 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
515 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 643 | 16 | 643 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
515 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 643 | 16 | 643 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
516 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 644 | 16 | 644 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
516 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 644 | 16 | 644 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
517 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 645 | 16 | 645 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
517 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 645 | 16 | 645 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
518 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 646 | 16 | 646 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
518 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 646 | 16 | 646 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
519 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 650 | 16 | 650 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
519 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 650 | 16 | 650 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
520 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 651 | 17 | 651 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
520 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 651 | 17 | 651 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
521 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 652 | 16 | 652 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
521 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 652 | 16 | 652 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
522 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 653 | 16 | 653 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
522 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 653 | 16 | 653 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
523 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 654 | 14 | 654 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
523 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 654 | 14 | 654 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
524 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 655 | 18 | 655 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
524 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 655 | 18 | 655 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
525 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 656 | 16 | 656 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
525 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 656 | 16 | 656 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
526 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 657 | 16 | 657 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
526 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 657 | 16 | 657 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
527 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 658 | 16 | 658 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
527 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 658 | 16 | 658 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
528 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 667 | 34 | 667 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
528 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 667 | 34 | 667 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
529 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 671 | 34 | 671 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
529 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 671 | 34 | 671 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
530 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 679 | 9 | 679 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
530 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 679 | 9 | 679 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
531 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 681 | 9 | 681 | 75 | 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. |
531 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 681 | 9 | 681 | 75 | 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. |
532 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 685 | 23 | 732 | 6 | 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. |
532 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 685 | 23 | 732 | 6 | 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. |
533 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 690 | 17 | 690 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
533 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 690 | 17 | 690 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
534 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 691 | 16 | 691 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
534 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 691 | 16 | 691 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
535 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 692 | 16 | 692 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
535 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 692 | 16 | 692 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
536 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 693 | 16 | 693 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
536 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 693 | 16 | 693 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
537 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 694 | 16 | 694 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
537 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 694 | 16 | 694 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
538 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 695 | 16 | 695 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
538 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 695 | 16 | 695 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
539 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 699 | 16 | 699 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
539 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 699 | 16 | 699 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
540 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 700 | 17 | 700 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
540 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 700 | 17 | 700 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
541 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 701 | 16 | 701 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
541 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 701 | 16 | 701 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
542 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 702 | 16 | 702 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
542 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 702 | 16 | 702 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
543 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 703 | 14 | 703 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
543 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 703 | 14 | 703 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
544 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 704 | 18 | 704 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
544 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 704 | 18 | 704 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
545 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 705 | 16 | 705 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
545 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 705 | 16 | 705 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
546 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 706 | 16 | 706 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
546 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 706 | 16 | 706 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
547 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 707 | 16 | 707 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
547 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 707 | 16 | 707 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
548 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 716 | 34 | 716 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
548 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 716 | 34 | 716 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
549 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 720 | 34 | 720 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
549 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 720 | 34 | 720 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
550 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 728 | 9 | 728 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
550 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 728 | 9 | 728 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
551 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 730 | 9 | 730 | 75 | 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. |
551 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 730 | 9 | 730 | 75 | 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. |
552 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 734 | 23 | 782 | 6 | 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. |
552 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 734 | 23 | 782 | 6 | 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. |
553 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 739 | 17 | 739 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
553 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 739 | 17 | 739 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
554 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 740 | 16 | 740 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
554 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 740 | 16 | 740 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
555 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 741 | 16 | 741 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
555 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 741 | 16 | 741 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
556 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 742 | 16 | 742 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
556 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 742 | 16 | 742 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
557 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 743 | 16 | 743 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
557 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 743 | 16 | 743 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
558 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 744 | 16 | 744 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
558 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 744 | 16 | 744 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
559 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 748 | 16 | 748 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
559 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 748 | 16 | 748 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
560 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 749 | 17 | 749 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
560 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 749 | 17 | 749 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
561 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 750 | 16 | 750 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
561 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 750 | 16 | 750 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
562 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 751 | 16 | 751 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
562 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 751 | 16 | 751 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
563 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 752 | 14 | 752 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
563 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 752 | 14 | 752 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
564 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 753 | 18 | 753 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
564 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 753 | 18 | 753 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
565 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 754 | 16 | 754 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
565 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 754 | 16 | 754 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
566 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 755 | 16 | 755 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
566 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 755 | 16 | 755 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
567 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 756 | 16 | 756 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
567 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 756 | 16 | 756 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
568 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 765 | 34 | 765 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
568 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 765 | 34 | 765 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
569 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 769 | 34 | 769 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
569 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 769 | 34 | 769 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
570 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 777 | 9 | 777 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
570 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 777 | 9 | 777 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
571 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 780 | 9 | 780 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
571 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 780 | 9 | 780 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
572 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 784 | 23 | 831 | 6 | 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. |
572 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 784 | 23 | 831 | 6 | 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. |
573 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 789 | 17 | 789 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
573 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 789 | 17 | 789 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
574 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 790 | 16 | 790 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
574 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 790 | 16 | 790 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
575 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 791 | 16 | 791 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
575 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 791 | 16 | 791 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
576 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 792 | 16 | 792 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
576 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 792 | 16 | 792 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
577 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 793 | 16 | 793 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
577 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 793 | 16 | 793 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
578 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 794 | 16 | 794 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
578 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 794 | 16 | 794 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
579 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 797 | 16 | 797 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
579 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 797 | 16 | 797 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
580 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 798 | 17 | 798 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
580 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 798 | 17 | 798 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
581 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 799 | 16 | 799 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
581 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 799 | 16 | 799 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
582 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 800 | 16 | 800 | 21 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
582 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 800 | 16 | 800 | 21 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
583 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 801 | 14 | 801 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
583 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 801 | 14 | 801 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
584 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 802 | 18 | 802 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
584 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 802 | 18 | 802 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
585 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 803 | 16 | 803 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
585 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 803 | 16 | 803 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
586 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 804 | 16 | 804 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
586 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 804 | 16 | 804 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
587 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 805 | 16 | 805 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
587 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 805 | 16 | 805 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
588 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 814 | 34 | 814 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
588 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 814 | 34 | 814 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
589 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 818 | 34 | 818 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
589 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 818 | 34 | 818 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
590 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 826 | 9 | 826 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
590 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 826 | 9 | 826 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
591 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 829 | 9 | 829 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
591 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 829 | 9 | 829 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
592 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 833 | 23 | 880 | 6 | 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. |
592 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 833 | 23 | 880 | 6 | 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. |
593 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 838 | 17 | 838 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
593 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 838 | 17 | 838 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
594 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 839 | 16 | 839 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
594 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 839 | 16 | 839 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
595 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 840 | 16 | 840 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
595 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 840 | 16 | 840 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
596 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 841 | 16 | 841 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
596 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 841 | 16 | 841 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
597 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 842 | 16 | 842 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
597 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 842 | 16 | 842 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
598 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 843 | 16 | 843 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
598 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 843 | 16 | 843 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
599 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 846 | 16 | 846 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
599 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 846 | 16 | 846 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
600 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 847 | 17 | 847 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
600 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 847 | 17 | 847 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
601 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 848 | 16 | 848 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
601 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 848 | 16 | 848 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
602 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 849 | 16 | 849 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
602 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 849 | 16 | 849 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
603 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 850 | 14 | 850 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
603 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 850 | 14 | 850 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
604 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 851 | 18 | 851 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
604 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 851 | 18 | 851 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
605 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 852 | 16 | 852 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
605 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 852 | 16 | 852 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
606 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 853 | 16 | 853 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
606 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 853 | 16 | 853 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
607 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 854 | 16 | 854 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
607 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 854 | 16 | 854 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
608 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 863 | 34 | 863 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
608 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 863 | 34 | 863 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
609 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 867 | 34 | 867 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
609 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 867 | 34 | 867 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
610 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 875 | 9 | 875 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
610 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 875 | 9 | 875 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
611 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 878 | 9 | 878 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
611 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 878 | 9 | 878 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
612 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 882 | 23 | 929 | 6 | 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. |
612 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 882 | 23 | 929 | 6 | 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. |
613 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 887 | 17 | 887 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
613 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 887 | 17 | 887 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
614 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 888 | 16 | 888 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
614 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 888 | 16 | 888 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
615 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 889 | 16 | 889 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
615 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 889 | 16 | 889 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
616 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 890 | 16 | 890 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
616 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 890 | 16 | 890 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
617 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 891 | 16 | 891 | 42 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
617 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 891 | 16 | 891 | 42 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
618 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 892 | 16 | 892 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
618 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 892 | 16 | 892 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
619 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 895 | 16 | 895 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
619 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 895 | 16 | 895 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
620 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 896 | 17 | 896 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
620 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 896 | 17 | 896 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
621 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 897 | 16 | 897 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
621 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 897 | 16 | 897 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
622 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 898 | 16 | 898 | 21 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
622 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 898 | 16 | 898 | 21 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
623 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 899 | 14 | 899 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
623 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 899 | 14 | 899 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
624 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 900 | 18 | 900 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
624 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 900 | 18 | 900 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
625 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 901 | 16 | 901 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
625 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 901 | 16 | 901 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
626 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 902 | 16 | 902 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
626 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 902 | 16 | 902 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
627 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 903 | 16 | 903 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
627 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 903 | 16 | 903 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
628 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 912 | 34 | 912 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
628 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 912 | 34 | 912 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
629 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 916 | 34 | 916 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
629 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 916 | 34 | 916 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
630 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 924 | 9 | 924 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
630 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 924 | 9 | 924 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
631 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 927 | 9 | 927 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
631 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 927 | 9 | 927 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
632 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 931 | 23 | 978 | 6 | 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. |
632 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 931 | 23 | 978 | 6 | 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. |
633 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 936 | 17 | 936 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
633 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 936 | 17 | 936 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
634 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 937 | 16 | 937 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
634 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 937 | 16 | 937 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
635 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 938 | 16 | 938 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
635 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 938 | 16 | 938 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
636 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 939 | 16 | 939 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
636 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 939 | 16 | 939 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
637 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 940 | 16 | 940 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
637 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 940 | 16 | 940 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
638 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 941 | 16 | 941 | 32 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
638 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 941 | 16 | 941 | 32 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
639 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 945 | 16 | 945 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
639 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 945 | 16 | 945 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
640 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 946 | 17 | 946 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
640 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 946 | 17 | 946 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
641 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 947 | 16 | 947 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
641 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 947 | 16 | 947 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
642 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 948 | 16 | 948 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
642 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 948 | 16 | 948 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
643 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 949 | 14 | 949 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
643 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 949 | 14 | 949 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
644 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 950 | 18 | 950 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
644 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 950 | 18 | 950 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
645 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 951 | 16 | 951 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
645 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 951 | 16 | 951 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
646 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 952 | 16 | 952 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
646 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 952 | 16 | 952 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
647 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 953 | 16 | 953 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
647 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 953 | 16 | 953 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
648 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 962 | 34 | 962 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
648 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 962 | 34 | 962 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
649 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 966 | 34 | 966 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
649 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 966 | 34 | 966 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
650 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 974 | 9 | 974 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
650 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 974 | 9 | 974 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
651 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 976 | 9 | 976 | 75 | 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. |
651 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 976 | 9 | 976 | 75 | 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. |
652 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 980 | 23 | 1026 | 6 | 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. |
652 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 980 | 23 | 1026 | 6 | 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. |
653 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 985 | 17 | 985 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
653 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 985 | 17 | 985 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
654 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 986 | 16 | 986 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
654 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 986 | 16 | 986 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
655 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 987 | 16 | 987 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
655 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 987 | 16 | 987 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
656 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 988 | 16 | 988 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
656 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 988 | 16 | 988 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
657 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 989 | 16 | 989 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
657 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 989 | 16 | 989 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
658 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 990 | 16 | 990 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
658 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 990 | 16 | 990 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
659 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 994 | 16 | 994 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
659 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 994 | 16 | 994 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
660 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 995 | 17 | 995 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
660 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 995 | 17 | 995 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
661 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 996 | 16 | 996 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
661 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 996 | 16 | 996 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
662 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 997 | 16 | 997 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
662 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 997 | 16 | 997 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
663 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 998 | 14 | 998 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
663 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 998 | 14 | 998 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
664 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 999 | 18 | 999 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
664 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 999 | 18 | 999 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
665 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1000 | 16 | 1000 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
665 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1000 | 16 | 1000 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
666 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1001 | 16 | 1001 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
666 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1001 | 16 | 1001 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
667 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1002 | 16 | 1002 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
667 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1002 | 16 | 1002 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
668 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1011 | 34 | 1011 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
668 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1011 | 34 | 1011 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
669 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1015 | 34 | 1015 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
669 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1015 | 34 | 1015 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
670 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1023 | 9 | 1023 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
670 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1023 | 9 | 1023 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
671 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1025 | 9 | 1025 | 75 | 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. |
671 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1025 | 9 | 1025 | 75 | 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. |
672 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1028 | 23 | 1075 | 6 | 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. |
672 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1028 | 23 | 1075 | 6 | 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. |
673 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1033 | 17 | 1033 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
673 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1033 | 17 | 1033 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
674 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1034 | 16 | 1034 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
674 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1034 | 16 | 1034 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
675 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1035 | 16 | 1035 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
675 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1035 | 16 | 1035 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
676 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1036 | 16 | 1036 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
676 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1036 | 16 | 1036 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
677 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1037 | 16 | 1037 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
677 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1037 | 16 | 1037 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
678 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1038 | 16 | 1038 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
678 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1038 | 16 | 1038 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
679 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1042 | 16 | 1042 | 32 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
679 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1042 | 16 | 1042 | 32 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
680 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1043 | 17 | 1043 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
680 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1043 | 17 | 1043 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
681 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1044 | 16 | 1044 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
681 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1044 | 16 | 1044 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
682 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1045 | 16 | 1045 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
682 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1045 | 16 | 1045 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
683 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1046 | 14 | 1046 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
683 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1046 | 14 | 1046 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
684 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1047 | 18 | 1047 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
684 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1047 | 18 | 1047 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
685 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1048 | 16 | 1048 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
685 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1048 | 16 | 1048 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
686 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1049 | 16 | 1049 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
686 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1049 | 16 | 1049 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
687 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1050 | 16 | 1050 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
687 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1050 | 16 | 1050 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
688 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1059 | 34 | 1059 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
688 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1059 | 34 | 1059 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
689 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1063 | 34 | 1063 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
689 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1063 | 34 | 1063 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
690 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1071 | 9 | 1071 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
690 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1071 | 9 | 1071 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
691 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1073 | 9 | 1073 | 75 | 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. |
691 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1073 | 9 | 1073 | 75 | 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. |
692 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1077 | 23 | 1123 | 6 | 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. |
692 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1077 | 23 | 1123 | 6 | 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. |
693 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1082 | 17 | 1082 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
693 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1082 | 17 | 1082 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
694 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1083 | 16 | 1083 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
694 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1083 | 16 | 1083 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
695 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1084 | 16 | 1084 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
695 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1084 | 16 | 1084 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
696 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1085 | 16 | 1085 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
696 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1085 | 16 | 1085 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
697 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1086 | 16 | 1086 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
697 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1086 | 16 | 1086 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
698 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1087 | 16 | 1087 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
698 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1087 | 16 | 1087 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
699 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1090 | 16 | 1090 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
699 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1090 | 16 | 1090 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
700 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1091 | 17 | 1091 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
700 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1091 | 17 | 1091 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
701 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1092 | 16 | 1092 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
701 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1092 | 16 | 1092 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
702 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1093 | 16 | 1093 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
702 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1093 | 16 | 1093 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
703 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1094 | 14 | 1094 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
703 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1094 | 14 | 1094 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
704 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1095 | 18 | 1095 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
704 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1095 | 18 | 1095 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
705 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1096 | 16 | 1096 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
705 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1096 | 16 | 1096 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
706 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1097 | 16 | 1097 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
706 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1097 | 16 | 1097 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
707 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1098 | 16 | 1098 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
707 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1098 | 16 | 1098 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
708 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1107 | 34 | 1107 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
708 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1107 | 34 | 1107 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
709 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1111 | 34 | 1111 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
709 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1111 | 34 | 1111 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
710 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1119 | 9 | 1119 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
710 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1119 | 9 | 1119 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
711 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1121 | 9 | 1121 | 75 | 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. |
711 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1121 | 9 | 1121 | 75 | 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. |
712 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1125 | 23 | 1171 | 6 | 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. |
712 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1125 | 23 | 1171 | 6 | 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. |
713 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1130 | 17 | 1130 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
713 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1130 | 17 | 1130 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
714 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1131 | 16 | 1131 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
714 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1131 | 16 | 1131 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
715 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1132 | 16 | 1132 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
715 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1132 | 16 | 1132 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
716 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1133 | 16 | 1133 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
716 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1133 | 16 | 1133 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
717 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1134 | 16 | 1134 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
717 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1134 | 16 | 1134 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
718 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1135 | 16 | 1135 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
718 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1135 | 16 | 1135 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
719 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1138 | 16 | 1138 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
719 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1138 | 16 | 1138 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
720 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1139 | 17 | 1139 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
720 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1139 | 17 | 1139 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
721 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1140 | 16 | 1140 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
721 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1140 | 16 | 1140 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
722 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1141 | 16 | 1141 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
722 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1141 | 16 | 1141 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
723 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1142 | 14 | 1142 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
723 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1142 | 14 | 1142 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
724 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1143 | 18 | 1143 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
724 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1143 | 18 | 1143 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
725 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1144 | 16 | 1144 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
725 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1144 | 16 | 1144 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
726 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1145 | 16 | 1145 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
726 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1145 | 16 | 1145 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
727 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1146 | 16 | 1146 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
727 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1146 | 16 | 1146 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
728 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1155 | 34 | 1155 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
728 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1155 | 34 | 1155 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
729 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1159 | 34 | 1159 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
729 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1159 | 34 | 1159 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
730 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1167 | 9 | 1167 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
730 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1167 | 9 | 1167 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
731 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1169 | 9 | 1169 | 75 | 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. |
731 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1169 | 9 | 1169 | 75 | 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. |
732 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1173 | 23 | 1220 | 6 | 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. |
732 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1173 | 23 | 1220 | 6 | 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. |
733 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1178 | 17 | 1178 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
733 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1178 | 17 | 1178 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
734 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1179 | 16 | 1179 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
734 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1179 | 16 | 1179 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
735 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1180 | 16 | 1180 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
735 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1180 | 16 | 1180 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
736 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1181 | 16 | 1181 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
736 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1181 | 16 | 1181 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
737 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1182 | 16 | 1182 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
737 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1182 | 16 | 1182 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
738 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1183 | 16 | 1183 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
738 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1183 | 16 | 1183 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
739 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1187 | 16 | 1187 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
739 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1187 | 16 | 1187 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
740 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1188 | 17 | 1188 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
740 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1188 | 17 | 1188 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
741 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1189 | 16 | 1189 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
741 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1189 | 16 | 1189 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
742 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1190 | 16 | 1190 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
742 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1190 | 16 | 1190 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
743 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1191 | 14 | 1191 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
743 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1191 | 14 | 1191 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
744 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1192 | 18 | 1192 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
744 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1192 | 18 | 1192 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
745 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1193 | 16 | 1193 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
745 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1193 | 16 | 1193 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
746 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1194 | 16 | 1194 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
746 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1194 | 16 | 1194 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
747 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1195 | 16 | 1195 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
747 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1195 | 16 | 1195 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
748 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1204 | 34 | 1204 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
748 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1204 | 34 | 1204 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
749 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1208 | 34 | 1208 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
749 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1208 | 34 | 1208 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
750 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1216 | 9 | 1216 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
750 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1216 | 9 | 1216 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
751 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1218 | 9 | 1218 | 75 | 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. |
751 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1218 | 9 | 1218 | 75 | 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. |
752 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1222 | 23 | 1269 | 6 | 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. |
752 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1222 | 23 | 1269 | 6 | 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. |
753 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1227 | 17 | 1227 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
753 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1227 | 17 | 1227 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
754 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1228 | 16 | 1228 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
754 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1228 | 16 | 1228 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
755 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1229 | 16 | 1229 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
755 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1229 | 16 | 1229 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
756 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1230 | 16 | 1230 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
756 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1230 | 16 | 1230 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
757 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1231 | 16 | 1231 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
757 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1231 | 16 | 1231 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
758 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1232 | 16 | 1232 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
758 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1232 | 16 | 1232 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
759 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1236 | 16 | 1236 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
759 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1236 | 16 | 1236 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
760 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1237 | 17 | 1237 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
760 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1237 | 17 | 1237 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
761 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1238 | 16 | 1238 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
761 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1238 | 16 | 1238 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
762 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1239 | 16 | 1239 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
762 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1239 | 16 | 1239 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
763 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1240 | 14 | 1240 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
763 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1240 | 14 | 1240 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
764 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1241 | 18 | 1241 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
764 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1241 | 18 | 1241 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
765 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1242 | 16 | 1242 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
765 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1242 | 16 | 1242 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
766 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1243 | 16 | 1243 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
766 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1243 | 16 | 1243 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
767 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1244 | 16 | 1244 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
767 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1244 | 16 | 1244 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
768 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1253 | 34 | 1253 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
768 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1253 | 34 | 1253 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
769 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1257 | 34 | 1257 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
769 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1257 | 34 | 1257 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
770 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1265 | 9 | 1265 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
770 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1265 | 9 | 1265 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
771 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1267 | 9 | 1267 | 75 | 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. |
771 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1267 | 9 | 1267 | 75 | 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. |
772 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1271 | 23 | 1317 | 6 | 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. |
772 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1271 | 23 | 1317 | 6 | 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. |
773 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1276 | 17 | 1276 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
773 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1276 | 17 | 1276 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
774 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1277 | 16 | 1277 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
774 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1277 | 16 | 1277 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
775 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1278 | 16 | 1278 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
775 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1278 | 16 | 1278 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
776 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1279 | 16 | 1279 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
776 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1279 | 16 | 1279 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
777 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1280 | 16 | 1280 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
777 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1280 | 16 | 1280 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
778 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1281 | 16 | 1281 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
778 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1281 | 16 | 1281 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
779 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1285 | 16 | 1285 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
779 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1285 | 16 | 1285 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
780 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1286 | 17 | 1286 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
780 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1286 | 17 | 1286 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
781 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1287 | 16 | 1287 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
781 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1287 | 16 | 1287 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
782 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1288 | 16 | 1288 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
782 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1288 | 16 | 1288 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
783 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1289 | 14 | 1289 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
783 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1289 | 14 | 1289 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
784 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1290 | 18 | 1290 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
784 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1290 | 18 | 1290 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
785 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1291 | 16 | 1291 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
785 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1291 | 16 | 1291 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
786 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1292 | 16 | 1292 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
786 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1292 | 16 | 1292 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
787 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1293 | 16 | 1293 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
787 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1293 | 16 | 1293 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
788 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1302 | 34 | 1302 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
788 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1302 | 34 | 1302 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
789 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1306 | 34 | 1306 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
789 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1306 | 34 | 1306 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
790 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1314 | 9 | 1314 | 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. |
790 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1314 | 9 | 1314 | 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. |
791 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1315 | 9 | 1315 | 120 | 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. |
791 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1315 | 9 | 1315 | 120 | 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. |
792 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1319 | 23 | 1368 | 6 | 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. |
792 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1319 | 23 | 1368 | 6 | 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. |
793 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1324 | 17 | 1324 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
793 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1324 | 17 | 1324 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
794 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1325 | 16 | 1325 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
794 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1325 | 16 | 1325 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
795 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1326 | 16 | 1326 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
795 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1326 | 16 | 1326 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
796 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1327 | 16 | 1327 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
796 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1327 | 16 | 1327 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
797 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1328 | 16 | 1328 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
797 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1328 | 16 | 1328 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
798 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1329 | 16 | 1329 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
798 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1329 | 16 | 1329 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
799 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1333 | 16 | 1333 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
799 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1333 | 16 | 1333 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
800 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1334 | 17 | 1334 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
800 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1334 | 17 | 1334 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
801 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1335 | 16 | 1335 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
801 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1335 | 16 | 1335 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
802 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1336 | 16 | 1336 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
802 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1336 | 16 | 1336 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
803 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1337 | 14 | 1337 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
803 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1337 | 14 | 1337 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
804 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1338 | 18 | 1338 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
804 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1338 | 18 | 1338 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
805 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1339 | 16 | 1339 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
805 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1339 | 16 | 1339 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
806 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1340 | 16 | 1340 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
806 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1340 | 16 | 1340 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
807 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1341 | 16 | 1341 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
807 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1341 | 16 | 1341 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
808 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1353 | 34 | 1353 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
808 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1353 | 34 | 1353 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
809 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1357 | 34 | 1357 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
809 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1357 | 34 | 1357 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
810 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1365 | 9 | 1365 | 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. |
810 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1365 | 9 | 1365 | 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. |
811 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1370 | 23 | 1421 | 6 | 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. |
811 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1370 | 23 | 1421 | 6 | 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. |
812 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1371 | 16 | 1371 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
812 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1371 | 16 | 1371 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
813 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1376 | 16 | 1376 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
813 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1376 | 16 | 1376 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
814 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1377 | 17 | 1377 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
814 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1377 | 17 | 1377 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
815 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1378 | 16 | 1378 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
815 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1378 | 16 | 1378 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
816 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1379 | 16 | 1379 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
816 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1379 | 16 | 1379 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
817 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1380 | 14 | 1380 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
817 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1380 | 14 | 1380 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
818 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1381 | 18 | 1381 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
818 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1381 | 18 | 1381 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
819 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1382 | 16 | 1382 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
819 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1382 | 16 | 1382 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
820 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1383 | 16 | 1383 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
820 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1383 | 16 | 1383 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
821 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1384 | 16 | 1384 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
821 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1384 | 16 | 1384 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
822 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1391 | 34 | 1391 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
822 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1391 | 34 | 1391 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
823 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1399 | 34 | 1399 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
823 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1399 | 34 | 1399 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
824 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1412 | 9 | 1412 | 42 | 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. |
824 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1412 | 9 | 1412 | 42 | 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. |
825 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1414 | 9 | 1414 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
825 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1414 | 9 | 1414 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
826 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1417 | 9 | 1417 | 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. |
826 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1417 | 9 | 1417 | 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. |
827 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1419 | 9 | 1419 | 75 | 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. |
827 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1419 | 9 | 1419 | 75 | 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. |
828 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1424 | 23 | 1432 | 6 | 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() |
828 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1424 | 23 | 1432 | 6 | 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() |
829 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1424 | 23 | 1432 | 6 | 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. |
829 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1424 | 23 | 1432 | 6 | 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. |
830 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1434 | 23 | 1481 | 6 | 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. |
830 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1434 | 23 | 1481 | 6 | 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. |
831 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1439 | 17 | 1439 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
831 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1439 | 17 | 1439 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
832 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1440 | 16 | 1440 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
832 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1440 | 16 | 1440 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
833 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1441 | 16 | 1441 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
833 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1441 | 16 | 1441 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
834 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1442 | 16 | 1442 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
834 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1442 | 16 | 1442 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
835 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1443 | 16 | 1443 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
835 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1443 | 16 | 1443 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
836 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1444 | 16 | 1444 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
836 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1444 | 16 | 1444 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
837 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1448 | 16 | 1448 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
837 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1448 | 16 | 1448 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
838 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1449 | 17 | 1449 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
838 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1449 | 17 | 1449 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
839 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1450 | 16 | 1450 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
839 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1450 | 16 | 1450 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
840 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1451 | 16 | 1451 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
840 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1451 | 16 | 1451 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
841 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1452 | 14 | 1452 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
841 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1452 | 14 | 1452 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
842 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1453 | 18 | 1453 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
842 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1453 | 18 | 1453 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
843 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1454 | 16 | 1454 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
843 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1454 | 16 | 1454 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
844 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1455 | 16 | 1455 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
844 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1455 | 16 | 1455 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
845 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1456 | 16 | 1456 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
845 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1456 | 16 | 1456 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
846 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1465 | 34 | 1465 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
846 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1465 | 34 | 1465 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
847 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1469 | 34 | 1469 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
847 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1469 | 34 | 1469 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
848 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1477 | 9 | 1477 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
848 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1477 | 9 | 1477 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
849 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1479 | 9 | 1479 | 75 | 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. |
849 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1479 | 9 | 1479 | 75 | 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. |
850 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1483 | 23 | 1530 | 6 | 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. |
850 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1483 | 23 | 1530 | 6 | 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. |
851 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1488 | 17 | 1488 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
851 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1488 | 17 | 1488 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
852 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1489 | 16 | 1489 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
852 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1489 | 16 | 1489 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
853 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1490 | 16 | 1490 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
853 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1490 | 16 | 1490 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
854 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1491 | 16 | 1491 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
854 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1491 | 16 | 1491 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
855 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1492 | 16 | 1492 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
855 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1492 | 16 | 1492 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
856 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1493 | 16 | 1493 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
856 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1493 | 16 | 1493 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
857 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1497 | 16 | 1497 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
857 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1497 | 16 | 1497 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
858 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1498 | 17 | 1498 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
858 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1498 | 17 | 1498 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
859 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1499 | 16 | 1499 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
859 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1499 | 16 | 1499 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
860 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1500 | 16 | 1500 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
860 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1500 | 16 | 1500 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
861 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1501 | 14 | 1501 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
861 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1501 | 14 | 1501 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
862 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1502 | 18 | 1502 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
862 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1502 | 18 | 1502 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
863 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1503 | 16 | 1503 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
863 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1503 | 16 | 1503 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
864 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1504 | 16 | 1504 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
864 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1504 | 16 | 1504 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
865 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1514 | 34 | 1514 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
865 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1514 | 34 | 1514 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
866 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1518 | 34 | 1518 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
866 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1518 | 34 | 1518 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
867 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1526 | 9 | 1526 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
867 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1526 | 9 | 1526 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
868 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1528 | 9 | 1528 | 75 | 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. |
868 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1528 | 9 | 1528 | 75 | 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. |
869 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1533 | 23 | 1580 | 6 | 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. |
869 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1533 | 23 | 1580 | 6 | 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. |
870 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1538 | 17 | 1538 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
870 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1538 | 17 | 1538 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
871 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1539 | 16 | 1539 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
871 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1539 | 16 | 1539 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
872 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1540 | 16 | 1540 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
872 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1540 | 16 | 1540 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
873 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1541 | 16 | 1541 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
873 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1541 | 16 | 1541 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
874 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1542 | 16 | 1542 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
874 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1542 | 16 | 1542 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
875 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1543 | 16 | 1543 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
875 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1543 | 16 | 1543 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
876 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1547 | 16 | 1547 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
876 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1547 | 16 | 1547 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
877 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1548 | 17 | 1548 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
877 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1548 | 17 | 1548 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
878 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1549 | 16 | 1549 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
878 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1549 | 16 | 1549 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
879 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1550 | 16 | 1550 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
879 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1550 | 16 | 1550 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
880 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1551 | 14 | 1551 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
880 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1551 | 14 | 1551 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
881 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1552 | 18 | 1552 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
881 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1552 | 18 | 1552 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
882 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1553 | 16 | 1553 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
882 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1553 | 16 | 1553 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
883 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1554 | 16 | 1554 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
883 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1554 | 16 | 1554 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
884 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1555 | 16 | 1555 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
884 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1555 | 16 | 1555 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
885 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1564 | 34 | 1564 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
885 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1564 | 34 | 1564 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
886 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1568 | 34 | 1568 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
886 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1568 | 34 | 1568 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
887 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1576 | 9 | 1576 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
887 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1576 | 9 | 1576 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
888 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1578 | 9 | 1578 | 75 | 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. |
888 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1578 | 9 | 1578 | 75 | 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. |
889 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1582 | 23 | 1629 | 6 | 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. |
889 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1582 | 23 | 1629 | 6 | 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. |
890 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1587 | 17 | 1587 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
890 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1587 | 17 | 1587 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
891 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1588 | 16 | 1588 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
891 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1588 | 16 | 1588 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
892 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1589 | 16 | 1589 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
892 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1589 | 16 | 1589 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
893 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1590 | 16 | 1590 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
893 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1590 | 16 | 1590 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
894 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1591 | 16 | 1591 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
894 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1591 | 16 | 1591 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
895 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1592 | 16 | 1592 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
895 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1592 | 16 | 1592 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
896 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1596 | 16 | 1596 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
896 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1596 | 16 | 1596 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
897 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1597 | 17 | 1597 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
897 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1597 | 17 | 1597 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
898 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1598 | 16 | 1598 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
898 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1598 | 16 | 1598 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
899 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1599 | 16 | 1599 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
899 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1599 | 16 | 1599 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
900 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1600 | 14 | 1600 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
900 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1600 | 14 | 1600 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
901 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1601 | 18 | 1601 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
901 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1601 | 18 | 1601 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
902 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1602 | 16 | 1602 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
902 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1602 | 16 | 1602 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
903 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1603 | 16 | 1603 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
903 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1603 | 16 | 1603 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
904 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1604 | 16 | 1604 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
904 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1604 | 16 | 1604 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
905 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1613 | 34 | 1613 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
905 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1613 | 34 | 1613 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
906 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1617 | 34 | 1617 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
906 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1617 | 34 | 1617 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
907 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1625 | 9 | 1625 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
907 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1625 | 9 | 1625 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
908 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1627 | 9 | 1627 | 75 | 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. |
908 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1627 | 9 | 1627 | 75 | 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. |
909 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1632 | 23 | 1679 | 6 | 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. |
909 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1632 | 23 | 1679 | 6 | 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. |
910 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1637 | 17 | 1637 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
910 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1637 | 17 | 1637 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
911 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1638 | 16 | 1638 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
911 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1638 | 16 | 1638 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
912 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1639 | 16 | 1639 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
912 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1639 | 16 | 1639 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
913 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1640 | 16 | 1640 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
913 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1640 | 16 | 1640 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
914 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1641 | 16 | 1641 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
914 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1641 | 16 | 1641 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
915 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1642 | 16 | 1642 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
915 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1642 | 16 | 1642 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
916 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1646 | 16 | 1646 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
916 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1646 | 16 | 1646 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
917 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1647 | 17 | 1647 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
917 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1647 | 17 | 1647 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
918 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1648 | 16 | 1648 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
918 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1648 | 16 | 1648 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
919 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1649 | 16 | 1649 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
919 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1649 | 16 | 1649 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
920 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1650 | 14 | 1650 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
920 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1650 | 14 | 1650 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
921 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1651 | 18 | 1651 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
921 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1651 | 18 | 1651 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
922 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1652 | 16 | 1652 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
922 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1652 | 16 | 1652 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
923 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1653 | 16 | 1653 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
923 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1653 | 16 | 1653 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
924 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1654 | 16 | 1654 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
924 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1654 | 16 | 1654 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
925 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1663 | 34 | 1663 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
925 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1663 | 34 | 1663 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
926 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1667 | 34 | 1667 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
926 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1667 | 34 | 1667 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
927 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1675 | 9 | 1675 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
927 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1675 | 9 | 1675 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
928 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1677 | 9 | 1677 | 75 | 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. |
928 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1677 | 9 | 1677 | 75 | 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. |
929 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1681 | 23 | 1727 | 6 | 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. |
929 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1681 | 23 | 1727 | 6 | 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. |
930 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1686 | 17 | 1686 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
930 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1686 | 17 | 1686 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
931 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1687 | 16 | 1687 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
931 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1687 | 16 | 1687 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
932 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1688 | 16 | 1688 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
932 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1688 | 16 | 1688 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
933 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1689 | 16 | 1689 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
933 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1689 | 16 | 1689 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
934 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1690 | 16 | 1690 | 42 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
934 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1690 | 16 | 1690 | 42 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
935 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1691 | 16 | 1691 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
935 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1691 | 16 | 1691 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
936 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1695 | 16 | 1695 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
936 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1695 | 16 | 1695 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
937 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1696 | 17 | 1696 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
937 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1696 | 17 | 1696 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
938 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1697 | 16 | 1697 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
938 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1697 | 16 | 1697 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
939 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1698 | 16 | 1698 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
939 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1698 | 16 | 1698 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
940 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1699 | 14 | 1699 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
940 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1699 | 14 | 1699 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
941 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1700 | 18 | 1700 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
941 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1700 | 18 | 1700 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
942 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1701 | 16 | 1701 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
942 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1701 | 16 | 1701 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
943 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1702 | 16 | 1702 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
943 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1702 | 16 | 1702 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
944 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1703 | 16 | 1703 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
944 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1703 | 16 | 1703 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
945 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1712 | 34 | 1712 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
945 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1712 | 34 | 1712 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
946 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1716 | 34 | 1716 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
946 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1716 | 34 | 1716 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
947 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1724 | 9 | 1724 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
947 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1724 | 9 | 1724 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
948 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1726 | 9 | 1726 | 75 | 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. |
948 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1726 | 9 | 1726 | 75 | 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. |
949 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
949 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
950 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 6 | 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() |
950 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 6 | 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() |
951 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 6 | 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. |
951 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 6 | 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. |
952 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
952 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
953 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 6 | 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() |
953 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 6 | 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() |
954 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 6 | 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. |
954 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 6 | 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. |
955 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1803 | 30 | 1820 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
955 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1803 | 30 | 1820 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
956 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1803 | 30 | 1820 | 6 | 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. |
956 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1803 | 30 | 1820 | 6 | 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. |
957 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1819 | 9 | 1819 | 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. |
957 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1819 | 9 | 1819 | 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. |
958 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1822 | 31 | 1838 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
958 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1822 | 31 | 1838 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
959 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1822 | 31 | 1838 | 6 | 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. |
959 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1822 | 31 | 1838 | 6 | 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. |
960 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1837 | 9 | 1837 | 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. |
960 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1837 | 9 | 1837 | 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. |
961 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1840 | 30 | 1864 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
961 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1840 | 30 | 1864 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
962 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1840 | 30 | 1864 | 6 | 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. |
962 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1840 | 30 | 1864 | 6 | 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. |
963 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1863 | 9 | 1863 | 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. |
963 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1863 | 9 | 1863 | 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. |
964 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1866 | 30 | 1916 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
964 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1866 | 30 | 1916 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
965 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1866 | 30 | 1916 | 6 | 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. |
965 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1866 | 30 | 1916 | 6 | 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. |
966 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1871 | 17 | 1871 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
966 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1871 | 17 | 1871 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
967 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1872 | 16 | 1872 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
967 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1872 | 16 | 1872 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
968 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1873 | 16 | 1873 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
968 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1873 | 16 | 1873 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
969 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1874 | 16 | 1874 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
969 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1874 | 16 | 1874 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
970 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1875 | 16 | 1875 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
970 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1875 | 16 | 1875 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
971 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1876 | 16 | 1876 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
971 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1876 | 16 | 1876 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
972 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1879 | 16 | 1879 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
972 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1879 | 16 | 1879 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
973 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1880 | 17 | 1880 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
973 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1880 | 17 | 1880 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
974 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1881 | 16 | 1881 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
974 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1881 | 16 | 1881 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
975 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1882 | 16 | 1882 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
975 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1882 | 16 | 1882 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
976 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1883 | 14 | 1883 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
976 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1883 | 14 | 1883 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
977 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1884 | 18 | 1884 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
977 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1884 | 18 | 1884 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
978 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1885 | 16 | 1885 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
978 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1885 | 16 | 1885 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
979 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1886 | 16 | 1886 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
979 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1886 | 16 | 1886 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
980 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1887 | 16 | 1887 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
980 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1887 | 16 | 1887 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
981 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1896 | 34 | 1896 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
981 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1896 | 34 | 1896 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
982 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1900 | 34 | 1900 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
982 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1900 | 34 | 1900 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
983 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1912 | 9 | 1912 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
983 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1912 | 9 | 1912 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
984 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1914 | 9 | 1914 | 75 | 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. |
984 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1914 | 9 | 1914 | 75 | 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. |
985 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1918 | 30 | 1977 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
985 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1918 | 30 | 1977 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
986 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1918 | 30 | 1977 | 6 | 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. |
986 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1918 | 30 | 1977 | 6 | 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. |
987 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1923 | 17 | 1923 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
987 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1923 | 17 | 1923 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
988 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1924 | 16 | 1924 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
988 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1924 | 16 | 1924 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
989 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1925 | 16 | 1925 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
989 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1925 | 16 | 1925 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
990 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1926 | 16 | 1926 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
990 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1926 | 16 | 1926 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
991 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1927 | 16 | 1927 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
991 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1927 | 16 | 1927 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
992 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1928 | 16 | 1928 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
992 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1928 | 16 | 1928 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
993 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1931 | 16 | 1931 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
993 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1931 | 16 | 1931 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
994 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1932 | 17 | 1932 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
994 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1932 | 17 | 1932 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
995 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1933 | 16 | 1933 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
995 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1933 | 16 | 1933 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
996 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1934 | 16 | 1934 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
996 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1934 | 16 | 1934 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
997 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1935 | 14 | 1935 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
997 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1935 | 14 | 1935 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
998 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1936 | 18 | 1936 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
998 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1936 | 18 | 1936 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
999 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1937 | 16 | 1937 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
999 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1937 | 16 | 1937 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1000 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1938 | 16 | 1938 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1000 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1938 | 16 | 1938 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1001 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1939 | 16 | 1939 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1001 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1939 | 16 | 1939 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1002 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1949 | 34 | 1949 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1002 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1949 | 34 | 1949 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1003 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1953 | 34 | 1953 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1003 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1953 | 34 | 1953 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1004 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1958 | 17 | 1958 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
1004 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1958 | 17 | 1958 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
1005 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1970 | 9 | 1970 | 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. |
1005 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1970 | 9 | 1970 | 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. |
1006 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1973 | 9 | 1973 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1006 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1973 | 9 | 1973 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1007 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1975 | 9 | 1975 | 75 | 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. |
1007 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1975 | 9 | 1975 | 75 | 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. |
1008 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1982 | 30 | 2062 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1008 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1982 | 30 | 2062 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1009 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1982 | 30 | 2062 | 6 | 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. |
1009 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1982 | 30 | 2062 | 6 | 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. |
1010 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1987 | 17 | 1987 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1010 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1987 | 17 | 1987 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1011 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1988 | 16 | 1988 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1011 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1988 | 16 | 1988 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1012 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1989 | 16 | 1989 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1012 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1989 | 16 | 1989 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1013 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1990 | 16 | 1990 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1013 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1990 | 16 | 1990 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1014 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1991 | 16 | 1991 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1014 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1991 | 16 | 1991 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1015 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1992 | 16 | 1992 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1015 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1992 | 16 | 1992 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1016 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1996 | 16 | 1996 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1016 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1996 | 16 | 1996 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1017 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1997 | 17 | 1997 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1017 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1997 | 17 | 1997 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1018 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1998 | 16 | 1998 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1018 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1998 | 16 | 1998 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1019 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1999 | 16 | 1999 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1019 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 1999 | 16 | 1999 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1020 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2000 | 14 | 2000 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1020 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2000 | 14 | 2000 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1021 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2001 | 18 | 2001 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1021 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2001 | 18 | 2001 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1022 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2002 | 16 | 2002 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1022 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2002 | 16 | 2002 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1023 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2003 | 16 | 2003 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1023 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2003 | 16 | 2003 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1024 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2004 | 16 | 2004 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1024 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2004 | 16 | 2004 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1025 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2014 | 34 | 2014 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1025 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2014 | 34 | 2014 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1026 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2025 | 34 | 2025 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1026 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2025 | 34 | 2025 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1027 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2040 | 17 | 2040 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
1027 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2040 | 17 | 2040 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
1028 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2045 | 9 | 2045 | 96 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1028 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2045 | 9 | 2045 | 96 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1029 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2045 | 9 | 2045 | 96 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1029 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2045 | 9 | 2045 | 96 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1030 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2053 | 9 | 2053 | 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. |
1030 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2053 | 9 | 2053 | 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. |
1031 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2056 | 9 | 2056 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1031 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2056 | 9 | 2056 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1032 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2058 | 9 | 2058 | 42 | 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. |
1032 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2058 | 9 | 2058 | 42 | 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. |
1033 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2060 | 9 | 2060 | 75 | 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. |
1033 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2060 | 9 | 2060 | 75 | 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. |
1034 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2064 | 30 | 2146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1034 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2064 | 30 | 2146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1035 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2064 | 30 | 2146 | 6 | 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. |
1035 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2064 | 30 | 2146 | 6 | 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. |
1036 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2069 | 17 | 2069 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1036 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2069 | 17 | 2069 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1037 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2070 | 16 | 2070 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1037 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2070 | 16 | 2070 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1038 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2071 | 16 | 2071 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1038 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2071 | 16 | 2071 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1039 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2072 | 16 | 2072 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1039 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2072 | 16 | 2072 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1040 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2073 | 16 | 2073 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1040 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2073 | 16 | 2073 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1041 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2074 | 16 | 2074 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1041 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2074 | 16 | 2074 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1042 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2078 | 16 | 2078 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1042 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2078 | 16 | 2078 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1043 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2079 | 17 | 2079 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1043 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2079 | 17 | 2079 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1044 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2080 | 16 | 2080 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1044 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2080 | 16 | 2080 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1045 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2081 | 16 | 2081 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1045 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2081 | 16 | 2081 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1046 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2082 | 14 | 2082 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1046 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2082 | 14 | 2082 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1047 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2083 | 18 | 2083 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1047 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2083 | 18 | 2083 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1048 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2084 | 16 | 2084 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1048 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2084 | 16 | 2084 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1049 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2085 | 16 | 2085 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1049 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2085 | 16 | 2085 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1050 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2086 | 16 | 2086 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1050 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2086 | 16 | 2086 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1051 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2094 | 16 | 2094 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue2' doesn't match '[a-z][a-zA-Z0-9]*' |
1051 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2094 | 16 | 2094 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue2' doesn't match '[a-z][a-zA-Z0-9]*' |
1052 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2100 | 34 | 2100 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1052 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2100 | 34 | 2100 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1053 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2113 | 34 | 2113 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1053 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2113 | 34 | 2113 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1054 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2128 | 17 | 2128 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
1054 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2128 | 17 | 2128 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
1055 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2140 | 9 | 2140 | 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. |
1055 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2140 | 9 | 2140 | 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. |
1056 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2143 | 9 | 2143 | 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. |
1056 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2143 | 9 | 2143 | 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. |
1057 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2145 | 9 | 2145 | 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. |
1057 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2145 | 9 | 2145 | 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. |
1058 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2148 | 23 | 2196 | 6 | 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. |
1058 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2148 | 23 | 2196 | 6 | 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. |
1059 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2150 | 14 | 2150 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
1059 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2150 | 14 | 2150 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
1060 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2151 | 16 | 2151 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
1060 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2151 | 16 | 2151 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
1061 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2153 | 17 | 2153 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1061 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2153 | 17 | 2153 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1062 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2154 | 16 | 2154 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1062 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2154 | 16 | 2154 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1063 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2155 | 16 | 2155 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1063 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2155 | 16 | 2155 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1064 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2156 | 16 | 2156 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1064 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2156 | 16 | 2156 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1065 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2157 | 16 | 2157 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1065 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2157 | 16 | 2157 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1066 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2158 | 16 | 2158 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1066 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2158 | 16 | 2158 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1067 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2162 | 16 | 2162 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1067 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2162 | 16 | 2162 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1068 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2163 | 17 | 2163 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1068 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2163 | 17 | 2163 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1069 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2164 | 16 | 2164 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1069 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2164 | 16 | 2164 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1070 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2165 | 16 | 2165 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1070 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2165 | 16 | 2165 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1071 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2166 | 16 | 2166 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1071 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2166 | 16 | 2166 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1072 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2168 | 14 | 2168 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1072 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2168 | 14 | 2168 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1073 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2169 | 18 | 2169 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1073 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2169 | 18 | 2169 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1074 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2170 | 16 | 2170 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1074 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2170 | 16 | 2170 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1075 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2183 | 17 | 2183 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
1075 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2183 | 17 | 2183 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
1076 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2193 | 9 | 2193 | 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. |
1076 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2193 | 9 | 2193 | 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. |
1077 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2198 | 30 | 2257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1077 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2198 | 30 | 2257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1078 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2198 | 30 | 2257 | 6 | 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. |
1078 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2198 | 30 | 2257 | 6 | 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. |
1079 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2199 | 14 | 2199 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numRecordsToCreate' defined but not used |
1079 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2199 | 14 | 2199 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numRecordsToCreate' defined but not used |
1080 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2200 | 14 | 2200 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
1080 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2200 | 14 | 2200 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
1081 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2201 | 16 | 2201 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
1081 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2201 | 16 | 2201 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
1082 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2203 | 17 | 2203 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1082 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2203 | 17 | 2203 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1083 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2204 | 16 | 2204 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1083 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2204 | 16 | 2204 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1084 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2205 | 16 | 2205 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1084 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2205 | 16 | 2205 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1085 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2206 | 16 | 2206 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1085 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2206 | 16 | 2206 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1086 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2207 | 16 | 2207 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1086 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2207 | 16 | 2207 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1087 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2208 | 16 | 2208 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1087 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2208 | 16 | 2208 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1088 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2212 | 16 | 2212 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1088 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2212 | 16 | 2212 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1089 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2212 | 16 | 2212 | 23 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Str' defined but not used |
1089 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2212 | 16 | 2212 | 23 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Str' defined but not used |
1090 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2213 | 17 | 2213 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1090 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2213 | 17 | 2213 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1091 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2213 | 17 | 2213 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Check' defined but not used |
1091 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2213 | 17 | 2213 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Check' defined but not used |
1092 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2214 | 16 | 2214 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1092 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2214 | 16 | 2214 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1093 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2214 | 16 | 2214 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Pick' defined but not used |
1093 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2214 | 16 | 2214 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Pick' defined but not used |
1094 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2215 | 16 | 2215 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1094 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2215 | 16 | 2215 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1095 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2215 | 16 | 2215 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dec' defined but not used |
1095 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2215 | 16 | 2215 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dec' defined but not used |
1096 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2216 | 14 | 2216 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1096 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2216 | 14 | 2216 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1097 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2216 | 14 | 2216 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dat' defined but not used |
1097 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2216 | 14 | 2216 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dat' defined but not used |
1098 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2217 | 18 | 2217 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1098 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2217 | 18 | 2217 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1099 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2217 | 18 | 2217 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'DatTim' defined but not used |
1099 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2217 | 18 | 2217 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'DatTim' defined but not used |
1100 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2218 | 16 | 2218 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1100 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2218 | 16 | 2218 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1101 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2218 | 16 | 2218 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Phone' defined but not used |
1101 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2218 | 16 | 2218 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Phone' defined but not used |
1102 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2219 | 16 | 2219 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1102 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2219 | 16 | 2219 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1103 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2219 | 16 | 2219 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Email' defined but not used |
1103 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2219 | 16 | 2219 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Email' defined but not used |
1104 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2220 | 16 | 2220 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1104 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2220 | 16 | 2220 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1105 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2220 | 16 | 2220 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Url' defined but not used |
1105 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2220 | 16 | 2220 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Url' defined but not used |
1106 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2255 | 9 | 2255 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.AssertNOTEquals' should have 3 parameters. |
1106 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2255 | 9 | 2255 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.AssertNOTEquals' should have 3 parameters. |
1107 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2259 | 30 | 2307 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1107 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2259 | 30 | 2307 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1108 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2259 | 30 | 2307 | 6 | 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. |
1108 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2259 | 30 | 2307 | 6 | 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. |
1109 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2264 | 17 | 2264 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1109 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2264 | 17 | 2264 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1110 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2265 | 16 | 2265 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1110 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2265 | 16 | 2265 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1111 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2266 | 16 | 2266 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1111 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2266 | 16 | 2266 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1112 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2267 | 16 | 2267 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1112 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2267 | 16 | 2267 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1113 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2268 | 16 | 2268 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1113 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2268 | 16 | 2268 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1114 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2269 | 16 | 2269 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1114 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2269 | 16 | 2269 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1115 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2272 | 16 | 2272 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1115 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2272 | 16 | 2272 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1116 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2273 | 17 | 2273 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1116 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2273 | 17 | 2273 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1117 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2274 | 16 | 2274 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1117 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2274 | 16 | 2274 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1118 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2275 | 16 | 2275 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1118 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2275 | 16 | 2275 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1119 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2276 | 14 | 2276 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1119 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2276 | 14 | 2276 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1120 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2277 | 18 | 2277 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1120 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2277 | 18 | 2277 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1121 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2278 | 16 | 2278 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1121 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2278 | 16 | 2278 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1122 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2279 | 16 | 2279 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1122 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2279 | 16 | 2279 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1123 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2280 | 16 | 2280 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1123 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2280 | 16 | 2280 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1124 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2289 | 34 | 2289 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1124 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2289 | 34 | 2289 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1125 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2293 | 34 | 2293 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1125 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2293 | 34 | 2293 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1126 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2302 | 9 | 2302 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1126 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2302 | 9 | 2302 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1127 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2305 | 9 | 2305 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
1127 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2305 | 9 | 2305 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNOTEquals' should have 3 parameters. |
1128 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2309 | 30 | 2342 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1128 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2309 | 30 | 2342 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1129 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2309 | 30 | 2342 | 6 | 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. |
1129 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2309 | 30 | 2342 | 6 | 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. |
1130 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2311 | 17 | 2311 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1130 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2311 | 17 | 2311 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1131 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2312 | 16 | 2312 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1131 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2312 | 16 | 2312 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1132 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2313 | 16 | 2313 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1132 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2313 | 16 | 2313 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1133 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2314 | 16 | 2314 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1133 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2314 | 16 | 2314 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1134 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2315 | 16 | 2315 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1134 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2315 | 16 | 2315 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1135 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2316 | 16 | 2316 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1135 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2316 | 16 | 2316 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1136 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2319 | 16 | 2319 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1136 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2319 | 16 | 2319 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1137 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2319 | 16 | 2319 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Str' defined but not used |
1137 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2319 | 16 | 2319 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Str' defined but not used |
1138 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2320 | 17 | 2320 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1138 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2320 | 17 | 2320 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1139 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2320 | 17 | 2320 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Check' defined but not used |
1139 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2320 | 17 | 2320 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Check' defined but not used |
1140 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2321 | 16 | 2321 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1140 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2321 | 16 | 2321 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1141 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2321 | 16 | 2321 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Pick' defined but not used |
1141 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2321 | 16 | 2321 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Pick' defined but not used |
1142 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2322 | 16 | 2322 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1142 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2322 | 16 | 2322 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1143 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2322 | 16 | 2322 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dec' defined but not used |
1143 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2322 | 16 | 2322 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dec' defined but not used |
1144 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2323 | 14 | 2323 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1144 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2323 | 14 | 2323 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1145 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2323 | 14 | 2323 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dat' defined but not used |
1145 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2323 | 14 | 2323 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dat' defined but not used |
1146 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2324 | 18 | 2324 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1146 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2324 | 18 | 2324 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1147 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2324 | 18 | 2324 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'DatTim' defined but not used |
1147 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2324 | 18 | 2324 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'DatTim' defined but not used |
1148 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2325 | 16 | 2325 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1148 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2325 | 16 | 2325 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1149 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2325 | 16 | 2325 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Phone' defined but not used |
1149 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2325 | 16 | 2325 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Phone' defined but not used |
1150 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2326 | 16 | 2326 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1150 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2326 | 16 | 2326 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1151 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2326 | 16 | 2326 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Email' defined but not used |
1151 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2326 | 16 | 2326 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Email' defined but not used |
1152 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2327 | 16 | 2327 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1152 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2327 | 16 | 2327 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1153 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2327 | 16 | 2327 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Url' defined but not used |
1153 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2327 | 16 | 2327 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Url' defined but not used |
1154 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2334 | 29 | 2334 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ur' defined but not used |
1154 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2334 | 29 | 2334 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ur' defined but not used |
1155 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2339 | 17 | 2339 | 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. |
1155 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests.cls | 2339 | 17 | 2339 | 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. |
1156 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 4 | 19 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1156 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 4 | 19 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1157 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 19 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1157 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 19 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1158 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 19 | 19 | 32 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1158 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 19 | 19 | 32 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1159 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 19 | 70 | 19 | 83 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1159 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 19 | 70 | 19 | 83 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1160 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 27 | 18 | 27 | 36 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Ids' doesn't match '[a-z][a-zA-Z0-9]*' |
1160 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 27 | 18 | 27 | 36 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Ids' doesn't match '[a-z][a-zA-Z0-9]*' |
1161 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 35 | 19 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1161 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 35 | 19 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1162 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 47 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1162 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 47 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1163 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 47 | 19 | 50 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1163 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 47 | 19 | 50 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1164 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 47 | 44 | 47 | 58 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1164 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 47 | 44 | 47 | 58 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1165 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 53 | 19 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1165 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 53 | 19 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1166 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 67 | 23 | 107 | 6 | 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. |
1166 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 67 | 23 | 107 | 6 | 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. |
1167 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 72 | 17 | 72 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1167 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 72 | 17 | 72 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1168 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 73 | 16 | 73 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1168 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 73 | 16 | 73 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1169 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 74 | 16 | 74 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1169 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 74 | 16 | 74 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1170 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 75 | 16 | 75 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1170 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 75 | 16 | 75 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1171 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 76 | 16 | 76 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1171 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 76 | 16 | 76 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1172 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 77 | 16 | 77 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1172 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 77 | 16 | 77 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1173 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 80 | 16 | 80 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1173 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 80 | 16 | 80 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1174 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 81 | 17 | 81 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1174 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 81 | 17 | 81 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1175 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 82 | 16 | 82 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1175 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 82 | 16 | 82 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1176 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 83 | 16 | 83 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1176 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 83 | 16 | 83 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1177 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 84 | 16 | 84 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1177 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 84 | 16 | 84 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1178 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 86 | 14 | 86 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1178 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 86 | 14 | 86 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1179 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 87 | 18 | 87 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1179 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 87 | 18 | 87 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1180 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 88 | 16 | 88 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1180 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 88 | 16 | 88 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1181 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 98 | 34 | 98 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1181 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 98 | 34 | 98 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1182 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 106 | 9 | 106 | 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. |
1182 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 106 | 9 | 106 | 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. |
1183 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 109 | 23 | 149 | 6 | 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. |
1183 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 109 | 23 | 149 | 6 | 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. |
1184 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 114 | 17 | 114 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1184 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 114 | 17 | 114 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1185 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 115 | 16 | 115 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1185 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 115 | 16 | 115 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1186 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 116 | 16 | 116 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1186 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 116 | 16 | 116 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1187 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 117 | 16 | 117 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1187 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 117 | 16 | 117 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1188 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 118 | 16 | 118 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1188 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 118 | 16 | 118 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1189 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 119 | 16 | 119 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1189 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 119 | 16 | 119 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1190 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 122 | 16 | 122 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1190 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 122 | 16 | 122 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1191 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 123 | 17 | 123 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1191 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 123 | 17 | 123 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1192 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 124 | 16 | 124 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1192 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 124 | 16 | 124 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1193 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 125 | 16 | 125 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1193 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 125 | 16 | 125 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1194 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 126 | 16 | 126 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1194 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 126 | 16 | 126 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1195 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 128 | 14 | 128 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1195 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 128 | 14 | 128 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1196 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 129 | 18 | 129 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1196 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 129 | 18 | 129 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1197 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 130 | 16 | 130 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1197 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 130 | 16 | 130 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1198 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 140 | 34 | 140 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1198 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 140 | 34 | 140 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1199 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 148 | 9 | 148 | 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. |
1199 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 148 | 9 | 148 | 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. |
1200 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 153 | 23 | 199 | 6 | 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. |
1200 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 153 | 23 | 199 | 6 | 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. |
1201 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 158 | 17 | 158 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1201 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 158 | 17 | 158 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1202 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 159 | 16 | 159 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1202 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 159 | 16 | 159 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1203 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 160 | 16 | 160 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1203 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 160 | 16 | 160 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1204 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 161 | 16 | 161 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1204 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 161 | 16 | 161 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1205 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 162 | 16 | 162 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1205 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 162 | 16 | 162 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1206 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 163 | 16 | 163 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1206 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 163 | 16 | 163 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1207 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 167 | 16 | 167 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1207 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 167 | 16 | 167 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1208 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 168 | 17 | 168 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1208 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 168 | 17 | 168 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1209 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 169 | 16 | 169 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1209 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 169 | 16 | 169 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1210 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 170 | 16 | 170 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1210 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 170 | 16 | 170 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1211 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 171 | 14 | 171 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1211 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 171 | 14 | 171 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1212 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 172 | 18 | 172 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1212 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 172 | 18 | 172 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1213 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 173 | 16 | 173 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1213 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 173 | 16 | 173 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1214 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 174 | 16 | 174 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1214 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 174 | 16 | 174 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1215 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 175 | 16 | 175 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1215 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 175 | 16 | 175 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1216 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 186 | 34 | 186 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1216 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 186 | 34 | 186 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1217 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 190 | 34 | 190 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1217 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 190 | 34 | 190 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1218 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 198 | 9 | 198 | 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. |
1218 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 198 | 9 | 198 | 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. |
1219 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 201 | 23 | 247 | 6 | 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. |
1219 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 201 | 23 | 247 | 6 | 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. |
1220 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 206 | 17 | 206 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1220 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 206 | 17 | 206 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1221 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 207 | 16 | 207 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1221 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 207 | 16 | 207 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1222 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 208 | 16 | 208 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1222 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 208 | 16 | 208 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1223 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 209 | 16 | 209 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1223 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 209 | 16 | 209 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1224 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 210 | 16 | 210 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1224 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 210 | 16 | 210 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1225 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 211 | 16 | 211 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1225 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 211 | 16 | 211 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1226 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 215 | 16 | 215 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1226 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 215 | 16 | 215 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1227 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 216 | 17 | 216 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1227 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 216 | 17 | 216 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1228 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 217 | 16 | 217 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1228 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 217 | 16 | 217 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1229 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 218 | 16 | 218 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1229 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 218 | 16 | 218 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1230 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 219 | 14 | 219 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1230 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 219 | 14 | 219 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1231 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 220 | 18 | 220 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1231 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 220 | 18 | 220 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1232 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 221 | 16 | 221 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1232 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 221 | 16 | 221 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1233 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 222 | 16 | 222 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1233 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 222 | 16 | 222 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1234 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 223 | 16 | 223 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1234 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 223 | 16 | 223 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1235 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 234 | 34 | 234 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1235 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 234 | 34 | 234 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1236 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 238 | 34 | 238 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1236 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 238 | 34 | 238 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1237 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 246 | 9 | 246 | 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. |
1237 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 246 | 9 | 246 | 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. |
1238 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 249 | 23 | 293 | 6 | 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. |
1238 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 249 | 23 | 293 | 6 | 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. |
1239 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 254 | 17 | 254 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1239 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 254 | 17 | 254 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1240 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 255 | 16 | 255 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1240 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 255 | 16 | 255 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1241 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 256 | 16 | 256 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1241 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 256 | 16 | 256 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1242 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 257 | 16 | 257 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1242 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 257 | 16 | 257 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1243 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 258 | 16 | 258 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1243 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 258 | 16 | 258 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1244 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 259 | 16 | 259 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1244 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 259 | 16 | 259 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1245 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 262 | 16 | 262 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1245 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 262 | 16 | 262 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1246 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 263 | 17 | 263 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1246 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 263 | 17 | 263 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1247 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 264 | 16 | 264 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1247 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 264 | 16 | 264 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1248 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 265 | 16 | 265 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1248 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 265 | 16 | 265 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1249 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 266 | 16 | 266 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1249 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 266 | 16 | 266 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1250 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 268 | 14 | 268 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1250 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 268 | 14 | 268 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1251 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 269 | 18 | 269 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1251 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 269 | 18 | 269 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1252 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 270 | 16 | 270 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1252 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 270 | 16 | 270 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1253 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 280 | 34 | 280 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1253 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 280 | 34 | 280 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1254 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 284 | 34 | 284 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1254 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 284 | 34 | 284 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1255 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 292 | 9 | 292 | 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. |
1255 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 292 | 9 | 292 | 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. |
1256 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 295 | 23 | 339 | 6 | 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. |
1256 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 295 | 23 | 339 | 6 | 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. |
1257 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 300 | 17 | 300 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1257 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 300 | 17 | 300 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1258 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 301 | 16 | 301 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1258 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 301 | 16 | 301 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1259 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 302 | 16 | 302 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1259 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 302 | 16 | 302 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1260 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 303 | 16 | 303 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1260 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 303 | 16 | 303 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1261 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 304 | 16 | 304 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1261 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 304 | 16 | 304 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1262 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 305 | 16 | 305 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1262 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 305 | 16 | 305 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1263 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 308 | 16 | 308 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1263 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 308 | 16 | 308 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1264 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 309 | 17 | 309 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1264 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 309 | 17 | 309 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1265 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 310 | 16 | 310 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1265 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 310 | 16 | 310 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1266 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 311 | 16 | 311 | 21 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1266 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 311 | 16 | 311 | 21 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1267 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 312 | 16 | 312 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1267 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 312 | 16 | 312 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1268 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 314 | 14 | 314 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1268 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 314 | 14 | 314 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1269 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 315 | 18 | 315 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1269 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 315 | 18 | 315 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1270 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 316 | 16 | 316 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1270 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 316 | 16 | 316 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1271 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 326 | 34 | 326 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1271 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 326 | 34 | 326 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1272 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 330 | 34 | 330 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1272 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 330 | 34 | 330 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1273 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 338 | 9 | 338 | 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. |
1273 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 338 | 9 | 338 | 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. |
1274 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 341 | 23 | 385 | 6 | 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. |
1274 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 341 | 23 | 385 | 6 | 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. |
1275 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 346 | 17 | 346 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1275 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 346 | 17 | 346 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1276 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 347 | 16 | 347 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1276 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 347 | 16 | 347 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1277 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 348 | 16 | 348 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1277 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 348 | 16 | 348 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1278 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 349 | 16 | 349 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1278 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 349 | 16 | 349 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1279 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 350 | 16 | 350 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1279 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 350 | 16 | 350 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1280 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 351 | 16 | 351 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1280 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 351 | 16 | 351 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1281 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 354 | 16 | 354 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1281 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 354 | 16 | 354 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1282 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 355 | 17 | 355 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1282 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 355 | 17 | 355 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1283 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 356 | 16 | 356 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1283 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 356 | 16 | 356 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1284 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 357 | 16 | 357 | 21 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1284 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 357 | 16 | 357 | 21 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1285 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 358 | 16 | 358 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1285 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 358 | 16 | 358 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1286 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 360 | 14 | 360 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1286 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 360 | 14 | 360 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1287 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 361 | 18 | 361 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1287 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 361 | 18 | 361 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1288 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 362 | 16 | 362 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1288 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 362 | 16 | 362 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1289 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 372 | 34 | 372 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1289 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 372 | 34 | 372 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1290 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 376 | 34 | 376 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1290 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 376 | 34 | 376 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1291 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 384 | 9 | 384 | 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. |
1291 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 384 | 9 | 384 | 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. |
1292 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 387 | 23 | 431 | 6 | 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. |
1292 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 387 | 23 | 431 | 6 | 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. |
1293 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 392 | 17 | 392 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1293 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 392 | 17 | 392 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1294 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 393 | 16 | 393 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1294 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 393 | 16 | 393 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1295 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 394 | 16 | 394 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1295 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 394 | 16 | 394 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1296 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 395 | 16 | 395 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1296 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 395 | 16 | 395 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1297 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 396 | 16 | 396 | 42 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1297 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 396 | 16 | 396 | 42 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1298 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 397 | 16 | 397 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1298 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 397 | 16 | 397 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1299 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 400 | 16 | 400 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1299 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 400 | 16 | 400 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1300 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 401 | 17 | 401 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1300 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 401 | 17 | 401 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1301 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 402 | 16 | 402 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1301 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 402 | 16 | 402 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1302 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 403 | 16 | 403 | 21 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1302 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 403 | 16 | 403 | 21 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1303 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 404 | 16 | 404 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1303 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 404 | 16 | 404 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1304 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 406 | 14 | 406 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1304 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 406 | 14 | 406 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1305 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 407 | 18 | 407 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1305 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 407 | 18 | 407 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1306 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 408 | 16 | 408 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1306 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 408 | 16 | 408 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1307 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 418 | 34 | 418 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1307 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 418 | 34 | 418 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1308 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 422 | 34 | 422 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1308 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 422 | 34 | 422 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1309 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 430 | 9 | 430 | 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. |
1309 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 430 | 9 | 430 | 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. |
1310 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 433 | 23 | 479 | 6 | 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. |
1310 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 433 | 23 | 479 | 6 | 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. |
1311 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 438 | 17 | 438 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1311 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 438 | 17 | 438 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1312 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 439 | 16 | 439 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1312 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 439 | 16 | 439 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1313 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 440 | 16 | 440 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1313 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 440 | 16 | 440 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1314 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 441 | 16 | 441 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1314 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 441 | 16 | 441 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1315 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 442 | 16 | 442 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1315 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 442 | 16 | 442 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1316 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 443 | 16 | 443 | 32 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1316 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 443 | 16 | 443 | 32 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1317 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 447 | 16 | 447 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1317 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 447 | 16 | 447 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1318 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 448 | 17 | 448 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1318 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 448 | 17 | 448 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1319 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 449 | 16 | 449 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1319 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 449 | 16 | 449 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1320 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 450 | 16 | 450 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1320 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 450 | 16 | 450 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1321 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 451 | 16 | 451 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1321 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 451 | 16 | 451 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1322 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 453 | 14 | 453 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1322 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 453 | 14 | 453 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1323 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 454 | 18 | 454 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1323 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 454 | 18 | 454 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1324 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 455 | 16 | 455 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1324 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 455 | 16 | 455 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1325 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 466 | 34 | 466 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1325 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 466 | 34 | 466 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1326 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 470 | 34 | 470 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1326 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 470 | 34 | 470 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1327 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 478 | 9 | 478 | 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. |
1327 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 478 | 9 | 478 | 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. |
1328 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 481 | 23 | 526 | 6 | 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. |
1328 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 481 | 23 | 526 | 6 | 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. |
1329 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 486 | 17 | 486 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1329 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 486 | 17 | 486 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1330 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 487 | 16 | 487 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1330 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 487 | 16 | 487 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1331 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 488 | 16 | 488 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1331 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 488 | 16 | 488 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1332 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 489 | 16 | 489 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1332 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 489 | 16 | 489 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1333 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 490 | 16 | 490 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1333 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 490 | 16 | 490 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1334 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 491 | 16 | 491 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1334 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 491 | 16 | 491 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1335 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 494 | 16 | 494 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1335 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 494 | 16 | 494 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1336 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 495 | 17 | 495 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1336 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 495 | 17 | 495 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1337 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 496 | 16 | 496 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1337 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 496 | 16 | 496 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1338 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 497 | 16 | 497 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1338 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 497 | 16 | 497 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1339 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 498 | 16 | 498 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1339 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 498 | 16 | 498 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1340 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 500 | 14 | 500 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1340 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 500 | 14 | 500 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1341 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 501 | 18 | 501 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1341 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 501 | 18 | 501 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1342 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 502 | 16 | 502 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1342 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 502 | 16 | 502 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1343 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 513 | 34 | 513 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1343 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 513 | 34 | 513 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1344 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 517 | 34 | 517 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1344 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 517 | 34 | 517 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1345 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 525 | 9 | 525 | 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. |
1345 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 525 | 9 | 525 | 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. |
1346 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 528 | 23 | 574 | 6 | 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. |
1346 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 528 | 23 | 574 | 6 | 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. |
1347 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 533 | 17 | 533 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1347 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 533 | 17 | 533 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1348 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 534 | 16 | 534 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1348 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 534 | 16 | 534 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1349 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 535 | 16 | 535 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1349 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 535 | 16 | 535 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1350 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 536 | 16 | 536 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1350 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 536 | 16 | 536 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1351 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 537 | 16 | 537 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1351 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 537 | 16 | 537 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1352 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 538 | 16 | 538 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1352 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 538 | 16 | 538 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1353 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 542 | 16 | 542 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1353 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 542 | 16 | 542 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1354 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 543 | 17 | 543 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1354 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 543 | 17 | 543 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1355 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 544 | 16 | 544 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1355 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 544 | 16 | 544 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1356 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 545 | 16 | 545 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1356 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 545 | 16 | 545 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1357 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 546 | 16 | 546 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1357 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 546 | 16 | 546 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1358 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 548 | 14 | 548 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1358 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 548 | 14 | 548 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1359 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 549 | 18 | 549 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1359 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 549 | 18 | 549 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1360 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 550 | 16 | 550 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1360 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 550 | 16 | 550 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1361 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 561 | 34 | 561 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1361 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 561 | 34 | 561 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1362 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 565 | 34 | 565 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1362 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 565 | 34 | 565 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1363 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 573 | 9 | 573 | 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. |
1363 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 573 | 9 | 573 | 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. |
1364 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 576 | 23 | 621 | 6 | 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. |
1364 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 576 | 23 | 621 | 6 | 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. |
1365 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 581 | 17 | 581 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1365 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 581 | 17 | 581 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1366 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 582 | 16 | 582 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1366 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 582 | 16 | 582 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1367 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 583 | 16 | 583 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1367 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 583 | 16 | 583 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1368 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 584 | 16 | 584 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1368 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 584 | 16 | 584 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1369 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 585 | 16 | 585 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1369 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 585 | 16 | 585 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1370 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 586 | 16 | 586 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1370 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 586 | 16 | 586 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1371 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 589 | 16 | 589 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1371 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 589 | 16 | 589 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1372 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 590 | 17 | 590 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1372 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 590 | 17 | 590 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1373 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 591 | 16 | 591 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1373 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 591 | 16 | 591 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1374 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 592 | 16 | 592 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1374 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 592 | 16 | 592 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1375 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 593 | 16 | 593 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1375 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 593 | 16 | 593 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1376 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 595 | 14 | 595 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1376 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 595 | 14 | 595 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1377 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 596 | 18 | 596 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1377 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 596 | 18 | 596 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1378 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 597 | 16 | 597 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1378 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 597 | 16 | 597 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1379 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 608 | 34 | 608 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1379 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 608 | 34 | 608 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1380 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 612 | 34 | 612 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1380 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 612 | 34 | 612 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1381 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 620 | 9 | 620 | 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. |
1381 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 620 | 9 | 620 | 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. |
1382 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 623 | 23 | 667 | 6 | 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. |
1382 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 623 | 23 | 667 | 6 | 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. |
1383 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 628 | 17 | 628 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1383 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 628 | 17 | 628 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1384 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 629 | 16 | 629 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1384 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 629 | 16 | 629 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1385 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 630 | 16 | 630 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1385 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 630 | 16 | 630 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1386 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 631 | 16 | 631 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1386 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 631 | 16 | 631 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1387 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 632 | 16 | 632 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1387 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 632 | 16 | 632 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1388 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 633 | 16 | 633 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1388 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 633 | 16 | 633 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1389 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 636 | 16 | 636 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1389 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 636 | 16 | 636 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1390 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 637 | 17 | 637 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1390 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 637 | 17 | 637 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1391 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 638 | 16 | 638 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1391 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 638 | 16 | 638 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1392 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 639 | 16 | 639 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1392 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 639 | 16 | 639 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1393 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 640 | 16 | 640 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1393 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 640 | 16 | 640 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1394 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 642 | 14 | 642 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1394 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 642 | 14 | 642 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1395 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 643 | 18 | 643 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1395 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 643 | 18 | 643 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1396 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 644 | 16 | 644 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1396 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 644 | 16 | 644 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1397 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 654 | 34 | 654 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1397 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 654 | 34 | 654 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1398 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 658 | 34 | 658 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1398 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 658 | 34 | 658 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1399 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 666 | 9 | 666 | 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. |
1399 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 666 | 9 | 666 | 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. |
1400 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 670 | 23 | 715 | 6 | 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. |
1400 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 670 | 23 | 715 | 6 | 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. |
1401 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 675 | 17 | 675 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1401 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 675 | 17 | 675 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1402 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 676 | 16 | 676 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1402 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 676 | 16 | 676 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1403 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 677 | 16 | 677 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1403 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 677 | 16 | 677 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1404 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 678 | 16 | 678 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1404 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 678 | 16 | 678 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1405 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 679 | 16 | 679 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1405 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 679 | 16 | 679 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1406 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 680 | 16 | 680 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1406 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 680 | 16 | 680 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1407 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 683 | 16 | 683 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1407 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 683 | 16 | 683 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1408 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 684 | 17 | 684 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1408 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 684 | 17 | 684 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1409 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 685 | 16 | 685 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1409 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 685 | 16 | 685 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1410 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 686 | 16 | 686 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1410 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 686 | 16 | 686 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1411 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 687 | 16 | 687 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1411 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 687 | 16 | 687 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1412 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 689 | 14 | 689 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1412 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 689 | 14 | 689 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1413 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 690 | 18 | 690 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1413 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 690 | 18 | 690 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1414 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 691 | 16 | 691 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1414 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 691 | 16 | 691 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1415 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 702 | 34 | 702 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1415 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 702 | 34 | 702 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1416 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 706 | 34 | 706 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1416 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 706 | 34 | 706 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1417 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 714 | 9 | 714 | 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. |
1417 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 714 | 9 | 714 | 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. |
1418 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 718 | 23 | 764 | 6 | 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. |
1418 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 718 | 23 | 764 | 6 | 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. |
1419 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 723 | 17 | 723 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1419 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 723 | 17 | 723 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1420 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 724 | 16 | 724 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1420 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 724 | 16 | 724 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1421 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 725 | 16 | 725 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1421 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 725 | 16 | 725 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1422 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 726 | 16 | 726 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1422 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 726 | 16 | 726 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1423 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 727 | 16 | 727 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1423 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 727 | 16 | 727 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1424 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 728 | 16 | 728 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1424 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 728 | 16 | 728 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1425 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 732 | 16 | 732 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1425 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 732 | 16 | 732 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1426 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 733 | 17 | 733 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1426 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 733 | 17 | 733 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1427 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 734 | 16 | 734 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1427 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 734 | 16 | 734 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1428 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 735 | 16 | 735 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1428 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 735 | 16 | 735 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1429 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 736 | 16 | 736 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1429 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 736 | 16 | 736 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1430 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 738 | 14 | 738 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1430 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 738 | 14 | 738 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1431 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 739 | 18 | 739 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1431 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 739 | 18 | 739 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1432 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 740 | 16 | 740 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1432 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 740 | 16 | 740 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1433 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 751 | 34 | 751 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1433 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 751 | 34 | 751 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1434 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 755 | 34 | 755 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1434 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 755 | 34 | 755 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1435 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 763 | 9 | 763 | 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. |
1435 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 763 | 9 | 763 | 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. |
1436 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 766 | 23 | 812 | 6 | 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. |
1436 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 766 | 23 | 812 | 6 | 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. |
1437 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 771 | 17 | 771 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1437 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 771 | 17 | 771 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1438 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 772 | 16 | 772 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1438 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 772 | 16 | 772 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1439 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 773 | 16 | 773 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1439 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 773 | 16 | 773 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1440 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 774 | 16 | 774 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1440 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 774 | 16 | 774 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1441 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 775 | 16 | 775 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1441 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 775 | 16 | 775 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1442 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 776 | 16 | 776 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1442 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 776 | 16 | 776 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1443 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 780 | 16 | 780 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1443 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 780 | 16 | 780 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1444 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 781 | 17 | 781 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1444 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 781 | 17 | 781 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1445 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 782 | 16 | 782 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1445 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 782 | 16 | 782 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1446 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 783 | 16 | 783 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1446 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 783 | 16 | 783 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1447 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 784 | 16 | 784 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1447 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 784 | 16 | 784 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1448 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 786 | 14 | 786 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1448 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 786 | 14 | 786 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1449 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 787 | 18 | 787 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1449 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 787 | 18 | 787 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1450 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 788 | 16 | 788 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1450 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 788 | 16 | 788 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1451 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 799 | 34 | 799 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1451 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 799 | 34 | 799 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1452 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 803 | 34 | 803 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1452 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 803 | 34 | 803 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1453 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 811 | 9 | 811 | 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. |
1453 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 811 | 9 | 811 | 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. |
1454 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 814 | 23 | 860 | 6 | 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. |
1454 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 814 | 23 | 860 | 6 | 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. |
1455 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 819 | 17 | 819 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1455 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 819 | 17 | 819 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1456 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 820 | 16 | 820 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1456 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 820 | 16 | 820 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1457 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 821 | 16 | 821 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1457 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 821 | 16 | 821 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1458 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 822 | 16 | 822 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1458 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 822 | 16 | 822 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1459 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 823 | 16 | 823 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1459 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 823 | 16 | 823 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1460 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 824 | 16 | 824 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1460 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 824 | 16 | 824 | 31 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1461 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 828 | 16 | 828 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1461 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 828 | 16 | 828 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1462 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 829 | 17 | 829 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1462 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 829 | 17 | 829 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1463 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 830 | 16 | 830 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1463 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 830 | 16 | 830 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1464 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 831 | 16 | 831 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1464 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 831 | 16 | 831 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1465 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 832 | 16 | 832 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1465 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 832 | 16 | 832 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1466 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 834 | 14 | 834 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1466 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 834 | 14 | 834 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1467 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 835 | 18 | 835 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1467 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 835 | 18 | 835 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1468 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 836 | 16 | 836 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1468 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 836 | 16 | 836 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1469 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 847 | 34 | 847 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1469 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 847 | 34 | 847 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1470 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 851 | 34 | 851 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1470 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 851 | 34 | 851 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1471 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 859 | 9 | 859 | 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. |
1471 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 859 | 9 | 859 | 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. |
1472 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 863 | 23 | 909 | 6 | 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. |
1472 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 863 | 23 | 909 | 6 | 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. |
1473 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 868 | 17 | 868 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1473 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 868 | 17 | 868 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1474 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 869 | 16 | 869 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1474 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 869 | 16 | 869 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1475 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 870 | 16 | 870 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1475 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 870 | 16 | 870 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1476 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 871 | 16 | 871 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1476 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 871 | 16 | 871 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1477 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 872 | 16 | 872 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1477 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 872 | 16 | 872 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1478 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 873 | 16 | 873 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1478 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 873 | 16 | 873 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1479 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 877 | 16 | 877 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1479 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 877 | 16 | 877 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1480 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 878 | 17 | 878 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1480 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 878 | 17 | 878 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1481 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 879 | 16 | 879 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1481 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 879 | 16 | 879 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1482 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 880 | 16 | 880 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1482 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 880 | 16 | 880 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1483 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 881 | 16 | 881 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1483 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 881 | 16 | 881 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1484 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 883 | 14 | 883 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1484 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 883 | 14 | 883 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1485 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 884 | 18 | 884 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1485 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 884 | 18 | 884 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1486 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 885 | 16 | 885 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1486 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 885 | 16 | 885 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1487 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 896 | 34 | 896 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1487 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 896 | 34 | 896 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1488 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 900 | 34 | 900 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1488 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 900 | 34 | 900 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1489 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 908 | 9 | 908 | 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. |
1489 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 908 | 9 | 908 | 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. |
1490 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 911 | 23 | 957 | 6 | 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. |
1490 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 911 | 23 | 957 | 6 | 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. |
1491 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 916 | 17 | 916 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1491 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 916 | 17 | 916 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1492 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 917 | 16 | 917 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1492 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 917 | 16 | 917 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1493 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 918 | 16 | 918 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1493 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 918 | 16 | 918 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1494 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 919 | 16 | 919 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1494 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 919 | 16 | 919 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1495 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 920 | 16 | 920 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1495 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 920 | 16 | 920 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1496 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 921 | 16 | 921 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1496 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 921 | 16 | 921 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1497 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 925 | 16 | 925 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1497 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 925 | 16 | 925 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1498 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 926 | 17 | 926 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1498 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 926 | 17 | 926 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1499 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 927 | 16 | 927 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1499 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 927 | 16 | 927 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1500 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 928 | 16 | 928 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1500 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 928 | 16 | 928 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1501 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 929 | 16 | 929 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1501 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 929 | 16 | 929 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1502 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 931 | 14 | 931 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1502 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 931 | 14 | 931 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1503 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 932 | 18 | 932 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1503 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 932 | 18 | 932 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1504 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 933 | 16 | 933 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1504 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 933 | 16 | 933 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1505 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 944 | 34 | 944 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1505 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 944 | 34 | 944 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1506 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 948 | 34 | 948 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1506 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 948 | 34 | 948 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1507 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 956 | 9 | 956 | 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. |
1507 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 956 | 9 | 956 | 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. |
1508 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 960 | 23 | 1006 | 6 | 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. |
1508 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 960 | 23 | 1006 | 6 | 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. |
1509 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 965 | 17 | 965 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1509 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 965 | 17 | 965 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1510 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 966 | 16 | 966 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1510 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 966 | 16 | 966 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1511 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 967 | 16 | 967 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1511 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 967 | 16 | 967 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1512 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 968 | 16 | 968 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1512 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 968 | 16 | 968 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1513 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 969 | 16 | 969 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1513 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 969 | 16 | 969 | 45 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1514 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 970 | 16 | 970 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1514 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 970 | 16 | 970 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1515 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 974 | 16 | 974 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1515 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 974 | 16 | 974 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1516 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 975 | 17 | 975 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1516 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 975 | 17 | 975 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1517 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 976 | 16 | 976 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1517 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 976 | 16 | 976 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1518 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 977 | 16 | 977 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1518 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 977 | 16 | 977 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1519 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 978 | 16 | 978 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1519 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 978 | 16 | 978 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1520 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 980 | 14 | 980 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1520 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 980 | 14 | 980 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1521 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 981 | 18 | 981 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1521 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 981 | 18 | 981 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1522 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 982 | 16 | 982 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1522 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 982 | 16 | 982 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1523 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 993 | 34 | 993 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1523 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 993 | 34 | 993 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1524 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 997 | 34 | 997 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1524 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 997 | 34 | 997 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1525 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1005 | 9 | 1005 | 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. |
1525 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1005 | 9 | 1005 | 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. |
1526 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1008 | 23 | 1054 | 6 | 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. |
1526 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1008 | 23 | 1054 | 6 | 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. |
1527 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1013 | 17 | 1013 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1527 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1013 | 17 | 1013 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1528 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1014 | 16 | 1014 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1528 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1014 | 16 | 1014 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1529 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1015 | 16 | 1015 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1529 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1015 | 16 | 1015 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1530 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1016 | 16 | 1016 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1530 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1016 | 16 | 1016 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1531 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1017 | 16 | 1017 | 42 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1531 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1017 | 16 | 1017 | 42 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1532 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1018 | 16 | 1018 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1532 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1018 | 16 | 1018 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1533 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1022 | 16 | 1022 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1533 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1022 | 16 | 1022 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1534 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1023 | 17 | 1023 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1534 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1023 | 17 | 1023 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1535 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1024 | 16 | 1024 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1535 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1024 | 16 | 1024 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1536 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1025 | 16 | 1025 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1536 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1025 | 16 | 1025 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1537 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1026 | 16 | 1026 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1537 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1026 | 16 | 1026 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1538 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1028 | 14 | 1028 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1538 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1028 | 14 | 1028 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1539 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1029 | 18 | 1029 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1539 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1029 | 18 | 1029 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1540 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1030 | 16 | 1030 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1540 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1030 | 16 | 1030 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1541 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1041 | 34 | 1041 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1541 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1041 | 34 | 1041 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1542 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1045 | 34 | 1045 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1542 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1045 | 34 | 1045 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1543 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1053 | 9 | 1053 | 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. |
1543 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1053 | 9 | 1053 | 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. |
1544 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1058 | 23 | 1110 | 6 | 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. |
1544 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1058 | 23 | 1110 | 6 | 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. |
1545 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1063 | 17 | 1063 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1545 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1063 | 17 | 1063 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1546 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1064 | 16 | 1064 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1546 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1064 | 16 | 1064 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1547 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1065 | 16 | 1065 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1547 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1065 | 16 | 1065 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1548 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1066 | 16 | 1066 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1548 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1066 | 16 | 1066 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1549 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1067 | 16 | 1067 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1549 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1067 | 16 | 1067 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1550 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1068 | 16 | 1068 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1550 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1068 | 16 | 1068 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1551 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1071 | 16 | 1071 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1551 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1071 | 16 | 1071 | 26 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1552 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1072 | 17 | 1072 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1552 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1072 | 17 | 1072 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1553 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1073 | 16 | 1073 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1553 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1073 | 16 | 1073 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1554 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1074 | 16 | 1074 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1554 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1074 | 16 | 1074 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1555 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1075 | 16 | 1075 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1555 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1075 | 16 | 1075 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1556 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1077 | 14 | 1077 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1556 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1077 | 14 | 1077 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1557 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1078 | 18 | 1078 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1557 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1078 | 18 | 1078 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1558 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1079 | 16 | 1079 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1558 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1079 | 16 | 1079 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1559 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1089 | 34 | 1089 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1559 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1089 | 34 | 1089 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1560 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1093 | 34 | 1093 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1560 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1093 | 34 | 1093 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1561 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1102 | 9 | 1102 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1561 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1102 | 9 | 1102 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1562 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1105 | 9 | 1105 | 43 | 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. |
1562 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1105 | 9 | 1105 | 43 | 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. |
1563 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1106 | 9 | 1106 | 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. |
1563 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1106 | 9 | 1106 | 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. |
1564 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1107 | 9 | 1107 | 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. |
1564 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1107 | 9 | 1107 | 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. |
1565 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1108 | 9 | 1108 | 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. |
1565 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1108 | 9 | 1108 | 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. |
1566 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1109 | 9 | 1109 | 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. |
1566 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1109 | 9 | 1109 | 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. |
1567 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1113 | 23 | 1171 | 6 | 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. |
1567 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1113 | 23 | 1171 | 6 | 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. |
1568 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1117 | 16 | 1117 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1568 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1117 | 16 | 1117 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1569 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1119 | 16 | 1119 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1569 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1119 | 16 | 1119 | 23 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1570 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1120 | 17 | 1120 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1570 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1120 | 17 | 1120 | 27 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1571 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1121 | 16 | 1121 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1571 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1121 | 16 | 1121 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1572 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1122 | 16 | 1122 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1572 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1122 | 16 | 1122 | 24 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1573 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1123 | 16 | 1123 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1573 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1123 | 16 | 1123 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1574 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1125 | 14 | 1125 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1574 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1125 | 14 | 1125 | 30 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1575 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1126 | 18 | 1126 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1575 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1126 | 18 | 1126 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1576 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1127 | 16 | 1127 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1576 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1127 | 16 | 1127 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1577 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1134 | 34 | 1134 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1577 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1134 | 34 | 1134 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1578 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1142 | 34 | 1142 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1578 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1142 | 34 | 1142 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1579 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1157 | 9 | 1157 | 42 | 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. |
1579 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1157 | 9 | 1157 | 42 | 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. |
1580 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1159 | 9 | 1159 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1580 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1159 | 9 | 1159 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1581 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1162 | 9 | 1162 | 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. |
1581 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1162 | 9 | 1162 | 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. |
1582 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1164 | 9 | 1164 | 75 | 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. |
1582 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1164 | 9 | 1164 | 75 | 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. |
1583 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1168 | 9 | 1168 | 43 | 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. |
1583 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1168 | 9 | 1168 | 43 | 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. |
1584 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1169 | 9 | 1169 | 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. |
1584 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1169 | 9 | 1169 | 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. |
1585 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1170 | 9 | 1170 | 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. |
1585 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/UnfollowTests2.cls | 1170 | 9 | 1170 | 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. |
1586 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1586 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1587 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1587 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1588 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 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 'unfollowExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1588 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 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 'unfollowExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1589 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'unfollowExecute' has a total cognitive complexity of 82 (highest 39), current threshold is 50 |
1589 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'unfollowExecute' has a total cognitive complexity of 82 (highest 39), current threshold is 50 |
1590 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'unfollowExecute' has a total cyclomatic complexity of 56 (highest 21). |
1590 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'unfollowExecute' has a total cyclomatic complexity of 56 (highest 21). |
1591 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'unfollowExecute' has a Standard Cyclomatic Complexity of 12 (Highest = 21). |
1591 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'unfollowExecute' has a Standard Cyclomatic Complexity of 12 (Highest = 21). |
1592 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 3 | 16 | 6 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1592 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 3 | 16 | 6 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1593 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 4 | 38 | 4 | 153 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1593 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 4 | 38 | 4 | 153 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1594 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1594 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1595 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'unfollowQueueBatchJobs(Boolean)' has a cognitive complexity of 39, current threshold is 15 |
1595 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'unfollowQueueBatchJobs(Boolean)' has a cognitive complexity of 39, current threshold is 15 |
1596 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'unfollowQueueBatchJobs(Boolean)' has a cyclomatic complexity of 17. |
1596 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'unfollowQueueBatchJobs(Boolean)' has a cyclomatic complexity of 17. |
1597 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'unfollowQueueBatchJobs()' has an NCSS line count of 78 (limit: 40) |
1597 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'unfollowQueueBatchJobs()' has an NCSS line count of 78 (limit: 40) |
1598 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'unfollowQueueBatchJobs' has a Standard Cyclomatic Complexity of 17. |
1598 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'unfollowQueueBatchJobs' has a Standard Cyclomatic Complexity of 17. |
1599 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 9 | 22 | 9 | 52 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objectNames' defined but not used |
1599 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 9 | 22 | 9 | 52 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objectNames' defined but not used |
1600 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 23 | 53 | 23 | 241 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1600 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 23 | 53 | 23 | 241 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1601 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 54 | 45 | 54 | 88 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1601 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 54 | 45 | 54 | 88 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1602 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 54 | 20 | 54 | 88 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1602 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 54 | 20 | 54 | 88 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1603 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 64 | 17 | 64 | 40 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1603 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 64 | 17 | 64 | 40 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1604 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 66 | 10 | 68 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1604 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 66 | 10 | 68 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1605 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 72 | 52 | 72 | 217 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1605 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 72 | 52 | 72 | 217 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1606 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 99 | 21 | 107 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1606 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 99 | 21 | 107 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1607 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 135 | 49 | 135 | 94 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1607 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 135 | 49 | 135 | 94 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1608 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 135 | 24 | 135 | 94 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1608 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 135 | 24 | 135 | 94 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1609 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 145 | 21 | 145 | 44 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1609 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 145 | 21 | 145 | 44 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1610 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 147 | 14 | 149 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1610 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 147 | 14 | 149 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1611 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1611 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1612 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'buildQuery(String, List |
1612 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'buildQuery(String, List |
1613 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'buildQuery(String, List |
1613 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'buildQuery(String, List |
1614 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'buildQuery()' has an NCSS line count of 46 (limit: 40) |
1614 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'buildQuery()' has an NCSS line count of 46 (limit: 40) |
1615 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'buildQuery' has a Standard Cyclomatic Complexity of 21. |
1615 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'buildQuery' has a Standard Cyclomatic Complexity of 21. |
1616 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 176 | 21 | 180 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1616 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 176 | 21 | 180 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1617 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 232 | 9 | 232 | 59 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1617 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 232 | 9 | 232 | 59 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1618 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 232 | 9 | 232 | 59 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1618 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 232 | 9 | 232 | 59 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1619 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 236 | 18 | 253 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1619 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 236 | 18 | 253 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1620 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 236 | 18 | 253 | 5 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'addFormattedValue(String, String, String)' has a cyclomatic complexity of 17. |
1620 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowExecute.cls | 236 | 18 | 253 | 5 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'addFormattedValue(String, String, String)' has a cyclomatic complexity of 17. |
1621 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1621 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1622 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1622 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1623 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 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 'unfollowRecordsDelayedScheduleExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1623 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 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 'unfollowRecordsDelayedScheduleExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1624 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowRecordsDelayedScheduleExecute.cls | 3 | 12 | 5 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1624 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowRecordsDelayedScheduleExecute.cls | 3 | 12 | 5 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1625 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1625 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1626 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1626 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1627 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 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 'unfollowScheduleExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1627 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 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 'unfollowScheduleExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1628 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleExecute.cls | 3 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1628 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleExecute.cls | 3 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1629 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1629 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1630 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1630 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1631 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 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 'unfollowScheduleTryBatchJobsAgainExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1631 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 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 'unfollowScheduleTryBatchJobsAgainExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1632 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 3 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1632 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 3 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1633 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 5 | 17 | 5 | 36 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'runFromButton' defined but not used |
1633 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 5 | 17 | 5 | 36 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'runFromButton' defined but not used |
1634 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduler.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1634 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduler.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1635 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduler.cls | 1 | 21 | 13 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1635 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduler.cls | 1 | 21 | 13 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1636 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduler.cls | 1 | 21 | 13 | 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 'unfollowScheduler' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1636 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduler.cls | 1 | 21 | 13 | 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 'unfollowScheduler' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1637 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduler.cls | 2 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1637 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowScheduler.cls | 2 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1638 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1638 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1639 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1639 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1640 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 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 'unfollowSchedulerDelay' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1640 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 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 'unfollowSchedulerDelay' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1641 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerDelay.cls | 3 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1641 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerDelay.cls | 3 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1642 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1642 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1643 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1643 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1644 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 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 'unfollowSchedulerTryBatchJobsAgain' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1644 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 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 'unfollowSchedulerTryBatchJobsAgain' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1645 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerTryBatchJobsAgain.cls | 3 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1645 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowSchedulerTryBatchJobsAgain.cls | 3 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1646 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 1 | 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 comment |
1646 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 1 | 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 comment |
1647 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1647 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1648 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 1 | 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 'unfollowTryBatchJobsAgain' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1648 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 1 | 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 'unfollowTryBatchJobsAgain' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1649 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'unfollowTryBatchJobsAgain' has a Standard Cyclomatic Complexity of 12 (Highest = 11). |
1649 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'unfollowTryBatchJobsAgain' has a Standard Cyclomatic Complexity of 12 (Highest = 11). |
1650 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1650 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1651 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'unfollowTryBatchJobsAgain()' has a cognitive complexity of 28, current threshold is 15 |
1651 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'unfollowTryBatchJobsAgain()' has a cognitive complexity of 28, current threshold is 15 |
1652 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'unfollowTryBatchJobsAgain()' has a cyclomatic complexity of 12. |
1652 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'unfollowTryBatchJobsAgain()' has a cyclomatic complexity of 12. |
1653 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
1653 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
1654 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'unfollowTryBatchJobsAgain' has a Standard Cyclomatic Complexity of 11. |
1654 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'unfollowTryBatchJobsAgain' has a Standard Cyclomatic Complexity of 11. |
1655 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 5 | 43 | 5 | 129 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1655 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 5 | 43 | 5 | 129 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1656 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 11 | 61 | 11 | 293 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1656 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 11 | 61 | 11 | 293 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1657 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 28 | 53 | 28 | 103 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1657 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 28 | 53 | 28 | 103 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1658 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 28 | 28 | 28 | 103 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1658 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 28 | 28 | 28 | 103 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1659 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 33 | 23 | 35 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1659 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 33 | 23 | 35 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1660 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 44 | 53 | 44 | 96 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1660 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 44 | 53 | 44 | 96 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1661 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 44 | 28 | 44 | 96 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1661 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 44 | 28 | 44 | 96 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1662 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 46 | 23 | 48 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1662 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 46 | 23 | 48 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1663 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 59 | 50 | 59 | 263 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1663 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 59 | 50 | 59 | 263 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1664 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 62 | 53 | 62 | 98 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1664 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 62 | 53 | 62 | 98 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
1665 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 62 | 28 | 62 | 98 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1665 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 62 | 28 | 62 | 98 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1666 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 64 | 23 | 66 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1666 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 64 | 23 | 66 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1667 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 71 | 14 | 71 | 39 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1667 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 71 | 14 | 71 | 39 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1668 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 72 | 15 | 74 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1668 | /chatter-unfollow-rules-unmanaged-package/main/default/classes/unfollowTryBatchJobsAgain.cls | 72 | 15 | 74 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1669 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1669 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1670 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'createNameAndValidateRuleInfo' has a cognitive complexity of 57, current threshold is 15 |
1670 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'createNameAndValidateRuleInfo' has a cognitive complexity of 45, current threshold is 15 |
1671 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'createNameAndValidateRuleInfo' has a cyclomatic complexity of 17. |
1671 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'createNameAndValidateRuleInfo' has a cyclomatic complexity of 16. |
1672 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'invoke()' has an NCSS line count of 48 (limit: 40) |
1672 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'invoke()' has an NCSS line count of 48 (limit: 40) |
1673 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'invoke' has a Standard Cyclomatic Complexity of 13. |
1673 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'invoke' has a Standard Cyclomatic Complexity of 12. |
1674 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'createNameAndValidateRuleInfo' has a Standard Cyclomatic Complexity of 14 (Highest = 13). |
1674 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'createNameAndValidateRuleInfo' has a Standard Cyclomatic Complexity of 13 (Highest = 12). |
1675 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 15 | 44 | 15 | 70 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
1676 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 18 | 21 | 18 | 113 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1675 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 18 | 21 | 18 | 113 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1677 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 18 | 21 | 18 | 113 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1676 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 18 | 21 | 18 | 113 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1678 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 30 | 25 | 30 | 130 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1677 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 30 | 25 | 30 | 130 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1679 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 30 | 25 | 30 | 130 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1678 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 30 | 25 | 30 | 130 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1680 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 39 | 25 | 41 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1679 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 39 | 25 | 41 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1681 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 45 | 25 | 53 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1680 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 45 | 25 | 53 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1682 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 50 | 33 | 50 | 164 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1681 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 50 | 33 | 50 | 164 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1683 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 50 | 33 | 50 | 164 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1682 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/createNameAndValidateRuleInfo.trigger | 50 | 33 | 50 | 164 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1684 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1683 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1685 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'limitNumLSRRules' has a cognitive complexity of 30, current threshold is 15 |
1684 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'limitNumLSRRules' has a cognitive complexity of 21, current threshold is 15 |
1686 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'limitNumLSRRules' has a cyclomatic complexity of 12. |
1685 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'limitNumLSRRules' has a cyclomatic complexity of 11. |
1687 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'invoke' has a Standard Cyclomatic Complexity of 11. |
1686 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'invoke' has a Standard Cyclomatic Complexity of 10. |
1688 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'limitNumLSRRules' has a Standard Cyclomatic Complexity of 12 (Highest = 11). |
1687 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'limitNumLSRRules' has a Standard Cyclomatic Complexity of 11 (Highest = 10). |
1689 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 3 | 39 | 3 | 103 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
1690 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 15 | 17 | 17 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1688 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 15 | 17 | 17 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1691 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 23 | 17 | 25 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1689 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 23 | 17 | 25 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1692 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 27 | 17 | 33 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1690 | /chatter-unfollow-rules-unmanaged-package/main/default/triggers/limitNumLSRRules.trigger | 27 | 17 | 33 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1693 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 3 | 27 | 3 | 36 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'OpptyList' doesn't match '[a-z][a-zA-Z0-9]*' |
1691 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 3 | 27 | 3 | 36 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'OpptyList' doesn't match '[a-z][a-zA-Z0-9]*' |
1694 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 6 | 23 | 40 | 6 | 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. |
1692 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 6 | 23 | 40 | 6 | 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. |
1695 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 16 | 9 | 16 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1693 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 16 | 9 | 16 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1696 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 16 | 9 | 16 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1694 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 16 | 9 | 16 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1697 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 17 | 9 | 17 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1695 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 17 | 9 | 17 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1698 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 23 | 9 | 23 | 96 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1696 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 23 | 9 | 23 | 96 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1699 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 23 | 9 | 23 | 96 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1697 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 23 | 9 | 23 | 96 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1700 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 24 | 9 | 24 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1698 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 24 | 9 | 24 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1701 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 30 | 9 | 30 | 94 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1699 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 30 | 9 | 30 | 94 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1702 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 30 | 9 | 30 | 94 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1700 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 30 | 9 | 30 | 94 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1703 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 31 | 9 | 31 | 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. |
1701 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 31 | 9 | 31 | 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. |
1704 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 37 | 9 | 37 | 120 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1702 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 37 | 9 | 37 | 120 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1705 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 37 | 9 | 37 | 120 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1703 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 37 | 9 | 37 | 120 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1706 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 38 | 9 | 38 | 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. |
1704 | /clean-your-room-dashboard/main/default/classes/OppPusherTests.cls | 38 | 9 | 38 | 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. |
1707 | /clean-your-room-dashboard/main/default/triggers/OppPusher.trigger | 1 | 1 | 30 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1705 | /clean-your-room-dashboard/main/default/triggers/OppPusher.trigger | 1 | 1 | 30 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1708 | /clean-your-room-dashboard/main/default/triggers/OppPusher.trigger | 1 | 1 | 30 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'OppPusher' has a cognitive complexity of 17, current threshold is 15 |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
1709 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 1 | 21 | 209 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1706 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 1 | 21 | 209 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1710 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 1 | 21 | 209 | 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 'ccp_cloneKnowledgeArticleController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1707 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 1 | 21 | 209 | 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 'ccp_cloneKnowledgeArticleController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1711 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 4 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1708 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 4 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1712 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 79 | 19 | 141 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1709 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 79 | 19 | 141 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1713 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 79 | 56 | 79 | 68 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Title' doesn't match '[a-z][a-zA-Z0-9]*' |
1710 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 79 | 56 | 79 | 68 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Title' doesn't match '[a-z][a-zA-Z0-9]*' |
1714 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 79 | 70 | 79 | 84 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'UrlName' doesn't match '[a-z][a-zA-Z0-9]*' |
1711 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 79 | 70 | 79 | 84 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'UrlName' doesn't match '[a-z][a-zA-Z0-9]*' |
1715 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 79 | 19 | 141 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'cloneArticle()' has an NCSS line count of 53 (limit: 40) |
1712 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 79 | 19 | 141 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'cloneArticle()' has an NCSS line count of 53 (limit: 40) |
1716 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 113 | 18 | 121 | 14 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
1713 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 113 | 18 | 121 | 14 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
1717 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 114 | 13 | 116 | 14 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1714 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 114 | 13 | 116 | 14 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1718 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 134 | 13 | 134 | 28 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1715 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 134 | 13 | 134 | 28 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1719 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 144 | 17 | 144 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'article' defined but not used |
1716 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 144 | 17 | 144 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'article' defined but not used |
1720 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 191 | 13 | 191 | 28 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1717 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 191 | 13 | 191 | 28 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1721 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 191 | 13 | 191 | 28 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1718 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 191 | 13 | 191 | 28 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1722 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 198 | 51 | 198 | 76 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
1719 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleController.cls | 198 | 51 | 198 | 76 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
1723 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 2 | 8 | 115 | 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 'ccp_cloneKnowledgeArticleControllerT' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1720 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 2 | 8 | 115 | 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 'ccp_cloneKnowledgeArticleControllerT' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1724 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 5 | 30 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1721 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 5 | 30 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1725 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 5 | 30 | 19 | 6 | 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. |
1722 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 5 | 30 | 19 | 6 | 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. |
1726 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 5 | 30 | 19 | 6 | 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 'test_success_getArticleInfo' doesn't match '[a-z][a-zA-Z0-9]*' |
1723 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 5 | 30 | 19 | 6 | 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 'test_success_getArticleInfo' doesn't match '[a-z][a-zA-Z0-9]*' |
1727 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 8 | 9 | 8 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1724 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 8 | 9 | 8 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1728 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 18 | 9 | 18 | 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. |
1725 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 18 | 9 | 18 | 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. |
1729 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 21 | 30 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1726 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 21 | 30 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1730 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 21 | 30 | 35 | 6 | 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. |
1727 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 21 | 30 | 35 | 6 | 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. |
1731 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 21 | 30 | 35 | 6 | 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 'test_success_cloneArticle' doesn't match '[a-z][a-zA-Z0-9]*' |
1728 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 21 | 30 | 35 | 6 | 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 'test_success_cloneArticle' doesn't match '[a-z][a-zA-Z0-9]*' |
1732 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 24 | 9 | 24 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1729 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 24 | 9 | 24 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1733 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 34 | 9 | 34 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1730 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 34 | 9 | 34 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1734 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 37 | 30 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1731 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 37 | 30 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1735 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 37 | 30 | 44 | 6 | 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. |
1732 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 37 | 30 | 44 | 6 | 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. |
1736 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 37 | 30 | 44 | 6 | 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 'test_fail_getArticleInfo' doesn't match '[a-z][a-zA-Z0-9]*' |
1733 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 37 | 30 | 44 | 6 | 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 'test_fail_getArticleInfo' doesn't match '[a-z][a-zA-Z0-9]*' |
1737 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 43 | 9 | 43 | 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. |
1734 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 43 | 9 | 43 | 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. |
1738 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 46 | 30 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1735 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 46 | 30 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1739 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 46 | 30 | 53 | 6 | 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. |
1736 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 46 | 30 | 53 | 6 | 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. |
1740 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 46 | 30 | 53 | 6 | 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 'test_fail_getArticleInfo2' doesn't match '[a-z][a-zA-Z0-9]*' |
1737 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 46 | 30 | 53 | 6 | 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 'test_fail_getArticleInfo2' doesn't match '[a-z][a-zA-Z0-9]*' |
1741 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 52 | 9 | 52 | 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. |
1738 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 52 | 9 | 52 | 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. |
1742 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 55 | 30 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1739 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 55 | 30 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1743 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 55 | 30 | 62 | 6 | 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. |
1740 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 55 | 30 | 62 | 6 | 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. |
1744 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 55 | 30 | 62 | 6 | 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 'test_fail_getArticleInfo3' doesn't match '[a-z][a-zA-Z0-9]*' |
1741 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 55 | 30 | 62 | 6 | 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 'test_fail_getArticleInfo3' doesn't match '[a-z][a-zA-Z0-9]*' |
1745 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 61 | 9 | 61 | 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. |
1742 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 61 | 9 | 61 | 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. |
1746 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 64 | 30 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1743 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 64 | 30 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1747 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 64 | 30 | 72 | 6 | 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. |
1744 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 64 | 30 | 72 | 6 | 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. |
1748 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 64 | 30 | 72 | 6 | 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 'test_fail_cloneArticle' doesn't match '[a-z][a-zA-Z0-9]*' |
1745 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 64 | 30 | 72 | 6 | 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 'test_fail_cloneArticle' doesn't match '[a-z][a-zA-Z0-9]*' |
1749 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 69 | 9 | 69 | 78 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1746 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 69 | 9 | 69 | 78 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1750 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 69 | 9 | 69 | 78 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1747 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 69 | 9 | 69 | 78 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1751 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 71 | 9 | 71 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1748 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 71 | 9 | 71 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1752 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 74 | 30 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1749 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 74 | 30 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1753 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 74 | 30 | 82 | 6 | 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. |
1750 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 74 | 30 | 82 | 6 | 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. |
1754 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 74 | 30 | 82 | 6 | 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 'test_fail_cloneArticle2' doesn't match '[a-z][a-zA-Z0-9]*' |
1751 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 74 | 30 | 82 | 6 | 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 'test_fail_cloneArticle2' doesn't match '[a-z][a-zA-Z0-9]*' |
1755 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 79 | 9 | 79 | 78 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1752 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 79 | 9 | 79 | 78 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1756 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 79 | 9 | 79 | 78 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1753 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 79 | 9 | 79 | 78 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1757 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 81 | 9 | 81 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1754 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 81 | 9 | 81 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1758 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 84 | 30 | 92 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1755 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 84 | 30 | 92 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1759 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 84 | 30 | 92 | 6 | 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. |
1756 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 84 | 30 | 92 | 6 | 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. |
1760 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 84 | 30 | 92 | 6 | 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 'test_fail_cloneArticle3' doesn't match '[a-z][a-zA-Z0-9]*' |
1757 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 84 | 30 | 92 | 6 | 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 'test_fail_cloneArticle3' doesn't match '[a-z][a-zA-Z0-9]*' |
1761 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 89 | 9 | 89 | 78 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1758 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 89 | 9 | 89 | 78 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1762 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 89 | 9 | 89 | 78 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1759 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 89 | 9 | 89 | 78 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1763 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 91 | 9 | 91 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1760 | /clone-knowledge-article/main/default/classes/ccp_cloneKnowledgeArticleControllerT.cls | 91 | 9 | 91 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1764 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 1 | 21 | 267 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1761 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 1 | 21 | 267 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1765 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 1 | 21 | 267 | 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 'createExternalGroupController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1762 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 1 | 21 | 267 | 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 'createExternalGroupController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1766 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 1 | 21 | 267 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'createExternalGroupController' has a total cognitive complexity of 112 (highest 89), current threshold is 50 |
1763 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 1 | 21 | 267 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'createExternalGroupController' has a total cognitive complexity of 112 (highest 89), current threshold is 50 |
1767 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 1 | 21 | 267 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'createExternalGroupController' has a total cyclomatic complexity of 46 (highest 33). |
1764 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 1 | 21 | 267 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'createExternalGroupController' has a total cyclomatic complexity of 46 (highest 33). |
1768 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 1 | 21 | 267 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'createExternalGroupController' has a Standard Cyclomatic Complexity of 11 (Highest = 31). |
1765 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 1 | 21 | 267 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'createExternalGroupController' has a Standard Cyclomatic Complexity of 11 (Highest = 31). |
1769 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 10 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1766 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 10 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1770 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 15 | 12 | 198 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1767 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 15 | 12 | 198 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1771 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 15 | 12 | 198 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'createExternalGroup()' has a cognitive complexity of 89, current threshold is 15 |
1768 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 15 | 12 | 198 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'createExternalGroup()' has a cognitive complexity of 89, current threshold is 15 |
1772 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 15 | 12 | 198 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createExternalGroup()' has a cyclomatic complexity of 33. |
1769 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 15 | 12 | 198 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createExternalGroup()' has a cyclomatic complexity of 33. |
1773 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 15 | 12 | 198 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createExternalGroup()' has an NCSS line count of 96 (limit: 40) |
1770 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 15 | 12 | 198 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createExternalGroup()' has an NCSS line count of 96 (limit: 40) |
1774 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 15 | 12 | 198 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'createExternalGroup' has a Standard Cyclomatic Complexity of 31. |
1771 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 15 | 12 | 198 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'createExternalGroup' has a Standard Cyclomatic Complexity of 31. |
1775 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 16 | 42 | 16 | 118 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1772 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 16 | 42 | 16 | 118 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1776 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 25 | 33 | 25 | 101 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1773 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 25 | 33 | 25 | 101 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1777 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 28 | 29 | 28 | 91 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1774 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 28 | 29 | 28 | 91 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1778 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 35 | 47 | 35 | 152 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1775 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 35 | 47 | 35 | 152 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1779 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 38 | 17 | 44 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1776 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 38 | 17 | 44 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1780 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 48 | 26 | 48 | 131 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1777 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 48 | 26 | 48 | 131 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1781 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 49 | 17 | 59 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1778 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 49 | 17 | 59 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1782 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 67 | 21 | 67 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1779 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 67 | 21 | 67 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1783 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 71 | 18 | 73 | 18 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1780 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 71 | 18 | 73 | 18 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1784 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 74 | 18 | 79 | 14 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1781 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 74 | 18 | 79 | 14 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1785 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 88 | 36 | 88 | 86 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1782 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 88 | 36 | 88 | 86 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1786 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 101 | 59 | 101 | 204 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1783 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 101 | 59 | 101 | 204 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1787 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 105 | 21 | 111 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1784 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 105 | 21 | 111 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1788 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 129 | 19 | 129 | 37 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1785 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 129 | 19 | 129 | 37 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1789 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 162 | 40 | 162 | 45 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1786 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 162 | 40 | 162 | 45 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1790 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 164 | 17 | 186 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1787 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 164 | 17 | 186 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1791 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 171 | 38 | 171 | 87 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1788 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 171 | 38 | 171 | 87 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1792 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 181 | 25 | 181 | 48 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1789 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 181 | 25 | 181 | 48 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1793 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 182 | 22 | 185 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1790 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 182 | 22 | 185 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1794 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 189 | 14 | 191 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1791 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 189 | 14 | 191 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1795 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 200 | 16 | 252 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1792 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 200 | 16 | 252 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1796 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 200 | 16 | 252 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'addExistingCustomerUsersToGroup(Set |
1793 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 200 | 16 | 252 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'addExistingCustomerUsersToGroup(Set |
1797 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 210 | 38 | 210 | 113 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1794 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 210 | 38 | 210 | 113 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1798 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 222 | 66 | 222 | 209 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1795 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 222 | 66 | 222 | 209 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1799 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 244 | 12 | 244 | 43 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1796 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 244 | 12 | 244 | 43 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1800 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 254 | 16 | 266 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1797 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 254 | 16 | 266 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1801 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 258 | 5 | 258 | 14 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1798 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupController.cls | 258 | 5 | 258 | 14 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1802 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 2 | 9 | 893 | 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 'createExternalGroupControllerTests' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1799 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 2 | 9 | 893 | 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 'createExternalGroupControllerTests' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1803 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 2 | 9 | 893 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'createExternalGroupControllerTests' has a total cognitive complexity of 64 (highest 7), current threshold is 50 |
1800 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 2 | 9 | 893 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'createExternalGroupControllerTests' has a total cognitive complexity of 64 (highest 7), current threshold is 50 |
1804 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 2 | 9 | 893 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'createExternalGroupControllerTests' has a total cyclomatic complexity of 78 (highest 5). |
1801 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 2 | 9 | 893 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'createExternalGroupControllerTests' has a total cyclomatic complexity of 78 (highest 5). |
1805 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 22 | 19 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1802 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 22 | 19 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1806 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 37 | 19 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1803 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 37 | 19 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1807 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 52 | 19 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1804 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 52 | 19 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1808 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 61 | 19 | 61 | 45 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
1805 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 61 | 19 | 61 | 45 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
1809 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 72 | 10 | 74 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1806 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 72 | 10 | 74 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1810 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 79 | 19 | 92 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1807 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 79 | 19 | 92 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1811 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 94 | 23 | 115 | 6 | 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. |
1808 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 94 | 23 | 115 | 6 | 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. |
1812 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 102 | 20 | 102 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1809 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 102 | 20 | 102 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1813 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 106 | 38 | 106 | 94 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'crs' defined but not used |
1810 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 106 | 38 | 106 | 94 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'crs' defined but not used |
1814 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 112 | 9 | 112 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1811 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 112 | 9 | 112 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1815 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 117 | 23 | 130 | 6 | 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. |
1812 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 117 | 23 | 130 | 6 | 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. |
1816 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 118 | 14 | 118 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
1813 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 118 | 14 | 118 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
1817 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 119 | 16 | 119 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
1814 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 119 | 16 | 119 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
1818 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 120 | 16 | 120 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'email' defined but not used |
1815 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 120 | 16 | 120 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'email' defined but not used |
1819 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 126 | 39 | 126 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'scExt' defined but not used |
1816 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 126 | 39 | 126 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'scExt' defined but not used |
1820 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 129 | 9 | 129 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1817 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 129 | 9 | 129 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1821 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 132 | 23 | 165 | 6 | 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. |
1818 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 132 | 23 | 165 | 6 | 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. |
1822 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 140 | 20 | 140 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1819 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 140 | 20 | 140 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1823 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 150 | 9 | 150 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1820 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 150 | 9 | 150 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1824 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 163 | 9 | 163 | 63 | 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. |
1821 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 163 | 9 | 163 | 63 | 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. |
1825 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 167 | 23 | 199 | 6 | 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. |
1822 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 167 | 23 | 199 | 6 | 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. |
1826 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 175 | 20 | 175 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1823 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 175 | 20 | 175 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1827 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 184 | 9 | 184 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1824 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 184 | 9 | 184 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1828 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 197 | 9 | 197 | 63 | 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. |
1825 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 197 | 9 | 197 | 63 | 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. |
1829 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 202 | 23 | 242 | 6 | 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. |
1826 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 202 | 23 | 242 | 6 | 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. |
1830 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 224 | 10 | 224 | 42 | 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. |
1827 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 224 | 10 | 224 | 42 | 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. |
1831 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 237 | 10 | 237 | 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. |
1828 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 237 | 10 | 237 | 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. |
1832 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 240 | 10 | 240 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1829 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 240 | 10 | 240 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1833 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 245 | 23 | 284 | 6 | 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. |
1830 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 245 | 23 | 284 | 6 | 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. |
1834 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 266 | 10 | 266 | 42 | 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. |
1831 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 266 | 10 | 266 | 42 | 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. |
1835 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 279 | 10 | 279 | 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. |
1832 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 279 | 10 | 279 | 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. |
1836 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 282 | 10 | 282 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1833 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 282 | 10 | 282 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1837 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 287 | 23 | 331 | 6 | 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. |
1834 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 287 | 23 | 331 | 6 | 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. |
1838 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 289 | 14 | 289 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
1835 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 289 | 14 | 289 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
1839 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 290 | 16 | 290 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
1836 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 290 | 16 | 290 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
1840 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 317 | 9 | 317 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1837 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 317 | 9 | 317 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1841 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 329 | 9 | 329 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1838 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 329 | 9 | 329 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1842 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 333 | 23 | 378 | 6 | 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. |
1839 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 333 | 23 | 378 | 6 | 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. |
1843 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 335 | 14 | 335 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
1840 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 335 | 14 | 335 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
1844 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 336 | 16 | 336 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
1841 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 336 | 16 | 336 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
1845 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 364 | 9 | 364 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1842 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 364 | 9 | 364 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1846 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 376 | 9 | 376 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1843 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 376 | 9 | 376 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1847 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 380 | 23 | 426 | 6 | 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. |
1844 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 380 | 23 | 426 | 6 | 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. |
1848 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 389 | 20 | 389 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1845 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 389 | 20 | 389 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1849 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 412 | 9 | 412 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1846 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 412 | 9 | 412 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1850 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 424 | 9 | 424 | 43 | 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. |
1847 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 424 | 9 | 424 | 43 | 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. |
1851 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 429 | 23 | 464 | 6 | 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. |
1848 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 429 | 23 | 464 | 6 | 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. |
1852 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 441 | 20 | 441 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1849 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 441 | 20 | 441 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1853 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 450 | 9 | 450 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1850 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 450 | 9 | 450 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1854 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 463 | 9 | 463 | 63 | 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. |
1851 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 463 | 9 | 463 | 63 | 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. |
1855 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 466 | 23 | 515 | 6 | 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. |
1852 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 466 | 23 | 515 | 6 | 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. |
1856 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 481 | 10 | 481 | 63 | 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. |
1853 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 481 | 10 | 481 | 63 | 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. |
1857 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 510 | 5 | 510 | 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. |
1854 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 510 | 5 | 510 | 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. |
1858 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 512 | 10 | 512 | 42 | 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. |
1855 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 512 | 10 | 512 | 42 | 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. |
1859 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 517 | 23 | 564 | 6 | 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. |
1856 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 517 | 23 | 564 | 6 | 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. |
1860 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 532 | 10 | 532 | 63 | 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. |
1857 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 532 | 10 | 532 | 63 | 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. |
1861 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 559 | 5 | 559 | 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. |
1858 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 559 | 5 | 559 | 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. |
1862 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 561 | 10 | 561 | 42 | 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. |
1859 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 561 | 10 | 561 | 42 | 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. |
1863 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 566 | 23 | 604 | 6 | 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. |
1860 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 566 | 23 | 604 | 6 | 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. |
1864 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 579 | 20 | 579 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1861 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 579 | 20 | 579 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1865 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 590 | 9 | 590 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1862 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 590 | 9 | 590 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1866 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 603 | 9 | 603 | 63 | 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. |
1863 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 603 | 9 | 603 | 63 | 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. |
1867 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 606 | 23 | 644 | 6 | 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. |
1864 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 606 | 23 | 644 | 6 | 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. |
1868 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 619 | 20 | 619 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1865 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 619 | 20 | 619 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1869 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 630 | 9 | 630 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1866 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 630 | 9 | 630 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1870 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 643 | 9 | 643 | 63 | 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. |
1867 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 643 | 9 | 643 | 63 | 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. |
1871 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 646 | 23 | 673 | 6 | 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. |
1868 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 646 | 23 | 673 | 6 | 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. |
1872 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 660 | 20 | 660 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1869 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 660 | 20 | 660 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1873 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 665 | 38 | 665 | 94 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'crs' defined but not used |
1870 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 665 | 38 | 665 | 94 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'crs' defined but not used |
1874 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 671 | 9 | 671 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1871 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 671 | 9 | 671 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1875 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 675 | 23 | 713 | 6 | 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. |
1872 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 675 | 23 | 713 | 6 | 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. |
1876 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 689 | 20 | 689 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1873 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 689 | 20 | 689 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1877 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 700 | 9 | 700 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1874 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 700 | 9 | 700 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1878 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 712 | 9 | 712 | 63 | 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. |
1875 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 712 | 9 | 712 | 63 | 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. |
1879 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 715 | 23 | 765 | 6 | 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. |
1876 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 715 | 23 | 765 | 6 | 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. |
1880 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 721 | 17 | 721 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OpptyTeamAdded' doesn't match '[a-z][a-zA-Z0-9]*' |
1877 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 721 | 17 | 721 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OpptyTeamAdded' doesn't match '[a-z][a-zA-Z0-9]*' |
1881 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 746 | 10 | 746 | 42 | 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. |
1878 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 746 | 10 | 746 | 42 | 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. |
1882 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 760 | 10 | 760 | 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. |
1879 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 760 | 10 | 760 | 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. |
1883 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 763 | 10 | 763 | 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. |
1880 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 763 | 10 | 763 | 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. |
1884 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 767 | 23 | 826 | 6 | 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. |
1881 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 767 | 23 | 826 | 6 | 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. |
1885 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 780 | 20 | 780 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1882 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 780 | 20 | 780 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1886 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 791 | 20 | 791 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'EGusers' doesn't match '[a-z][a-zA-Z0-9]*' |
1883 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 791 | 20 | 791 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'EGusers' doesn't match '[a-z][a-zA-Z0-9]*' |
1887 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 812 | 9 | 812 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1884 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 812 | 9 | 812 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1888 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 825 | 9 | 825 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1885 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 825 | 9 | 825 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1889 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 828 | 23 | 889 | 6 | 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. |
1886 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 828 | 23 | 889 | 6 | 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. |
1890 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 840 | 20 | 840 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1887 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 840 | 20 | 840 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'users' defined but not used |
1891 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 844 | 40 | 844 | 80 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'gms' defined but not used |
1888 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 844 | 40 | 844 | 80 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'gms' defined but not used |
1892 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 849 | 20 | 849 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'EGusers' doesn't match '[a-z][a-zA-Z0-9]*' |
1889 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 849 | 20 | 849 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'EGusers' doesn't match '[a-z][a-zA-Z0-9]*' |
1893 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 871 | 9 | 871 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1890 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 871 | 9 | 871 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1894 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 884 | 9 | 884 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1891 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 884 | 9 | 884 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1895 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 887 | 9 | 887 | 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. |
1892 | /contact-role-quick-invite-for-chatter-customer-groups/main/default/classes/createExternalGroupControllerTests.cls | 887 | 9 | 887 | 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. |
1896 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 1 | 8 | 16 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1893 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 1 | 8 | 16 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1897 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
1894 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
1898 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 1 | 8 | 16 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1895 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 1 | 8 | 16 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1899 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 3 | 19 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1896 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 3 | 19 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1900 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 6 | 44 | 6 | 80 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1897 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 6 | 44 | 6 | 80 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1901 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 11 | 13 | 11 | 32 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1898 | /daily-quote-component/main/default/classes/QuoteOfTheDaySelector.cls | 11 | 13 | 11 | 32 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1902 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 2 | 9 | 50 | 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 'testQuoteOfTheDaySelector' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1899 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 2 | 9 | 50 | 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 'testQuoteOfTheDaySelector' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1903 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 3 | 20 | 12 | 6 | 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 'TestGetQuoteOfTheDayWithNoQuotes' doesn't match '[a-z][a-zA-Z0-9]*' |
1900 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 3 | 20 | 12 | 6 | 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 'TestGetQuoteOfTheDayWithNoQuotes' doesn't match '[a-z][a-zA-Z0-9]*' |
1904 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 11 | 9 | 11 | 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. |
1901 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 11 | 9 | 11 | 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. |
1905 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 14 | 20 | 29 | 6 | 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 'TestGetQuoteOfTheDayWithOneQuote' doesn't match '[a-z][a-zA-Z0-9]*' |
1902 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 14 | 20 | 29 | 6 | 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 'TestGetQuoteOfTheDayWithOneQuote' doesn't match '[a-z][a-zA-Z0-9]*' |
1906 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 27 | 9 | 27 | 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. |
1903 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 27 | 9 | 27 | 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. |
1907 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 28 | 9 | 28 | 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. |
1904 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 28 | 9 | 28 | 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. |
1908 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 31 | 20 | 49 | 6 | 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 'TestGetQuoteOfTheDayWithTwoQuotes' doesn't match '[a-z][a-zA-Z0-9]*' |
1905 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 31 | 20 | 49 | 6 | 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 'TestGetQuoteOfTheDayWithTwoQuotes' doesn't match '[a-z][a-zA-Z0-9]*' |
1909 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 48 | 9 | 48 | 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. |
1906 | /daily-quote-component/main/default/classes/testQuoteOfTheDaySelector.cls | 48 | 9 | 48 | 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. |
1910 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 21 | 19 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1907 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 21 | 19 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1911 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 39 | 19 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1908 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 39 | 19 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1912 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 58 | 19 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1909 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 58 | 19 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1913 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 77 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1910 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 77 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1914 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 77 | 19 | 82 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1911 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 77 | 19 | 82 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1915 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 84 | 19 | 90 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1912 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 84 | 19 | 90 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1916 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 84 | 19 | 90 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1913 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 84 | 19 | 90 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1917 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 92 | 19 | 98 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1914 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 92 | 19 | 98 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1918 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 92 | 19 | 98 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1915 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 92 | 19 | 98 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1919 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 100 | 19 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1916 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 100 | 19 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1920 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 125 | 19 | 148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1917 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 125 | 19 | 148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1921 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 150 | 19 | 172 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1918 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FAVResponseUtils.cls | 150 | 19 | 172 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1922 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FetchCardsAssociatedWithFACtrl.cls | 19 | 21 | 46 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1919 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FetchCardsAssociatedWithFACtrl.cls | 19 | 21 | 46 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1923 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FetchCardsAssociatedWithFACtrl.cls | 29 | 19 | 45 | 6 | 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 |
1920 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_FetchCardsAssociatedWithFACtrl.cls | 29 | 19 | 45 | 6 | 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 |
1924 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 1 | 21 | 376 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1921 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 1 | 21 | 376 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1925 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 3 | 26 | 3 | 76 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'LA_SKILL_URL' doesn't match '[a-z][a-zA-Z0-9]*' |
1922 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 3 | 26 | 3 | 76 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'LA_SKILL_URL' doesn't match '[a-z][a-zA-Z0-9]*' |
1926 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 4 | 26 | 4 | 84 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'LCD_URL' doesn't match '[a-z][a-zA-Z0-9]*' |
1923 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 4 | 26 | 4 | 84 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'LCD_URL' doesn't match '[a-z][a-zA-Z0-9]*' |
1927 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 5 | 26 | 5 | 80 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'LCB_URL' doesn't match '[a-z][a-zA-Z0-9]*' |
1924 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 5 | 26 | 5 | 80 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'LCB_URL' doesn't match '[a-z][a-zA-Z0-9]*' |
1928 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 6 | 26 | 6 | 85 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'LCUC_URL' doesn't match '[a-z][a-zA-Z0-9]*' |
1925 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 6 | 26 | 6 | 85 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'LCUC_URL' doesn't match '[a-z][a-zA-Z0-9]*' |
1929 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 15 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1926 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 15 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1930 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 21 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1927 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 21 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1931 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 27 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1928 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 27 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1932 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 33 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1929 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 33 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1933 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 39 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1930 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 39 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1934 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 45 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1931 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 45 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1935 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 47 | 49 | 47 | 114 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1932 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 47 | 49 | 47 | 114 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1936 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 48 | 55 | 48 | 126 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1933 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 48 | 55 | 48 | 126 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1937 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 51 | 73 | 51 | 174 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1934 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 51 | 73 | 51 | 174 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1938 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 57 | 17 | 57 | 51 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1935 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 57 | 17 | 57 | 51 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1939 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 66 | 13 | 66 | 49 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1936 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 66 | 13 | 66 | 49 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1940 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 73 | 12 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1937 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 73 | 12 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1941 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 74 | 69 | 74 | 214 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1938 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 74 | 69 | 74 | 214 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1942 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 77 | 13 | 77 | 48 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1939 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 77 | 13 | 77 | 48 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1943 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 77 | 13 | 77 | 48 | 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 |
1940 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 77 | 13 | 77 | 48 | 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 |
1944 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 77 | 13 | 77 | 48 | 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 |
1941 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 77 | 13 | 77 | 48 | 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 |
1945 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 81 | 12 | 83 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1942 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 81 | 12 | 83 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1946 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 85 | 12 | 160 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1943 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 85 | 12 | 160 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1947 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 85 | 12 | 160 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createLiveAgentSetup()' has an NCSS line count of 64 (limit: 40) |
1944 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 85 | 12 | 160 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createLiveAgentSetup()' has an NCSS line count of 64 (limit: 40) |
1948 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 93 | 13 | 93 | 44 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1945 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 93 | 13 | 93 | 44 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1949 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 93 | 13 | 93 | 44 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1946 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 93 | 13 | 93 | 44 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1950 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 104 | 13 | 104 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1947 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 104 | 13 | 104 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1951 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 104 | 13 | 104 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1948 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 104 | 13 | 104 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1952 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 105 | 13 | 105 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1949 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 105 | 13 | 105 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1953 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 105 | 13 | 105 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1950 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 105 | 13 | 105 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1954 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 118 | 13 | 118 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1951 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 118 | 13 | 118 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1955 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 118 | 13 | 118 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1952 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 118 | 13 | 118 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1956 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 119 | 13 | 119 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1953 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 119 | 13 | 119 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1957 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 119 | 13 | 119 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1954 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 119 | 13 | 119 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1958 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 134 | 13 | 134 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1955 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 134 | 13 | 134 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1959 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 134 | 13 | 134 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1956 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 134 | 13 | 134 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1960 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 135 | 13 | 135 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1957 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 135 | 13 | 135 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1961 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 135 | 13 | 135 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1958 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 135 | 13 | 135 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1962 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 149 | 13 | 149 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1959 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 149 | 13 | 149 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1963 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 149 | 13 | 149 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1960 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 149 | 13 | 149 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1964 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 150 | 13 | 150 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1961 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 150 | 13 | 150 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1965 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 150 | 13 | 150 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1962 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 150 | 13 | 150 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1966 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 157 | 13 | 157 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1963 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 157 | 13 | 157 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1967 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 157 | 13 | 157 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1964 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 157 | 13 | 157 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1968 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 169 | 20 | 184 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1965 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 169 | 20 | 184 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1969 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 180 | 27 | 180 | 42 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
1966 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 180 | 27 | 180 | 42 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
1970 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 190 | 43 | 190 | 63 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'response_type' doesn't match '[a-z][a-zA-Z0-9]*' |
1967 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 190 | 43 | 190 | 63 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'response_type' doesn't match '[a-z][a-zA-Z0-9]*' |
1971 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 214 | 12 | 221 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1968 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 214 | 12 | 221 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1972 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 222 | 12 | 234 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1969 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 222 | 12 | 234 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1973 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 223 | 16 | 223 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1970 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 223 | 16 | 223 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1974 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 223 | 23 | 223 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'DeveloperName' doesn't match '[a-z][a-zA-Z0-9]*' |
1971 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 223 | 23 | 223 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'DeveloperName' doesn't match '[a-z][a-zA-Z0-9]*' |
1975 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 224 | 16 | 224 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1972 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 224 | 16 | 224 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1976 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 224 | 23 | 224 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'MasterLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
1973 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 224 | 23 | 224 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'MasterLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
1977 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 225 | 16 | 225 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1974 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 225 | 16 | 225 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1978 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 225 | 23 | 225 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Language' doesn't match '[a-z][a-zA-Z0-9]*' |
1975 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 225 | 23 | 225 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Language' doesn't match '[a-z][a-zA-Z0-9]*' |
1979 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 226 | 16 | 226 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1976 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 226 | 16 | 226 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1980 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 226 | 23 | 226 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Description' doesn't match '[a-z][a-zA-Z0-9]*' |
1977 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 226 | 23 | 226 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Description' doesn't match '[a-z][a-zA-Z0-9]*' |
1981 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 228 | 16 | 233 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1978 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 228 | 16 | 233 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1982 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 236 | 12 | 254 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1979 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 236 | 12 | 254 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1983 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 237 | 16 | 237 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1980 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 237 | 16 | 237 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1984 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 237 | 23 | 237 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'DeveloperName' doesn't match '[a-z][a-zA-Z0-9]*' |
1981 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 237 | 23 | 237 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'DeveloperName' doesn't match '[a-z][a-zA-Z0-9]*' |
1985 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 238 | 16 | 238 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1982 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 238 | 16 | 238 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1986 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 238 | 23 | 238 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'MasterLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
1983 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 238 | 23 | 238 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'MasterLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
1987 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 239 | 16 | 239 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1984 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 239 | 16 | 239 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1988 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 239 | 23 | 239 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'WindowTitle' doesn't match '[a-z][a-zA-Z0-9]*' |
1985 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 239 | 23 | 239 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'WindowTitle' doesn't match '[a-z][a-zA-Z0-9]*' |
1989 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 240 | 16 | 240 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1986 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 240 | 16 | 240 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1990 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 240 | 24 | 240 | 41 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasTranscriptSave' doesn't match '[a-z][a-zA-Z0-9]*' |
1987 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 240 | 24 | 240 | 41 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasTranscriptSave' doesn't match '[a-z][a-zA-Z0-9]*' |
1991 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 241 | 16 | 241 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1988 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 241 | 16 | 241 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1992 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 241 | 24 | 241 | 44 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasPrechatApi' doesn't match '[a-z][a-zA-Z0-9]*' |
1989 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 241 | 24 | 241 | 44 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasPrechatApi' doesn't match '[a-z][a-zA-Z0-9]*' |
1993 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 242 | 16 | 242 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1990 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 242 | 16 | 242 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1994 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 242 | 24 | 242 | 49 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'ConnectionWarningDuration' doesn't match '[a-z][a-zA-Z0-9]*' |
1991 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 242 | 24 | 242 | 49 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'ConnectionWarningDuration' doesn't match '[a-z][a-zA-Z0-9]*' |
1995 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 243 | 16 | 243 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1992 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 243 | 16 | 243 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1996 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 243 | 24 | 243 | 49 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'ConnectionTimeoutDuration' doesn't match '[a-z][a-zA-Z0-9]*' |
1993 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 243 | 24 | 243 | 49 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'ConnectionTimeoutDuration' doesn't match '[a-z][a-zA-Z0-9]*' |
1997 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 245 | 16 | 253 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1994 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 245 | 16 | 253 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1998 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 256 | 12 | 290 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1995 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 256 | 12 | 290 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1999 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 257 | 16 | 257 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1996 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 257 | 16 | 257 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2000 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 257 | 23 | 257 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'DeveloperName' doesn't match '[a-z][a-zA-Z0-9]*' |
1997 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 257 | 23 | 257 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'DeveloperName' doesn't match '[a-z][a-zA-Z0-9]*' |
2001 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 258 | 16 | 258 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1998 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 258 | 16 | 258 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2002 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 258 | 23 | 258 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'MasterLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
1999 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 258 | 23 | 258 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'MasterLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
2003 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 259 | 16 | 259 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2000 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 259 | 16 | 259 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2004 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 259 | 23 | 259 | 30 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'SkillId' doesn't match '[a-z][a-zA-Z0-9]*' |
2001 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 259 | 23 | 259 | 30 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'SkillId' doesn't match '[a-z][a-zA-Z0-9]*' |
2005 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 260 | 16 | 260 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2002 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 260 | 16 | 260 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2006 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 260 | 23 | 260 | 37 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'WindowLanguage' doesn't match '[a-z][a-zA-Z0-9]*' |
2003 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 260 | 23 | 260 | 37 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'WindowLanguage' doesn't match '[a-z][a-zA-Z0-9]*' |
2007 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 261 | 16 | 261 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2004 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 261 | 16 | 261 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2008 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 261 | 23 | 261 | 27 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Type' doesn't match '[a-z][a-zA-Z0-9]*' |
2005 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 261 | 23 | 261 | 27 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Type' doesn't match '[a-z][a-zA-Z0-9]*' |
2009 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 262 | 16 | 262 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2006 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 262 | 16 | 262 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2010 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 262 | 23 | 262 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'RoutingType' doesn't match '[a-z][a-zA-Z0-9]*' |
2007 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 262 | 23 | 262 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'RoutingType' doesn't match '[a-z][a-zA-Z0-9]*' |
2011 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 263 | 16 | 263 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2008 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 263 | 16 | 263 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2012 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 263 | 24 | 263 | 43 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'IsAgentOnlineNeeded' doesn't match '[a-z][a-zA-Z0-9]*' |
2009 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 263 | 24 | 263 | 43 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'IsAgentOnlineNeeded' doesn't match '[a-z][a-zA-Z0-9]*' |
2013 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 264 | 16 | 264 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2010 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 264 | 16 | 264 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2014 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 264 | 24 | 264 | 32 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasQueue' doesn't match '[a-z][a-zA-Z0-9]*' |
2011 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 264 | 24 | 264 | 32 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasQueue' doesn't match '[a-z][a-zA-Z0-9]*' |
2015 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 265 | 16 | 265 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2012 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 265 | 16 | 265 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2016 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 265 | 24 | 265 | 32 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'IsActive' doesn't match '[a-z][a-zA-Z0-9]*' |
2013 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 265 | 24 | 265 | 32 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'IsActive' doesn't match '[a-z][a-zA-Z0-9]*' |
2017 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 266 | 16 | 266 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2014 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 266 | 16 | 266 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2018 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 266 | 24 | 266 | 53 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChasitorIdleTimeout' doesn't match '[a-z][a-zA-Z0-9]*' |
2015 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 266 | 24 | 266 | 53 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChasitorIdleTimeout' doesn't match '[a-z][a-zA-Z0-9]*' |
2019 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 267 | 16 | 267 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2016 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 267 | 16 | 267 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2020 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 267 | 24 | 267 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasInviteAfterAccept' doesn't match '[a-z][a-zA-Z0-9]*' |
2017 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 267 | 24 | 267 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasInviteAfterAccept' doesn't match '[a-z][a-zA-Z0-9]*' |
2021 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 268 | 16 | 268 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2018 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 268 | 16 | 268 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2022 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 268 | 24 | 268 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasInviteAfterReject' doesn't match '[a-z][a-zA-Z0-9]*' |
2019 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 268 | 24 | 268 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasInviteAfterReject' doesn't match '[a-z][a-zA-Z0-9]*' |
2023 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 269 | 16 | 269 | 66 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2020 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 269 | 16 | 269 | 66 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2024 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 269 | 24 | 269 | 56 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasRerouteDeclinedRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
2021 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 269 | 24 | 269 | 56 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasRerouteDeclinedRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
2025 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 270 | 16 | 270 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2022 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 270 | 16 | 270 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2026 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 270 | 24 | 270 | 43 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsIsAutoAccept' doesn't match '[a-z][a-zA-Z0-9]*' |
2023 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 270 | 24 | 270 | 43 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsIsAutoAccept' doesn't match '[a-z][a-zA-Z0-9]*' |
2027 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 271 | 16 | 271 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2024 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 271 | 16 | 271 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2028 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 271 | 24 | 271 | 49 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsIsInviteAutoRemove' doesn't match '[a-z][a-zA-Z0-9]*' |
2025 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 271 | 24 | 271 | 49 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsIsInviteAutoRemove' doesn't match '[a-z][a-zA-Z0-9]*' |
2029 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 273 | 16 | 289 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2026 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 273 | 16 | 289 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2030 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 292 | 12 | 342 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2027 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 292 | 12 | 342 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2031 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 292 | 12 | 342 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class LiveChatUserConfig has 23 public methods, attributes, and properties (limit: 20) |
2028 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 292 | 12 | 342 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class LiveChatUserConfig has 23 public methods, attributes, and properties (limit: 20) |
2032 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 293 | 16 | 293 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2029 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 293 | 16 | 293 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2033 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 293 | 23 | 293 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'DeveloperName' doesn't match '[a-z][a-zA-Z0-9]*' |
2030 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 293 | 23 | 293 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'DeveloperName' doesn't match '[a-z][a-zA-Z0-9]*' |
2034 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 294 | 16 | 294 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2031 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 294 | 16 | 294 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2035 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 294 | 23 | 294 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'MasterLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
2032 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 294 | 23 | 294 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'MasterLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
2036 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 295 | 16 | 295 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2033 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 295 | 16 | 295 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2037 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 295 | 24 | 295 | 32 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Capacity' doesn't match '[a-z][a-zA-Z0-9]*' |
2034 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 295 | 24 | 295 | 32 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Capacity' doesn't match '[a-z][a-zA-Z0-9]*' |
2038 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 296 | 16 | 296 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2035 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 296 | 16 | 296 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2039 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 296 | 23 | 296 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Language' doesn't match '[a-z][a-zA-Z0-9]*' |
2036 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 296 | 23 | 296 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Language' doesn't match '[a-z][a-zA-Z0-9]*' |
2040 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 297 | 16 | 297 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2037 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 297 | 16 | 297 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2041 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 297 | 24 | 297 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasAgentFileTransfer' doesn't match '[a-z][a-zA-Z0-9]*' |
2038 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 297 | 24 | 297 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasAgentFileTransfer' doesn't match '[a-z][a-zA-Z0-9]*' |
2042 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 298 | 16 | 298 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2039 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 298 | 16 | 298 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2043 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 298 | 24 | 298 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasAgentSneakPeek' doesn't match '[a-z][a-zA-Z0-9]*' |
2040 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 298 | 24 | 298 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasAgentSneakPeek' doesn't match '[a-z][a-zA-Z0-9]*' |
2044 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 299 | 16 | 299 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2041 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 299 | 16 | 299 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2045 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 299 | 24 | 299 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasAssistanceFlag' doesn't match '[a-z][a-zA-Z0-9]*' |
2042 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 299 | 24 | 299 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasAssistanceFlag' doesn't match '[a-z][a-zA-Z0-9]*' |
2046 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 300 | 16 | 300 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2043 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 300 | 16 | 300 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2047 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 300 | 24 | 300 | 43 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'IsAutoAwayOnDecline' doesn't match '[a-z][a-zA-Z0-9]*' |
2044 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 300 | 24 | 300 | 43 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'IsAutoAwayOnDecline' doesn't match '[a-z][a-zA-Z0-9]*' |
2048 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 301 | 16 | 301 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2045 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 301 | 16 | 301 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2049 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 301 | 24 | 301 | 54 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsIsAutoAwayOnPushTimeout' doesn't match '[a-z][a-zA-Z0-9]*' |
2046 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 301 | 24 | 301 | 54 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsIsAutoAwayOnPushTimeout' doesn't match '[a-z][a-zA-Z0-9]*' |
2050 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 302 | 16 | 302 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2047 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 302 | 16 | 302 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2051 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 302 | 24 | 302 | 50 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChatConferencing' doesn't match '[a-z][a-zA-Z0-9]*' |
2048 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 302 | 24 | 302 | 50 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChatConferencing' doesn't match '[a-z][a-zA-Z0-9]*' |
2052 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 303 | 16 | 303 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2049 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 303 | 16 | 303 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2053 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 303 | 24 | 303 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChatMonitoring' doesn't match '[a-z][a-zA-Z0-9]*' |
2050 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 303 | 24 | 303 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChatMonitoring' doesn't match '[a-z][a-zA-Z0-9]*' |
2054 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 304 | 16 | 304 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2051 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 304 | 16 | 304 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2055 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 304 | 24 | 304 | 53 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChatTransferToAgent' doesn't match '[a-z][a-zA-Z0-9]*' |
2052 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 304 | 24 | 304 | 53 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChatTransferToAgent' doesn't match '[a-z][a-zA-Z0-9]*' |
2056 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 305 | 16 | 305 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2053 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 305 | 16 | 305 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2057 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 305 | 24 | 305 | 54 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChatTransferToButton' doesn't match '[a-z][a-zA-Z0-9]*' |
2054 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 305 | 24 | 305 | 54 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChatTransferToButton' doesn't match '[a-z][a-zA-Z0-9]*' |
2058 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 306 | 16 | 306 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2055 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 306 | 16 | 306 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2059 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 306 | 24 | 306 | 53 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChatTransferToSkill' doesn't match '[a-z][a-zA-Z0-9]*' |
2056 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 306 | 24 | 306 | 53 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasChatTransferToSkill' doesn't match '[a-z][a-zA-Z0-9]*' |
2060 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 307 | 16 | 307 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2057 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 307 | 16 | 307 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2061 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 307 | 24 | 307 | 38 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasLogoutSound' doesn't match '[a-z][a-zA-Z0-9]*' |
2058 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 307 | 24 | 307 | 38 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasLogoutSound' doesn't match '[a-z][a-zA-Z0-9]*' |
2062 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 308 | 16 | 308 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2059 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 308 | 16 | 308 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2063 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 308 | 24 | 308 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasNotifications' doesn't match '[a-z][a-zA-Z0-9]*' |
2060 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 308 | 24 | 308 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasNotifications' doesn't match '[a-z][a-zA-Z0-9]*' |
2064 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 309 | 16 | 309 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2061 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 309 | 16 | 309 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2065 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 309 | 24 | 309 | 39 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasRequestSound' doesn't match '[a-z][a-zA-Z0-9]*' |
2062 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 309 | 24 | 309 | 39 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasRequestSound' doesn't match '[a-z][a-zA-Z0-9]*' |
2066 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 310 | 16 | 310 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2063 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 310 | 16 | 310 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2067 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 310 | 24 | 310 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasSneakPeek' doesn't match '[a-z][a-zA-Z0-9]*' |
2064 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 310 | 24 | 310 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HasSneakPeek' doesn't match '[a-z][a-zA-Z0-9]*' |
2068 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 311 | 16 | 311 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2065 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 311 | 16 | 311 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2069 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 311 | 24 | 311 | 49 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasVisitorBlocking' doesn't match '[a-z][a-zA-Z0-9]*' |
2066 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 311 | 24 | 311 | 49 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasVisitorBlocking' doesn't match '[a-z][a-zA-Z0-9]*' |
2070 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 312 | 16 | 312 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2067 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 312 | 16 | 312 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2071 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 312 | 24 | 312 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasWhisperMessage' doesn't match '[a-z][a-zA-Z0-9]*' |
2068 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 312 | 24 | 312 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'OptionsHasWhisperMessage' doesn't match '[a-z][a-zA-Z0-9]*' |
2072 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 313 | 16 | 313 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2069 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 313 | 16 | 313 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2073 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 313 | 23 | 313 | 47 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'SupervisorDefaultSkillId' doesn't match '[a-z][a-zA-Z0-9]*' |
2070 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 313 | 23 | 313 | 47 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'SupervisorDefaultSkillId' doesn't match '[a-z][a-zA-Z0-9]*' |
2074 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 314 | 16 | 314 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2071 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 314 | 16 | 314 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2075 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 314 | 23 | 314 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'SupervisorDefaultButtonId' doesn't match '[a-z][a-zA-Z0-9]*' |
2072 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 314 | 23 | 314 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'SupervisorDefaultButtonId' doesn't match '[a-z][a-zA-Z0-9]*' |
2076 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 317 | 16 | 340 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2073 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 317 | 16 | 340 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2077 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 344 | 12 | 375 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2074 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 344 | 12 | 375 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2078 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 347 | 16 | 347 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2075 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 347 | 16 | 347 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2079 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 347 | 24 | 347 | 44 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_la_skill_code' doesn't match '[a-z][a-zA-Z0-9]*' |
2076 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 347 | 24 | 347 | 44 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_la_skill_code' doesn't match '[a-z][a-zA-Z0-9]*' |
2080 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 349 | 16 | 349 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2077 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 349 | 16 | 349 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2081 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 349 | 24 | 349 | 39 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcd_code' doesn't match '[a-z][a-zA-Z0-9]*' |
2078 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 349 | 24 | 349 | 39 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcd_code' doesn't match '[a-z][a-zA-Z0-9]*' |
2082 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 351 | 16 | 351 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2079 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 351 | 16 | 351 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2083 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 351 | 24 | 351 | 39 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcb_code' doesn't match '[a-z][a-zA-Z0-9]*' |
2080 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 351 | 24 | 351 | 39 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcb_code' doesn't match '[a-z][a-zA-Z0-9]*' |
2084 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 353 | 16 | 353 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2081 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 353 | 16 | 353 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2085 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 353 | 24 | 353 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcuc_code' doesn't match '[a-z][a-zA-Z0-9]*' |
2082 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 353 | 24 | 353 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcuc_code' doesn't match '[a-z][a-zA-Z0-9]*' |
2086 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 356 | 16 | 356 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2083 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 356 | 16 | 356 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2087 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 356 | 23 | 356 | 43 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_la_skill_body' doesn't match '[a-z][a-zA-Z0-9]*' |
2084 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 356 | 23 | 356 | 43 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_la_skill_body' doesn't match '[a-z][a-zA-Z0-9]*' |
2088 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 358 | 16 | 358 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2085 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 358 | 16 | 358 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2089 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 358 | 23 | 358 | 38 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcd_body' doesn't match '[a-z][a-zA-Z0-9]*' |
2086 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 358 | 23 | 358 | 38 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcd_body' doesn't match '[a-z][a-zA-Z0-9]*' |
2090 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 360 | 16 | 360 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2087 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 360 | 16 | 360 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2091 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 360 | 23 | 360 | 38 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcb_body' doesn't match '[a-z][a-zA-Z0-9]*' |
2088 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 360 | 23 | 360 | 38 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcb_body' doesn't match '[a-z][a-zA-Z0-9]*' |
2092 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 362 | 16 | 362 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2089 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 362 | 16 | 362 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2093 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 362 | 23 | 362 | 39 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcuc_body' doesn't match '[a-z][a-zA-Z0-9]*' |
2090 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 362 | 23 | 362 | 39 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcuc_body' doesn't match '[a-z][a-zA-Z0-9]*' |
2094 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 365 | 16 | 365 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2091 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 365 | 16 | 365 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2095 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 365 | 23 | 365 | 45 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_la_skill_status' doesn't match '[a-z][a-zA-Z0-9]*' |
2092 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 365 | 23 | 365 | 45 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_la_skill_status' doesn't match '[a-z][a-zA-Z0-9]*' |
2096 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 367 | 16 | 367 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2093 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 367 | 16 | 367 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2097 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 367 | 23 | 367 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcd_status' doesn't match '[a-z][a-zA-Z0-9]*' |
2094 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 367 | 23 | 367 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcd_status' doesn't match '[a-z][a-zA-Z0-9]*' |
2098 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 369 | 16 | 369 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2095 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 369 | 16 | 369 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2099 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 369 | 23 | 369 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcb_status' doesn't match '[a-z][a-zA-Z0-9]*' |
2096 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 369 | 23 | 369 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcb_status' doesn't match '[a-z][a-zA-Z0-9]*' |
2100 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 371 | 16 | 371 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2097 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 371 | 16 | 371 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2101 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 371 | 23 | 371 | 41 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcuc_status' doesn't match '[a-z][a-zA-Z0-9]*' |
2098 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 371 | 23 | 371 | 41 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'create_lcuc_status' doesn't match '[a-z][a-zA-Z0-9]*' |
2102 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 374 | 16 | 374 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2099 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LiveAgentSetupCtrl.cls | 374 | 16 | 374 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2103 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardLogACaseCtrl.cls | 20 | 21 | 86 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2100 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardLogACaseCtrl.cls | 20 | 21 | 86 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2104 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardLogACaseCtrl.cls | 21 | 9 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2101 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardLogACaseCtrl.cls | 21 | 9 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2105 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardLogACaseCtrl.cls | 31 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2102 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardLogACaseCtrl.cls | 31 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2106 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardLogACaseCtrl.cls | 49 | 19 | 84 | 6 | 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 |
2103 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardLogACaseCtrl.cls | 49 | 19 | 84 | 6 | 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 |
2107 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardService.cls | 27 | 5 | 27 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2104 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardService.cls | 27 | 5 | 27 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2108 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardService.cls | 33 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2105 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardService.cls | 33 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2109 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardService.cls | 42 | 12 | 51 | 6 | 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 |
2106 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardService.cls | 42 | 12 | 51 | 6 | 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 |
2110 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardService.cls | 42 | 12 | 51 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2107 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_LostCardService.cls | 42 | 12 | 51 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2111 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_NumberOfDigitsForAccountCheckCtrl.cls | 20 | 21 | 44 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2108 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_NumberOfDigitsForAccountCheckCtrl.cls | 20 | 21 | 44 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2112 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_NumberOfDigitsForAccountCheckCtrl.cls | 22 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2109 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_NumberOfDigitsForAccountCheckCtrl.cls | 22 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2113 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 20 | 19 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2110 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 20 | 19 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2114 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 27 | 19 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2111 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 27 | 19 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2115 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 47 | 19 | 55 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2112 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 47 | 19 | 55 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2116 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 60 | 19 | 83 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2113 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 60 | 19 | 83 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2117 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 85 | 19 | 90 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2114 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 85 | 19 | 90 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2118 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 92 | 19 | 108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2115 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_OTPResponseUtils.cls | 92 | 19 | 108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2119 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 19 | 21 | 159 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'FscBot_PermissionUtils' has a total cognitive complexity of 53 (highest 11), current threshold is 50 |
2116 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 19 | 21 | 159 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'FscBot_PermissionUtils' has a total cognitive complexity of 53 (highest 11), current threshold is 50 |
2120 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 21 | 16 | 21 | 76 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2117 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 21 | 16 | 21 | 76 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2121 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 22 | 16 | 22 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2118 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 22 | 16 | 22 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2122 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 24 | 16 | 38 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2119 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 24 | 16 | 38 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2123 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 30 | 6 | 34 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2120 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 30 | 6 | 34 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2124 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 32 | 13 | 34 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2121 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 32 | 13 | 34 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2125 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 40 | 16 | 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 |
2122 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 40 | 16 | 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 |
2126 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 41 | 23 | 41 | 96 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2123 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 41 | 23 | 41 | 96 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2127 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 58 | 27 | 58 | 76 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'results' defined but not used |
2124 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 58 | 27 | 58 | 76 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'results' defined but not used |
2128 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 79 | 27 | 79 | 77 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'results' defined but not used |
2125 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 79 | 27 | 79 | 77 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'results' defined but not used |
2129 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 86 | 42 | 86 | 56 | 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 |
2126 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 86 | 42 | 86 | 56 | 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 |
2130 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 86 | 42 | 86 | 56 | 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 |
2127 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 86 | 42 | 86 | 56 | 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 |
2131 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 95 | 42 | 95 | 56 | 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 |
2128 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 95 | 42 | 95 | 56 | 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 |
2132 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 95 | 42 | 95 | 56 | 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 |
2129 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 95 | 42 | 95 | 56 | 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 |
2133 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 102 | 12 | 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 |
2130 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 102 | 12 | 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 |
2134 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 102 | 12 | 135 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ObjectLevelPermissions' has a Standard Cyclomatic Complexity of 2 (Highest = 11). |
2131 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 102 | 12 | 135 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ObjectLevelPermissions' has a Standard Cyclomatic Complexity of 2 (Highest = 11). |
2135 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 103 | 10 | 103 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2132 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 103 | 10 | 103 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2136 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 104 | 10 | 104 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2133 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 104 | 10 | 104 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2137 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 105 | 10 | 105 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2134 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 105 | 10 | 105 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2138 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 106 | 10 | 106 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2135 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 106 | 10 | 106 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2139 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 107 | 10 | 107 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2136 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 107 | 10 | 107 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2140 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 108 | 10 | 108 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2137 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 108 | 10 | 108 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2141 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 109 | 10 | 109 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2138 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 109 | 10 | 109 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2142 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 111 | 16 | 134 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2139 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 111 | 16 | 134 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2143 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 111 | 16 | 134 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'ObjectLevelPermissions(JSONParser)' has a cognitive complexity of 16, current threshold is 15 |
2140 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 111 | 16 | 134 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'ObjectLevelPermissions(JSONParser)' has a cognitive complexity of 16, current threshold is 15 |
2144 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 111 | 16 | 134 | 4 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'ObjectLevelPermissions(JSONParser)' has a cyclomatic complexity of 11. |
2141 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 111 | 16 | 134 | 4 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'ObjectLevelPermissions(JSONParser)' has a cyclomatic complexity of 11. |
2145 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 111 | 16 | 134 | 4 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 28 |
2142 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 111 | 16 | 134 | 4 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 28 |
2146 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 111 | 16 | 134 | 4 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'ObjectLevelPermissions' has a Standard Cyclomatic Complexity of 11. |
2143 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 111 | 16 | 134 | 4 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'ObjectLevelPermissions' has a Standard Cyclomatic Complexity of 11. |
2147 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 116 | 7 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2144 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 116 | 7 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2148 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 118 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2145 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 118 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2149 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 120 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2146 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 120 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2150 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 122 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2147 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 122 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2151 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 124 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2148 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 124 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2152 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 126 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2149 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 126 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2153 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 128 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2150 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 128 | 14 | 130 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2154 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 137 | 9 | 158 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2151 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 137 | 9 | 158 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2155 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 138 | 10 | 138 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2152 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 138 | 10 | 138 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2156 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 139 | 10 | 139 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2153 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 139 | 10 | 139 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2157 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 140 | 10 | 140 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2154 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 140 | 10 | 140 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2158 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 142 | 16 | 157 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2155 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 142 | 16 | 157 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2159 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 142 | 16 | 157 | 4 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 20 |
2156 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 142 | 16 | 157 | 4 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 20 |
2160 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 147 | 7 | 153 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2157 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 147 | 7 | 153 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2161 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 149 | 14 | 153 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2158 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 149 | 14 | 153 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2162 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 151 | 14 | 153 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2159 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_PermissionUtils.cls | 151 | 14 | 153 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2163 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestCtrl.cls | 20 | 21 | 58 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2160 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestCtrl.cls | 20 | 21 | 58 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2164 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestCtrl.cls | 21 | 12 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2161 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestCtrl.cls | 21 | 12 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2165 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestCtrl.cls | 34 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2162 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestCtrl.cls | 34 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2166 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestCtrl.cls | 45 | 20 | 57 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2163 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestCtrl.cls | 45 | 20 | 57 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2167 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestCtrl.cls | 45 | 20 | 57 | 7 | 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 |
2164 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestCtrl.cls | 45 | 20 | 57 | 7 | 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 |
2168 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestLogACaseCtrl.cls | 19 | 21 | 83 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2165 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestLogACaseCtrl.cls | 19 | 21 | 83 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2169 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestLogACaseCtrl.cls | 20 | 9 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2166 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestLogACaseCtrl.cls | 20 | 9 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2170 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestLogACaseCtrl.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2167 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestLogACaseCtrl.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2171 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestLogACaseCtrl.cls | 54 | 19 | 82 | 6 | 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 |
2168 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestLogACaseCtrl.cls | 54 | 19 | 82 | 6 | 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 |
2172 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 27 | 5 | 27 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2169 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 27 | 5 | 27 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2173 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 33 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2170 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 33 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2174 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 42 | 12 | 44 | 6 | 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 |
2171 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 42 | 12 | 44 | 6 | 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 |
2175 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 51 | 12 | 53 | 6 | 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 |
2172 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 51 | 12 | 53 | 6 | 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 |
2176 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 51 | 12 | 53 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2173 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 51 | 12 | 53 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2177 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 60 | 12 | 71 | 6 | 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 |
2174 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 60 | 12 | 71 | 6 | 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 |
2178 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 60 | 12 | 71 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2175 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_TravelRequestService.cls | 60 | 12 | 71 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2179 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 20 | 21 | 88 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2176 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 20 | 21 | 88 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2180 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 21 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2177 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 21 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2181 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 33 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2178 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 33 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2182 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 61 | 19 | 87 | 6 | 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 |
2179 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 61 | 19 | 87 | 6 | 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 |
2183 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 64 | 16 | 64 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accNumFieldAPIName' defined but not used |
2180 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 64 | 16 | 64 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accNumFieldAPIName' defined but not used |
2184 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 65 | 16 | 65 | 116 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccountObjectAPIName' defined but not used |
2181 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValAccWithGAUser_AccntNumberCtrl.cls | 65 | 16 | 65 | 116 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccountObjectAPIName' defined but not used |
2185 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 20 | 21 | 93 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2182 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 20 | 21 | 93 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2186 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 21 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2183 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 21 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2187 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 32 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2184 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 32 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2188 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 62 | 19 | 92 | 6 | 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 |
2185 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 62 | 19 | 92 | 6 | 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 |
2189 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 66 | 16 | 66 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accNumFieldAPIName' defined but not used |
2186 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 66 | 16 | 66 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accNumFieldAPIName' defined but not used |
2190 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 67 | 16 | 67 | 116 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccountObjectAPIName' defined but not used |
2187 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithEmailCtrl.cls | 67 | 16 | 67 | 116 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccountObjectAPIName' defined but not used |
2191 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 20 | 21 | 90 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2188 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 20 | 21 | 90 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2192 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 21 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2189 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 21 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2193 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 32 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2190 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 32 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2194 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 62 | 19 | 89 | 6 | 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 |
2191 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 62 | 19 | 89 | 6 | 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 |
2195 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 65 | 16 | 65 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accNumFieldAPIName' defined but not used |
2192 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 65 | 16 | 65 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accNumFieldAPIName' defined but not used |
2196 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 66 | 16 | 66 | 116 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccountObjectAPIName' defined but not used |
2193 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateAccntWithMobileNumCtrl.cls | 66 | 16 | 66 | 116 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccountObjectAPIName' defined but not used |
2197 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateCard.cls | 1 | 21 | 57 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2194 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateCard.cls | 1 | 21 | 57 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2198 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateCard.cls | 1 | 21 | 57 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2195 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateCard.cls | 1 | 21 | 57 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2199 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateCard.cls | 3 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2196 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateCard.cls | 3 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2200 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateCard.cls | 12 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2197 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateCard.cls | 12 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2201 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateCard.cls | 25 | 19 | 55 | 6 | 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 |
2198 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateCard.cls | 25 | 19 | 55 | 6 | 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 |
2202 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateDatesCtrl.cls | 1 | 21 | 28 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2199 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateDatesCtrl.cls | 1 | 21 | 28 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2203 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateDatesCtrl.cls | 1 | 21 | 28 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2200 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateDatesCtrl.cls | 1 | 21 | 28 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2204 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateDatesCtrl.cls | 3 | 12 | 8 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2201 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateDatesCtrl.cls | 3 | 12 | 8 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2205 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateDatesCtrl.cls | 16 | 19 | 27 | 6 | 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 |
2202 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateDatesCtrl.cls | 16 | 19 | 27 | 6 | 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 |
2206 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateInputAccountNumber.cls | 20 | 21 | 76 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2203 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateInputAccountNumber.cls | 20 | 21 | 76 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2207 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateInputAccountNumber.cls | 22 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2204 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateInputAccountNumber.cls | 22 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2208 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateInputAccountNumber.cls | 29 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2205 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateInputAccountNumber.cls | 29 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2209 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateInputAccountNumber.cls | 49 | 19 | 74 | 6 | 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 |
2206 | /einstein-bots-for-financial-services-cloud/src/classes/FscBot_ValidateInputAccountNumber.cls | 49 | 19 | 74 | 6 | 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 |
2210 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 18 | 21 | 128 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'IBot_AccessController' has a total cognitive complexity of 94 (highest 13), current threshold is 50 |
2207 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 18 | 21 | 128 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'IBot_AccessController' has a total cognitive complexity of 94 (highest 13), current threshold is 50 |
2211 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 23 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2208 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 23 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2212 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 28 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2209 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 28 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2213 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 34 | 17 | 34 | 66 | 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 |
2210 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 34 | 17 | 34 | 66 | 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 |
2214 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 34 | 17 | 34 | 66 | 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 |
2211 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 34 | 17 | 34 | 66 | 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 |
2215 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 39 | 13 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2212 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 39 | 13 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2216 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 47 | 13 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2213 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 47 | 13 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2217 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 55 | 13 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2214 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 55 | 13 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2218 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 63 | 13 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2215 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 63 | 13 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2219 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 71 | 13 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2216 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 71 | 13 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2220 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 79 | 12 | 100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2217 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 79 | 12 | 100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2221 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 79 | 12 | 100 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'isFieldListAccessible(List |
2218 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 79 | 12 | 100 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'isFieldListAccessible(List |
2222 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 102 | 13 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2219 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 102 | 13 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2223 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 102 | 13 | 123 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'isFieldListUpdateable(List |
2220 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 102 | 13 | 123 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'isFieldListUpdateable(List |
2224 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 125 | 12 | 127 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2221 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_AccessController.cls | 125 | 12 | 127 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2225 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CaseService.cls | 19 | 38 | 19 | 82 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'botIBot_CaseService' doesn't match '[a-z][a-zA-Z0-9]*' |
2222 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CaseService.cls | 19 | 38 | 19 | 82 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'botIBot_CaseService' doesn't match '[a-z][a-zA-Z0-9]*' |
2226 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CaseService.cls | 24 | 5 | 24 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2223 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CaseService.cls | 24 | 5 | 24 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2227 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CaseService.cls | 30 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2224 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CaseService.cls | 30 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2228 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CaseService.cls | 34 | 12 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2225 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CaseService.cls | 34 | 12 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2229 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CaseService.cls | 34 | 12 | 54 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2226 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CaseService.cls | 34 | 12 | 54 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2230 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 25 | 54 | 25 | 151 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2227 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 25 | 54 | 25 | 151 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2231 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 38 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2228 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 38 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2232 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 41 | 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 comment |
2229 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 41 | 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 comment |
2233 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 57 | 5 | 57 | 60 | 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 |
2230 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 57 | 5 | 57 | 60 | 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 |
2234 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 57 | 5 | 57 | 60 | 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 |
2231 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 57 | 5 | 57 | 60 | 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 |
2235 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 75 | 5 | 75 | 61 | 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 |
2232 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 75 | 5 | 75 | 61 | 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 |
2236 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 75 | 5 | 75 | 61 | 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 |
2233 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 75 | 5 | 75 | 61 | 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 |
2237 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 92 | 5 | 92 | 58 | 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 |
2234 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 92 | 5 | 92 | 58 | 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 |
2238 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 92 | 5 | 92 | 58 | 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 |
2235 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 92 | 5 | 92 | 58 | 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 |
2239 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 109 | 5 | 109 | 61 | 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 |
2236 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 109 | 5 | 109 | 61 | 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 |
2240 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 109 | 5 | 109 | 61 | 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 |
2237 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 109 | 5 | 109 | 61 | 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 |
2241 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 127 | 5 | 127 | 66 | 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 |
2238 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 127 | 5 | 127 | 66 | 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 |
2242 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 127 | 5 | 127 | 66 | 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 |
2239 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigBeanBase.cls | 127 | 5 | 127 | 66 | 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 |
2243 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 20 | 21 | 231 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'IBot_ConfigSettings' has a total cyclomatic complexity of 50 (highest 1). |
2240 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 20 | 21 | 231 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'IBot_ConfigSettings' has a total cyclomatic complexity of 50 (highest 1). |
2244 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 20 | 21 | 231 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class IBot_ConfigSettings has 49 public methods, attributes, and properties (limit: 20) |
2241 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 20 | 21 | 231 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class IBot_ConfigSettings has 49 public methods, attributes, and properties (limit: 20) |
2245 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 28 | 13 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2242 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 28 | 13 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2246 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 35 | 19 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2243 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 35 | 19 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2247 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 35 | 19 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2244 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 35 | 19 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2248 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 39 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2245 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 39 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2249 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 43 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2246 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 43 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2250 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 47 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2247 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 47 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2251 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 51 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2248 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 51 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2252 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 55 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2249 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 55 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2253 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 59 | 12 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2250 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 59 | 12 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2254 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 63 | 12 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2251 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 63 | 12 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2255 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 67 | 12 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2252 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 67 | 12 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2256 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 71 | 12 | 73 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2253 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 71 | 12 | 73 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2257 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 75 | 12 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2254 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 75 | 12 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2258 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 79 | 12 | 81 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2255 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 79 | 12 | 81 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2259 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 83 | 12 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2256 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 83 | 12 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2260 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 87 | 12 | 89 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2257 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 87 | 12 | 89 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2261 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 91 | 12 | 93 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2258 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 91 | 12 | 93 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2262 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 95 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2259 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 95 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2263 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 99 | 12 | 101 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2260 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 99 | 12 | 101 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2264 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 103 | 12 | 105 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2261 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 103 | 12 | 105 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2265 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 107 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2262 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 107 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2266 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 111 | 12 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2263 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 111 | 12 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2267 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 115 | 12 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2264 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 115 | 12 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2268 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 119 | 12 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2265 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 119 | 12 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2269 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 123 | 12 | 126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2266 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 123 | 12 | 126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2270 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 128 | 12 | 130 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2267 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 128 | 12 | 130 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2271 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 132 | 12 | 134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2268 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 132 | 12 | 134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2272 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 136 | 12 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2269 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 136 | 12 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2273 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 140 | 12 | 142 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2270 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 140 | 12 | 142 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2274 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 144 | 12 | 146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2271 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 144 | 12 | 146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2275 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 148 | 12 | 150 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2272 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 148 | 12 | 150 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2276 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 152 | 12 | 154 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2273 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 152 | 12 | 154 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2277 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 156 | 12 | 158 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2274 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 156 | 12 | 158 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2278 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 160 | 12 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2275 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 160 | 12 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2279 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 164 | 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 |
2276 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 164 | 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 |
2280 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 168 | 12 | 170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2277 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 168 | 12 | 170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2281 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 172 | 12 | 174 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2278 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 172 | 12 | 174 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2282 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 176 | 13 | 178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2279 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 176 | 13 | 178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2283 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 180 | 12 | 182 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2280 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 180 | 12 | 182 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2284 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 184 | 12 | 186 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2281 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 184 | 12 | 186 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2285 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 188 | 12 | 190 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2282 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 188 | 12 | 190 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2286 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 192 | 12 | 194 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2283 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 192 | 12 | 194 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2287 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 196 | 12 | 198 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2284 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 196 | 12 | 198 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2288 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 200 | 12 | 202 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2285 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 200 | 12 | 202 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2289 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 204 | 12 | 206 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2286 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 204 | 12 | 206 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2290 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 208 | 12 | 210 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2287 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 208 | 12 | 210 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2291 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 212 | 12 | 214 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2288 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 212 | 12 | 214 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2292 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 216 | 12 | 218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2289 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 216 | 12 | 218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2293 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 220 | 12 | 222 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2290 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 220 | 12 | 222 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2294 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 224 | 12 | 226 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2291 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 224 | 12 | 226 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2295 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 228 | 12 | 230 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2292 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfigSettings.cls | 228 | 12 | 230 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2296 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 4 | 21 | 36 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2293 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 4 | 21 | 36 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2297 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 4 | 21 | 36 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2294 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 4 | 21 | 36 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2298 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 11 | 19 | 34 | 6 | 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 |
2295 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 11 | 19 | 34 | 6 | 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 |
2299 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 23 | 17 | 23 | 37 | 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 |
2296 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 23 | 17 | 23 | 37 | 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 |
2300 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 23 | 17 | 23 | 37 | 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 |
2297 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 23 | 17 | 23 | 37 | 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 |
2301 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 25 | 17 | 25 | 32 | 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 |
2298 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 25 | 17 | 25 | 32 | 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 |
2302 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 25 | 17 | 25 | 32 | 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 |
2299 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 25 | 17 | 25 | 32 | 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 |
2303 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 27 | 17 | 27 | 31 | 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 |
2300 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 27 | 17 | 27 | 31 | 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 |
2304 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 27 | 17 | 27 | 31 | 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 |
2301 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 27 | 17 | 27 | 31 | 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 |
2305 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 29 | 17 | 29 | 37 | 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 |
2302 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ConfirmYesNo.cls | 29 | 17 | 29 | 37 | 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 |
2306 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidationService.cls | 24 | 39 | 24 | 106 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2303 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidationService.cls | 24 | 39 | 24 | 106 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2307 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidationService.cls | 29 | 19 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2304 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidationService.cls | 29 | 19 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2308 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidationService.cls | 36 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2305 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidationService.cls | 36 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2309 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidationService.cls | 51 | 13 | 51 | 44 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
2306 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidationService.cls | 51 | 13 | 51 | 44 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
2310 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidatorCtrl.cls | 18 | 21 | 51 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2307 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidatorCtrl.cls | 18 | 21 | 51 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2311 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidatorCtrl.cls | 19 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2308 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidatorCtrl.cls | 19 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2312 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidatorCtrl.cls | 26 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2309 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidatorCtrl.cls | 26 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2313 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidatorCtrl.cls | 35 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2310 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CountryValidatorCtrl.cls | 35 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2314 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 26 | 5 | 26 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2311 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 26 | 5 | 26 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2315 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 32 | 19 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2312 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 32 | 19 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2316 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 35 | 9 | 44 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2313 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 35 | 9 | 44 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2317 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 37 | 4 | 37 | 21 | 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 |
2314 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 37 | 4 | 37 | 21 | 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 |
2318 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 37 | 4 | 37 | 21 | 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 |
2315 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 37 | 4 | 37 | 21 | 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 |
2319 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 46 | 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 comment |
2316 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 46 | 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 comment |
2320 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 48 | 4 | 48 | 21 | 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 |
2317 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 48 | 4 | 48 | 21 | 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 |
2321 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 48 | 4 | 48 | 21 | 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 |
2318 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CryptoService.cls | 48 | 4 | 48 | 21 | 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 |
2322 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 25 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2319 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 25 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2323 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 29 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2320 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 29 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2324 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 33 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2321 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 33 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2325 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 37 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2322 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 37 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2326 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 41 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2323 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 41 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2327 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 45 | 12 | 47 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2324 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 45 | 12 | 47 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2328 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 49 | 12 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2325 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 49 | 12 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2329 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 53 | 12 | 55 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2326 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_CustomMetadataBean.cls | 53 | 12 | 55 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2330 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 25 | 5 | 25 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2327 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 25 | 5 | 25 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2331 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 31 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2328 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 31 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2332 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 35 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2329 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 35 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2333 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 37 | 34 | 37 | 39 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
2330 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 37 | 34 | 37 | 39 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
2334 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 42 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2331 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 42 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2335 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 42 | 12 | 62 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2332 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 42 | 12 | 62 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2336 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 44 | 31 | 44 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2333 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 44 | 31 | 44 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2337 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 46 | 26 | 46 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fieldsList' defined but not used |
2334 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 46 | 26 | 46 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fieldsList' defined but not used |
2338 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 54 | 42 | 54 | 46 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
2335 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 54 | 42 | 54 | 46 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
2339 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 64 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2336 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 64 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2340 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 65 | 31 | 65 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2337 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 65 | 31 | 65 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2341 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 71 | 17 | 73 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2338 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 71 | 17 | 73 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2342 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 72 | 21 | 72 | 51 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2339 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 72 | 21 | 72 | 51 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2343 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 84 | 12 | 100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2340 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 84 | 12 | 100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2344 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 85 | 31 | 85 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2341 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 85 | 31 | 85 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2345 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 91 | 17 | 93 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2342 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 91 | 17 | 93 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2346 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 92 | 21 | 92 | 51 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2343 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 92 | 21 | 92 | 51 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2347 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 102 | 12 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2344 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 102 | 12 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2348 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 103 | 31 | 103 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2345 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 103 | 31 | 103 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2349 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 109 | 52 | 109 | 57 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
2346 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 109 | 52 | 109 | 57 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
2350 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 111 | 17 | 111 | 46 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2347 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DaoService.cls | 111 | 17 | 111 | 46 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2351 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 19 | 1 | 19 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
2348 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 19 | 1 | 19 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
2352 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 22 | 19 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2349 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 22 | 19 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2353 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 37 | 17 | 37 | 115 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'card3' defined but not used |
2350 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 37 | 17 | 37 | 115 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'card3' defined but not used |
2354 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 41 | 17 | 41 | 113 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'card4' defined but not used |
2351 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 41 | 17 | 41 | 113 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'card4' defined but not used |
2355 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 45 | 17 | 45 | 115 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'card5' defined but not used |
2352 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 45 | 17 | 45 | 115 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'card5' defined but not used |
2356 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 48 | 19 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2353 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 48 | 19 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2357 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 56 | 19 | 73 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2354 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 56 | 19 | 73 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2358 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 57 | 33 | 57 | 127 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2355 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 57 | 33 | 57 | 127 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2359 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 63 | 13 | 63 | 56 | 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 |
2356 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 63 | 13 | 63 | 56 | 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 |
2360 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 63 | 13 | 63 | 56 | 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 |
2357 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 63 | 13 | 63 | 56 | 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 |
2361 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 64 | 9 | 64 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2358 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 64 | 9 | 64 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2362 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 67 | 52 | 67 | 56 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
2359 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 67 | 52 | 67 | 56 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
2363 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 70 | 9 | 70 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2360 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 70 | 9 | 70 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2364 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 75 | 19 | 92 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2361 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 75 | 19 | 92 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2365 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 76 | 33 | 76 | 134 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2362 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 76 | 33 | 76 | 134 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2366 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 81 | 13 | 81 | 50 | 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 |
2363 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 81 | 13 | 81 | 50 | 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 |
2367 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 81 | 13 | 81 | 50 | 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 |
2364 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 81 | 13 | 81 | 50 | 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 |
2368 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 83 | 9 | 83 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2365 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 83 | 9 | 83 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2369 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 85 | 27 | 85 | 81 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2366 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 85 | 27 | 85 | 81 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2370 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 89 | 9 | 89 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2367 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 89 | 9 | 89 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2371 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 94 | 19 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2368 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 94 | 19 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2372 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 101 | 9 | 101 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2369 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 101 | 9 | 101 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2373 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 106 | 19 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2370 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 106 | 19 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2374 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 106 | 19 | 118 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2371 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 106 | 19 | 118 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2375 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 115 | 9 | 115 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2372 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 115 | 9 | 115 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2376 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 120 | 19 | 132 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2373 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 120 | 19 | 132 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2377 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 129 | 9 | 129 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2374 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 129 | 9 | 129 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2378 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 134 | 19 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2375 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 134 | 19 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2379 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 135 | 16 | 135 | 49 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2376 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DataUtils.cls | 135 | 16 | 135 | 49 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2380 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 18 | 21 | 262 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'IBot_DynamicQueryUtils' has a total cyclomatic complexity of 43 (highest 9). |
2377 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 18 | 21 | 262 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'IBot_DynamicQueryUtils' has a total cyclomatic complexity of 43 (highest 9). |
2381 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 26 | 19 | 74 | 6 | 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 |
2378 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 26 | 19 | 74 | 6 | 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 |
2382 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 26 | 19 | 74 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'buildFinancialAccountQuery()' has an NCSS line count of 40 (limit: 40) |
2379 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 26 | 19 | 74 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'buildFinancialAccountQuery()' has an NCSS line count of 40 (limit: 40) |
2383 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 34 | 16 | 34 | 121 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'primaryOwnerContactIdField' defined but not used |
2380 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 34 | 16 | 34 | 121 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'primaryOwnerContactIdField' defined but not used |
2384 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 35 | 16 | 35 | 131 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'primaryOwnerContactFirstNameField' defined but not used |
2381 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 35 | 16 | 35 | 131 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'primaryOwnerContactFirstNameField' defined but not used |
2385 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 50 | 31 | 50 | 114 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2382 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 50 | 31 | 50 | 114 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2386 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 81 | 19 | 106 | 6 | 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 |
2383 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 81 | 19 | 106 | 6 | 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 |
2387 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 89 | 31 | 89 | 111 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2384 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 89 | 31 | 89 | 111 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2388 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 108 | 19 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2385 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 108 | 19 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2389 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 115 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2386 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 115 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2390 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 123 | 19 | 152 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2387 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 123 | 19 | 152 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2391 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 133 | 31 | 133 | 114 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2388 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 133 | 31 | 133 | 114 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2392 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 154 | 19 | 172 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2389 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 154 | 19 | 172 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2393 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 174 | 19 | 176 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2390 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 174 | 19 | 176 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2394 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 178 | 19 | 183 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2391 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 178 | 19 | 183 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2395 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 185 | 19 | 190 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2392 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 185 | 19 | 190 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2396 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 192 | 19 | 195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2393 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 192 | 19 | 195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2397 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 197 | 19 | 203 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2394 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 197 | 19 | 203 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2398 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 201 | 23 | 201 | 98 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objRecords' defined but not used |
2395 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 201 | 23 | 201 | 98 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objRecords' defined but not used |
2399 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 205 | 19 | 211 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2396 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 205 | 19 | 211 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2400 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 209 | 23 | 209 | 98 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objRecords' defined but not used |
2397 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 209 | 23 | 209 | 98 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objRecords' defined but not used |
2401 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 213 | 19 | 220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2398 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 213 | 19 | 220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2402 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 222 | 19 | 240 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2399 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 222 | 19 | 240 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2403 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 242 | 19 | 253 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2400 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 242 | 19 | 253 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2404 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 246 | 31 | 246 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2401 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 246 | 31 | 246 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2405 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 246 | 31 | 246 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fscIBot_AccessController' defined but not used |
2402 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 246 | 31 | 246 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fscIBot_AccessController' defined but not used |
2406 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 255 | 19 | 261 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2403 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicQueryUtils.cls | 255 | 19 | 261 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2407 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicSObjectCreation.cls | 19 | 19 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2404 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_DynamicSObjectCreation.cls | 19 | 19 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2408 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_EmailInterface.cls | 19 | 5 | 19 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2405 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_EmailInterface.cls | 19 | 5 | 19 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2409 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericEmailService.cls | 24 | 5 | 24 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2406 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericEmailService.cls | 24 | 5 | 24 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2410 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericEmailService.cls | 30 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2407 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericEmailService.cls | 30 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2411 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericEmailService.cls | 45 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2408 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericEmailService.cls | 45 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2412 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericMessagingService.cls | 24 | 5 | 24 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2409 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericMessagingService.cls | 24 | 5 | 24 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2413 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericMessagingService.cls | 30 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2410 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericMessagingService.cls | 30 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2414 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericMessagingService.cls | 45 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2411 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericMessagingService.cls | 45 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2415 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericTimebasedOTPAuthService.cls | 24 | 5 | 24 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2412 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericTimebasedOTPAuthService.cls | 24 | 5 | 24 | 12 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2416 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericTimebasedOTPAuthService.cls | 30 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2413 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericTimebasedOTPAuthService.cls | 30 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2417 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericTimebasedOTPAuthService.cls | 34 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2414 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_GenericTimebasedOTPAuthService.cls | 34 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2418 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_LiveChatTranscriptTriggerHelper.cls | 19 | 19 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2415 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_LiveChatTranscriptTriggerHelper.cls | 19 | 19 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2419 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_LiveChatTranscriptTriggerHelper.cls | 39 | 13 | 39 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2416 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_LiveChatTranscriptTriggerHelper.cls | 39 | 13 | 39 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2420 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MessagingInterface.cls | 19 | 2 | 19 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2417 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MessagingInterface.cls | 19 | 2 | 19 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2421 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockGoogleOTPHttpResponseGenerator.cls | 2 | 21 | 18 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2418 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockGoogleOTPHttpResponseGenerator.cls | 2 | 21 | 18 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2422 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockGoogleOTPHttpResponseGenerator.cls | 4 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2419 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockGoogleOTPHttpResponseGenerator.cls | 4 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2423 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockGoogleOTPHttpResponseGenerator.cls | 7 | 9 | 7 | 97 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2420 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockGoogleOTPHttpResponseGenerator.cls | 7 | 9 | 7 | 97 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2424 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockGoogleOTPHttpResponseGenerator.cls | 8 | 9 | 8 | 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. |
2421 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockGoogleOTPHttpResponseGenerator.cls | 8 | 9 | 8 | 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. |
2425 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockHttpResponseGenerator.cls | 2 | 21 | 16 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2422 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockHttpResponseGenerator.cls | 2 | 21 | 16 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2426 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockHttpResponseGenerator.cls | 3 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2423 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockHttpResponseGenerator.cls | 3 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2427 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockHttpResponseGenerator.cls | 6 | 9 | 6 | 76 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2424 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockHttpResponseGenerator.cls | 6 | 9 | 6 | 76 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2428 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockHttpResponseGenerator.cls | 7 | 9 | 7 | 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. |
2425 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_MockHttpResponseGenerator.cls | 7 | 9 | 7 | 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. |
2429 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBEmailService.cls | 19 | 9 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2426 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBEmailService.cls | 19 | 9 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2430 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBEmailService.cls | 19 | 9 | 51 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'sendEmail(Decimal, String)' has a cognitive complexity of 16, current threshold is 15 |
2427 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBEmailService.cls | 19 | 9 | 51 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'sendEmail(Decimal, String)' has a cognitive complexity of 16, current threshold is 15 |
2431 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBEmailService.cls | 26 | 42 | 26 | 122 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2428 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBEmailService.cls | 26 | 42 | 26 | 122 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2432 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBTimebasedOTPAuthenticator.cls | 19 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2429 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBTimebasedOTPAuthenticator.cls | 19 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2433 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBTimebasedOTPAuthenticator.cls | 33 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2430 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBTimebasedOTPAuthenticator.cls | 33 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2434 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBTimebasedOTPAuthenticator.cls | 46 | 12 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2431 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBTimebasedOTPAuthenticator.cls | 46 | 12 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2435 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBTwilioMessagingService.cls | 20 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2432 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBTwilioMessagingService.cls | 20 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2436 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBTwilioMessagingService.cls | 35 | 23 | 35 | 38 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
2433 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OOBTwilioMessagingService.cls | 35 | 23 | 35 | 38 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
2437 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OTPValidationCtrl.cls | 18 | 21 | 86 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2434 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OTPValidationCtrl.cls | 18 | 21 | 86 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2438 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OTPValidationCtrl.cls | 19 | 9 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2435 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OTPValidationCtrl.cls | 19 | 9 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2439 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OTPValidationCtrl.cls | 30 | 13 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2436 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OTPValidationCtrl.cls | 30 | 13 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2440 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OTPValidationCtrl.cls | 45 | 16 | 85 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2437 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OTPValidationCtrl.cls | 45 | 16 | 85 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2441 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OTPValidationCtrl.cls | 45 | 16 | 85 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'isValid(List |
2438 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_OTPValidationCtrl.cls | 45 | 16 | 85 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'isValid(List |
2442 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 20 | 16 | 24 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2439 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 20 | 16 | 24 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2443 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 22 | 7 | 22 | 40 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2440 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 22 | 7 | 22 | 40 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2444 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 22 | 7 | 22 | 40 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2441 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 22 | 7 | 22 | 40 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2445 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 26 | 16 | 30 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2442 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 26 | 16 | 30 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2446 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 28 | 7 | 28 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2443 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 28 | 7 | 28 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2447 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 28 | 7 | 28 | 56 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2444 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 28 | 7 | 28 | 56 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2448 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 32 | 16 | 36 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2445 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 32 | 16 | 36 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2449 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 34 | 4 | 34 | 94 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2446 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 34 | 4 | 34 | 94 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2450 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 34 | 4 | 34 | 94 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2447 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_PrintUtils.cls | 34 | 4 | 34 | 94 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2451 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 18 | 21 | 88 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'IBot_ServiceFactory' has a Standard Cyclomatic Complexity of 2 (Highest = 10). |
2448 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 18 | 21 | 88 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'IBot_ServiceFactory' has a Standard Cyclomatic Complexity of 2 (Highest = 10). |
2452 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 21 | 2 | 21 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2449 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 21 | 2 | 21 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2453 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 25 | 16 | 30 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2450 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 25 | 16 | 30 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2454 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 32 | 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 comment |
2451 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 32 | 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 comment |
2455 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 32 | 9 | 55 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getService(String)' has a cyclomatic complexity of 10. |
2452 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 32 | 9 | 55 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getService(String)' has a cyclomatic complexity of 10. |
2456 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 32 | 9 | 55 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getService' has a Standard Cyclomatic Complexity of 10. |
2453 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ServiceFactory.cls | 32 | 9 | 55 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getService' has a Standard Cyclomatic Complexity of 10. |
2457 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_TimebasedOTPAuthenticatorInterface.cls | 19 | 2 | 19 | 62 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2454 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_TimebasedOTPAuthenticatorInterface.cls | 19 | 2 | 19 | 62 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2458 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 18 | 21 | 160 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'IBot_Utils' has a total cyclomatic complexity of 41 (highest 21). |
2455 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 18 | 21 | 160 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'IBot_Utils' has a total cyclomatic complexity of 41 (highest 21). |
2459 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 18 | 21 | 160 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'IBot_Utils' has a Standard Cyclomatic Complexity of 3 (Highest = 11). |
2456 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 18 | 21 | 160 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'IBot_Utils' has a Standard Cyclomatic Complexity of 3 (Highest = 11). |
2460 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 20 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2457 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 20 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2461 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 35 | 19 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2458 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 35 | 19 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2462 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 40 | 19 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2459 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 40 | 19 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2463 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 41 | 31 | 41 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2460 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 41 | 31 | 41 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2464 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 45 | 19 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2461 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 45 | 19 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2465 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 45 | 19 | 78 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'populateSobject(String, Map |
2462 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 45 | 19 | 78 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'populateSobject(String, Map |
2466 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 45 | 19 | 78 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'populateSobject(String, Map |
2463 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 45 | 19 | 78 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'populateSobject(String, Map |
2467 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 45 | 19 | 78 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'populateSobject' has a Standard Cyclomatic Complexity of 11. |
2464 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 45 | 19 | 78 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'populateSobject' has a Standard Cyclomatic Complexity of 11. |
2468 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 48 | 31 | 48 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2465 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 48 | 31 | 48 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'fscIBot_AccessController' doesn't match '[a-z][a-zA-Z0-9]*' |
2469 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 57 | 25 | 65 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2466 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 57 | 25 | 65 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2470 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 59 | 32 | 65 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2467 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 59 | 32 | 65 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2471 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 61 | 32 | 65 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2468 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 61 | 32 | 65 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2472 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 63 | 32 | 65 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2469 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 63 | 32 | 65 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2473 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 80 | 19 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2470 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 80 | 19 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2474 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 86 | 19 | 93 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2471 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 86 | 19 | 93 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2475 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 95 | 19 | 106 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2472 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 95 | 19 | 106 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2476 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 111 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2473 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 111 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2477 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 126 | 19 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2474 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 126 | 19 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2478 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 141 | 19 | 159 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2475 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 141 | 19 | 159 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2479 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 143 | 13 | 143 | 20 | 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 |
2476 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 143 | 13 | 143 | 20 | 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 |
2480 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 143 | 13 | 143 | 20 | 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 |
2477 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 143 | 13 | 143 | 20 | 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 |
2481 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 145 | 28 | 145 | 76 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2478 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 145 | 28 | 145 | 76 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2482 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 147 | 13 | 147 | 20 | 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 |
2479 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 147 | 13 | 147 | 20 | 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 |
2483 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 147 | 13 | 147 | 20 | 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 |
2480 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 147 | 13 | 147 | 20 | 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 |
2484 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 149 | 28 | 149 | 94 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2481 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 149 | 28 | 149 | 94 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2485 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 151 | 63 | 151 | 167 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2482 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 151 | 63 | 151 | 167 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2486 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 157 | 13 | 157 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2483 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_Utils.cls | 157 | 13 | 157 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2487 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ValidateTimebasedOTPCtrl.cls | 18 | 21 | 69 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2484 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ValidateTimebasedOTPCtrl.cls | 18 | 21 | 69 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2488 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ValidateTimebasedOTPCtrl.cls | 19 | 12 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2485 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ValidateTimebasedOTPCtrl.cls | 19 | 12 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2489 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ValidateTimebasedOTPCtrl.cls | 30 | 13 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2486 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ValidateTimebasedOTPCtrl.cls | 30 | 13 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2490 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ValidateTimebasedOTPCtrl.cls | 44 | 19 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2487 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ValidateTimebasedOTPCtrl.cls | 44 | 19 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2491 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ValidateTimebasedOTPCtrl.cls | 58 | 23 | 58 | 52 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'results' defined but not used |
2488 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_ValidateTimebasedOTPCtrl.cls | 58 | 23 | 58 | 52 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'results' defined but not used |
2492 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeService.cls | 18 | 21 | 94 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2489 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeService.cls | 18 | 21 | 94 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2493 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeService.cls | 19 | 9 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2490 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeService.cls | 19 | 9 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2494 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeService.cls | 28 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2491 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeService.cls | 28 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2495 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeService.cls | 34 | 19 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2492 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeService.cls | 34 | 19 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2496 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeTriggerHelper.cls | 19 | 19 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2493 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeTriggerHelper.cls | 19 | 19 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2497 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeTriggerHelper.cls | 23 | 20 | 64 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'sendVerificationCodes(List |
2494 | /einstein-bots-for-financial-services-cloud/src/classes/IBot_VerificationCodeTriggerHelper.cls | 23 | 20 | 64 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'sendVerificationCodes(List |
2498 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 3 | 30 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2495 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 3 | 30 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2499 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 3 | 30 | 45 | 6 | 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. |
2496 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 3 | 30 | 45 | 6 | 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. |
2500 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 36 | 9 | 36 | 31 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2497 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 36 | 9 | 36 | 31 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2501 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 36 | 9 | 36 | 31 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2498 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 36 | 9 | 36 | 31 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2502 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 37 | 9 | 37 | 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. |
2499 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 37 | 9 | 37 | 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. |
2503 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 38 | 9 | 38 | 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. |
2500 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 38 | 9 | 38 | 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. |
2504 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 39 | 9 | 39 | 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. |
2501 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 39 | 9 | 39 | 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. |
2505 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 40 | 9 | 40 | 68 | 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. |
2502 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 40 | 9 | 40 | 68 | 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. |
2506 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 41 | 9 | 41 | 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. |
2503 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 41 | 9 | 41 | 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. |
2507 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 42 | 9 | 42 | 68 | 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. |
2504 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 42 | 9 | 42 | 68 | 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. |
2508 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 43 | 9 | 43 | 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. |
2505 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 43 | 9 | 43 | 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. |
2509 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 44 | 9 | 44 | 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. |
2506 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_LiveAgentSetupCtrl.cls | 44 | 9 | 44 | 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. |
2510 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_NumberOfDigitsForAccountCheck.cls | 5 | 19 | 16 | 6 | 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 'testFscBot_NumberOfDigitsForAccountCheckEmptyAccount' doesn't match '[a-z][a-zA-Z0-9]*' |
2507 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_NumberOfDigitsForAccountCheck.cls | 5 | 19 | 16 | 6 | 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 'testFscBot_NumberOfDigitsForAccountCheckEmptyAccount' doesn't match '[a-z][a-zA-Z0-9]*' |
2511 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_NumberOfDigitsForAccountCheck.cls | 13 | 9 | 13 | 35 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2508 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_NumberOfDigitsForAccountCheck.cls | 13 | 9 | 13 | 35 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2512 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_NumberOfDigitsForAccountCheck.cls | 14 | 9 | 14 | 43 | 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. |
2509 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_NumberOfDigitsForAccountCheck.cls | 14 | 9 | 14 | 43 | 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. |
2513 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_NumberOfDigitsForAccountCheck.cls | 15 | 9 | 15 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2510 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_NumberOfDigitsForAccountCheck.cls | 15 | 9 | 15 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2514 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 4 | 20 | 45 | 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. |
2511 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 4 | 20 | 45 | 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. |
2515 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 30 | 3 | 30 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2512 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 30 | 3 | 30 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2516 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 31 | 3 | 31 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2513 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 31 | 3 | 31 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2517 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 32 | 3 | 32 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2514 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 32 | 3 | 32 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2518 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 33 | 3 | 33 | 56 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2515 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 33 | 3 | 33 | 56 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2519 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 34 | 3 | 34 | 56 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2516 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 34 | 3 | 34 | 56 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2520 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 35 | 3 | 35 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2517 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 35 | 3 | 35 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2521 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 36 | 3 | 36 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2518 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 36 | 3 | 36 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2522 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 37 | 3 | 37 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2519 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 37 | 3 | 37 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2523 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 41 | 3 | 41 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2520 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 41 | 3 | 41 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2524 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 42 | 3 | 42 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2521 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 42 | 3 | 42 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2525 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 43 | 3 | 43 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2522 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 43 | 3 | 43 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2526 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 44 | 3 | 44 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2523 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_PermissionUtils.cls | 44 | 3 | 44 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2527 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 4 | 27 | 4 | 55 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'ACCOUNT_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
2524 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 4 | 27 | 4 | 55 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'ACCOUNT_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
2528 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 9 | 17 | 9 | 95 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'card' defined but not used |
2525 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 9 | 17 | 9 | 95 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'card' defined but not used |
2529 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 16 | 9 | 16 | 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. |
2526 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 16 | 9 | 16 | 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. |
2530 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 32 | 9 | 32 | 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. |
2527 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 32 | 9 | 32 | 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. |
2531 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 33 | 9 | 33 | 85 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2528 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 33 | 9 | 33 | 85 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2532 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 34 | 9 | 34 | 96 | 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. |
2529 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 34 | 9 | 34 | 96 | 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. |
2533 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 35 | 9 | 35 | 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. |
2530 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 35 | 9 | 35 | 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. |
2534 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 36 | 9 | 36 | 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. |
2531 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestCreator.cls | 36 | 9 | 36 | 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. |
2535 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 4 | 27 | 4 | 55 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'ACCOUNT_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
2532 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 4 | 27 | 4 | 55 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'ACCOUNT_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
2536 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 7 | 17 | 7 | 78 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'account' defined but not used |
2533 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 7 | 17 | 7 | 78 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'account' defined but not used |
2537 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 14 | 9 | 14 | 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. |
2534 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 14 | 9 | 14 | 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. |
2538 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 23 | 9 | 23 | 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. |
2535 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 23 | 9 | 23 | 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. |
2539 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 24 | 9 | 24 | 85 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2536 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 24 | 9 | 24 | 85 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2540 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 25 | 9 | 25 | 96 | 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. |
2537 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 25 | 9 | 25 | 96 | 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. |
2541 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 26 | 9 | 26 | 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. |
2538 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 26 | 9 | 26 | 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. |
2542 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 27 | 9 | 27 | 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. |
2539 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 27 | 9 | 27 | 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. |
2543 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 40 | 9 | 40 | 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. |
2540 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 40 | 9 | 40 | 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. |
2544 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 49 | 9 | 49 | 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. |
2541 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 49 | 9 | 49 | 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. |
2545 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 50 | 9 | 50 | 79 | 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. |
2542 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 50 | 9 | 50 | 79 | 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. |
2546 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 51 | 9 | 51 | 85 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2543 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 51 | 9 | 51 | 85 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2547 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 52 | 9 | 52 | 96 | 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. |
2544 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 52 | 9 | 52 | 96 | 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. |
2548 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 53 | 9 | 53 | 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. |
2545 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 53 | 9 | 53 | 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. |
2549 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 54 | 9 | 54 | 91 | 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. |
2546 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 54 | 9 | 54 | 91 | 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. |
2550 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 72 | 9 | 72 | 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. |
2547 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 72 | 9 | 72 | 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. |
2551 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 73 | 9 | 73 | 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. |
2548 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 73 | 9 | 73 | 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. |
2552 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 74 | 9 | 74 | 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. |
2549 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 74 | 9 | 74 | 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. |
2553 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 75 | 9 | 75 | 68 | 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. |
2550 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_TravelRequestService.cls | 75 | 9 | 75 | 68 | 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. |
2554 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValAccUsingGAUserAndAccntNum.cls | 6 | 17 | 6 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2551 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValAccUsingGAUserAndAccntNum.cls | 6 | 17 | 6 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2555 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValAccUsingMobileService.cls | 5 | 17 | 5 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2552 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValAccUsingMobileService.cls | 5 | 17 | 5 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2556 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 10 | 9 | 10 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2553 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 10 | 9 | 10 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2557 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 11 | 9 | 11 | 57 | 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. |
2554 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 11 | 9 | 11 | 57 | 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. |
2558 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 12 | 9 | 12 | 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. |
2555 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 12 | 9 | 12 | 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. |
2559 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 22 | 9 | 22 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2556 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 22 | 9 | 22 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2560 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 23 | 9 | 23 | 57 | 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. |
2557 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 23 | 9 | 23 | 57 | 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. |
2561 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 24 | 9 | 24 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2558 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateDatesCtrl.cls | 24 | 9 | 24 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2562 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateInputAccountNumber.cls | 5 | 17 | 5 | 102 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2559 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateInputAccountNumber.cls | 5 | 17 | 5 | 102 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2563 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateInputAccountNumber.cls | 8 | 20 | 26 | 6 | 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 'testGetFscBot_NumberOfDigitsForAccountCheck' doesn't match '[a-z][a-zA-Z0-9]*' |
2560 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateInputAccountNumber.cls | 8 | 20 | 26 | 6 | 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 'testGetFscBot_NumberOfDigitsForAccountCheck' doesn't match '[a-z][a-zA-Z0-9]*' |
2564 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateInputAccountNumber.cls | 20 | 9 | 20 | 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. |
2561 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateInputAccountNumber.cls | 20 | 9 | 20 | 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. |
2565 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateInputAccountNumber.cls | 21 | 9 | 21 | 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. |
2562 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateInputAccountNumber.cls | 21 | 9 | 21 | 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. |
2566 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateInputAccountNumber.cls | 22 | 9 | 22 | 67 | 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. |
2563 | /einstein-bots-for-financial-services-cloud/src/classes/TestFscBot_ValidateInputAccountNumber.cls | 22 | 9 | 22 | 67 | 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. |
2567 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 2 | 9 | 537 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'TestIBot_ConfigSettings' has a total cyclomatic complexity of 43 (highest 1). |
2564 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 2 | 9 | 537 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'TestIBot_ConfigSettings' has a total cyclomatic complexity of 43 (highest 1). |
2568 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 6 | 29 | 6 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2565 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 6 | 29 | 6 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2569 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 9 | 9 | 9 | 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. |
2566 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 9 | 9 | 9 | 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. |
2570 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 17 | 29 | 17 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2567 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 17 | 29 | 17 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2571 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 20 | 9 | 20 | 42 | 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. |
2568 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 20 | 9 | 20 | 42 | 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. |
2572 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 28 | 29 | 28 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2569 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 28 | 29 | 28 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2573 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 31 | 9 | 31 | 43 | 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. |
2570 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 31 | 9 | 31 | 43 | 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. |
2574 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 39 | 29 | 39 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2571 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 39 | 29 | 39 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2575 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 42 | 9 | 42 | 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. |
2572 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 42 | 9 | 42 | 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. |
2576 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 50 | 29 | 50 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2573 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 50 | 29 | 50 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2577 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 53 | 9 | 53 | 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. |
2574 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 53 | 9 | 53 | 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. |
2578 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 61 | 29 | 61 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2575 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 61 | 29 | 61 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2579 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 64 | 9 | 64 | 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. |
2576 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 64 | 9 | 64 | 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. |
2580 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 72 | 29 | 72 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2577 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 72 | 29 | 72 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2581 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 75 | 9 | 75 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2578 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 75 | 9 | 75 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2582 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 76 | 9 | 76 | 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. |
2579 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 76 | 9 | 76 | 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. |
2583 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 77 | 9 | 77 | 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. |
2580 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 77 | 9 | 77 | 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. |
2584 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 85 | 29 | 85 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2581 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 85 | 29 | 85 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2585 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 88 | 9 | 88 | 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. |
2582 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 88 | 9 | 88 | 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. |
2586 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 96 | 29 | 96 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2583 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 96 | 29 | 96 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2587 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 99 | 9 | 99 | 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. |
2584 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 99 | 9 | 99 | 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. |
2588 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 107 | 29 | 107 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2585 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 107 | 29 | 107 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2589 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 110 | 9 | 110 | 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. |
2586 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 110 | 9 | 110 | 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. |
2590 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 118 | 29 | 118 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2587 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 118 | 29 | 118 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2591 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 121 | 9 | 121 | 101 | 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. |
2588 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 121 | 9 | 121 | 101 | 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. |
2592 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 129 | 29 | 129 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2589 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 129 | 29 | 129 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2593 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 132 | 9 | 132 | 107 | 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. |
2590 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 132 | 9 | 132 | 107 | 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. |
2594 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 140 | 29 | 140 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2591 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 140 | 29 | 140 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2595 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 143 | 9 | 143 | 107 | 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. |
2592 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 143 | 9 | 143 | 107 | 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. |
2596 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 151 | 29 | 151 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2593 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 151 | 29 | 151 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2597 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 154 | 9 | 154 | 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. |
2594 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 154 | 9 | 154 | 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. |
2598 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 162 | 29 | 162 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2595 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 162 | 29 | 162 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2599 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 165 | 9 | 165 | 105 | 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. |
2596 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 165 | 9 | 165 | 105 | 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. |
2600 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 173 | 29 | 173 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2597 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 173 | 29 | 173 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2601 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 176 | 9 | 176 | 101 | 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. |
2598 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 176 | 9 | 176 | 101 | 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. |
2602 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 184 | 29 | 184 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2599 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 184 | 29 | 184 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2603 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 187 | 9 | 187 | 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. |
2600 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 187 | 9 | 187 | 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. |
2604 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 195 | 29 | 195 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2601 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 195 | 29 | 195 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2605 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 198 | 9 | 198 | 107 | 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. |
2602 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 198 | 9 | 198 | 107 | 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. |
2606 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 206 | 29 | 206 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2603 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 206 | 29 | 206 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2607 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 209 | 9 | 209 | 42 | 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. |
2604 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 209 | 9 | 209 | 42 | 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. |
2608 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 217 | 29 | 217 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2605 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 217 | 29 | 217 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2609 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 220 | 9 | 220 | 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. |
2606 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 220 | 9 | 220 | 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. |
2610 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 228 | 29 | 228 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2607 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 228 | 29 | 228 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2611 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 231 | 9 | 231 | 68 | 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. |
2608 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 231 | 9 | 231 | 68 | 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. |
2612 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 239 | 29 | 239 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2609 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 239 | 29 | 239 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2613 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 242 | 9 | 242 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2610 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 242 | 9 | 242 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2614 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 243 | 9 | 243 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2611 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 243 | 9 | 243 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2615 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 244 | 9 | 244 | 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. |
2612 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 244 | 9 | 244 | 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. |
2616 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 252 | 29 | 252 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2613 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 252 | 29 | 252 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2617 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 255 | 9 | 255 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2614 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 255 | 9 | 255 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2618 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 256 | 9 | 256 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2615 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 256 | 9 | 256 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2619 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 257 | 9 | 257 | 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. |
2616 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 257 | 9 | 257 | 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. |
2620 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 265 | 29 | 265 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2617 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 265 | 29 | 265 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2621 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 268 | 9 | 268 | 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. |
2618 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 268 | 9 | 268 | 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. |
2622 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 276 | 29 | 276 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2619 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 276 | 29 | 276 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2623 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 279 | 9 | 279 | 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. |
2620 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 279 | 9 | 279 | 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. |
2624 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 287 | 29 | 287 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2621 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 287 | 29 | 287 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2625 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 290 | 9 | 290 | 63 | 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. |
2622 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 290 | 9 | 290 | 63 | 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. |
2626 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 298 | 29 | 298 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2623 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 298 | 29 | 298 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2627 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 301 | 9 | 301 | 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. |
2624 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 301 | 9 | 301 | 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. |
2628 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 317 | 29 | 317 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2625 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 317 | 29 | 317 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2629 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 320 | 9 | 320 | 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. |
2626 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 320 | 9 | 320 | 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. |
2630 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 328 | 29 | 328 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2627 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 328 | 29 | 328 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2631 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 331 | 9 | 331 | 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. |
2628 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 331 | 9 | 331 | 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. |
2632 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 339 | 29 | 339 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2629 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 339 | 29 | 339 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2633 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 342 | 9 | 342 | 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. |
2630 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 342 | 9 | 342 | 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. |
2634 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 358 | 29 | 358 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2631 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 358 | 29 | 358 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2635 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 361 | 9 | 361 | 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. |
2632 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 361 | 9 | 361 | 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. |
2636 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 377 | 29 | 377 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2633 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 377 | 29 | 377 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2637 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 380 | 9 | 380 | 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. |
2634 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 380 | 9 | 380 | 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. |
2638 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 396 | 29 | 396 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2635 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 396 | 29 | 396 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2639 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 399 | 9 | 399 | 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. |
2636 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 399 | 9 | 399 | 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. |
2640 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 415 | 29 | 415 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2637 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 415 | 29 | 415 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2641 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 418 | 9 | 418 | 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. |
2638 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 418 | 9 | 418 | 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. |
2642 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 426 | 29 | 426 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2639 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 426 | 29 | 426 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2643 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 429 | 9 | 429 | 113 | 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. |
2640 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 429 | 9 | 429 | 113 | 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. |
2644 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 437 | 29 | 437 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2641 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 437 | 29 | 437 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2645 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 440 | 9 | 440 | 43 | 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. |
2642 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 440 | 9 | 440 | 43 | 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. |
2646 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 448 | 29 | 448 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2643 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 448 | 29 | 448 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2647 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 451 | 9 | 451 | 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. |
2644 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 451 | 9 | 451 | 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. |
2648 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 459 | 29 | 459 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2645 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 459 | 29 | 459 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2649 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 462 | 9 | 462 | 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. |
2646 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 462 | 9 | 462 | 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. |
2650 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 470 | 29 | 470 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2647 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 470 | 29 | 470 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2651 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 473 | 9 | 473 | 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. |
2648 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 473 | 9 | 473 | 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. |
2652 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 481 | 29 | 481 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2649 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 481 | 29 | 481 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2653 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 484 | 9 | 484 | 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. |
2650 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 484 | 9 | 484 | 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. |
2654 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 500 | 29 | 500 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2651 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 500 | 29 | 500 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2655 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 503 | 9 | 503 | 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. |
2652 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 503 | 9 | 503 | 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. |
2656 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 519 | 29 | 519 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2653 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 519 | 29 | 519 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2657 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 522 | 9 | 522 | 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. |
2654 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 522 | 9 | 522 | 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. |
2658 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 530 | 29 | 530 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2655 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 530 | 29 | 530 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'configBeanBase' defined but not used |
2659 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 533 | 9 | 533 | 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. |
2656 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ConfigSettings.cls | 533 | 9 | 533 | 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. |
2660 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_CountryValidator.cls | 24 | 24 | 28 | 6 | 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 'testValidateCountry_EmptyRequests' doesn't match '[a-z][a-zA-Z0-9]*' |
2657 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_CountryValidator.cls | 24 | 24 | 28 | 6 | 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 'testValidateCountry_EmptyRequests' doesn't match '[a-z][a-zA-Z0-9]*' |
2661 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_CustomMetadataBean.cls | 12 | 9 | 12 | 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. |
2658 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_CustomMetadataBean.cls | 12 | 9 | 12 | 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. |
2662 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_CustomMetadataBean.cls | 13 | 9 | 13 | 78 | 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. |
2659 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_CustomMetadataBean.cls | 13 | 9 | 13 | 78 | 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. |
2663 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_CustomMetadataBean.cls | 14 | 9 | 14 | 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. |
2660 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_CustomMetadataBean.cls | 14 | 9 | 14 | 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. |
2664 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_CustomMetadataBean.cls | 15 | 9 | 15 | 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. |
2661 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_CustomMetadataBean.cls | 15 | 9 | 15 | 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. |
2665 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 7 | 9 | 7 | 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. |
2662 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 7 | 9 | 7 | 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. |
2666 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 8 | 9 | 8 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2663 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 8 | 9 | 8 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2667 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 9 | 9 | 9 | 91 | 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. |
2664 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 9 | 9 | 9 | 91 | 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. |
2668 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 17 | 9 | 17 | 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. |
2665 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 17 | 9 | 17 | 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. |
2669 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 18 | 9 | 18 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2666 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 18 | 9 | 18 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2670 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 19 | 9 | 19 | 91 | 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. |
2667 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 19 | 9 | 19 | 91 | 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. |
2671 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 26 | 9 | 26 | 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. |
2668 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 26 | 9 | 26 | 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. |
2672 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 35 | 9 | 35 | 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. |
2669 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 35 | 9 | 35 | 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. |
2673 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 36 | 9 | 36 | 75 | 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. |
2670 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 36 | 9 | 36 | 75 | 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. |
2674 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 46 | 9 | 46 | 67 | 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. |
2671 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 46 | 9 | 46 | 67 | 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. |
2675 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 55 | 9 | 55 | 68 | 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. |
2672 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_DataUtils.cls | 55 | 9 | 55 | 68 | 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. |
2676 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_LiveChatTranscriptTriggerHelper.cls | 12 | 20 | 29 | 6 | 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 'testIBot_LiveChatTranscriptTriggerHelper' doesn't match '[a-z][a-zA-Z0-9]*' |
2673 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_LiveChatTranscriptTriggerHelper.cls | 12 | 20 | 29 | 6 | 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 'testIBot_LiveChatTranscriptTriggerHelper' doesn't match '[a-z][a-zA-Z0-9]*' |
2677 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_LiveChatTranscriptTriggerHelper.cls | 12 | 20 | 29 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
2674 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_LiveChatTranscriptTriggerHelper.cls | 12 | 20 | 29 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
2678 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_LiveChatTranscriptTriggerHelper.cls | 28 | 9 | 28 | 82 | 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. |
2675 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_LiveChatTranscriptTriggerHelper.cls | 28 | 9 | 28 | 82 | 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. |
2679 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_MultipleRequestMock.cls | 5 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2676 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_MultipleRequestMock.cls | 5 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2680 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_MultipleRequestMock.cls | 9 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2677 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_MultipleRequestMock.cls | 9 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2681 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_MultipleRequestMock.cls | 18 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2678 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_MultipleRequestMock.cls | 18 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2682 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 3 | 26 | 3 | 54 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'ACCOUNT_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
2679 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 3 | 26 | 3 | 54 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'ACCOUNT_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
2683 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 78 | 43 | 78 | 129 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'codes' defined but not used |
2680 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 78 | 43 | 78 | 129 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'codes' defined but not used |
2684 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 87 | 9 | 87 | 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. |
2681 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 87 | 9 | 87 | 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. |
2685 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 88 | 9 | 88 | 115 | 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. |
2682 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 88 | 9 | 88 | 115 | 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. |
2686 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 102 | 9 | 102 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2683 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 102 | 9 | 102 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
2687 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 103 | 9 | 103 | 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. |
2684 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_OTPValidationService.cls | 103 | 9 | 103 | 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. |
2688 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_SendVerificationCodeService.cls | 67 | 43 | 67 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'codes' defined but not used |
2685 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_SendVerificationCodeService.cls | 67 | 43 | 67 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'codes' defined but not used |
2689 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_SingleRequestMock.cls | 9 | 16 | 16 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2686 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_SingleRequestMock.cls | 9 | 16 | 16 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2690 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_SingleRequestMock.cls | 9 | 16 | 16 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2687 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_SingleRequestMock.cls | 9 | 16 | 16 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2691 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_SingleRequestMock.cls | 18 | 16 | 34 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2688 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_SingleRequestMock.cls | 18 | 16 | 34 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2692 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_TimebasedOTPAuthenticator.cls | 12 | 9 | 12 | 42 | 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. |
2689 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_TimebasedOTPAuthenticator.cls | 12 | 9 | 12 | 42 | 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. |
2693 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_TimebasedOTPAuthenticator.cls | 24 | 9 | 24 | 42 | 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. |
2690 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_TimebasedOTPAuthenticator.cls | 24 | 9 | 24 | 42 | 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. |
2694 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 4 | 19 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2691 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 4 | 19 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2695 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 24 | 19 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2692 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 24 | 19 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2696 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 30 | 13 | 30 | 50 | 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 |
2693 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 30 | 13 | 30 | 50 | 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 |
2697 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 30 | 13 | 30 | 50 | 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 |
2694 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 30 | 13 | 30 | 50 | 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 |
2698 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 36 | 19 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2695 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 36 | 19 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2699 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 40 | 19 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2696 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 40 | 19 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2700 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 44 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2697 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 44 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2701 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 57 | 13 | 57 | 50 | 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 |
2698 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 57 | 13 | 57 | 50 | 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 |
2702 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 57 | 13 | 57 | 50 | 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 |
2699 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 57 | 13 | 57 | 50 | 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 |
2703 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 63 | 19 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2700 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 63 | 19 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2704 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 67 | 19 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2701 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 67 | 19 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2705 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 71 | 19 | 83 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2702 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_Util.cls | 71 | 19 | 83 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2706 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ValidateUserTimebasedOTP.cls | 5 | 5 | 5 | 22 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2703 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ValidateUserTimebasedOTP.cls | 5 | 5 | 5 | 22 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2707 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ValidateUserTimebasedOTP.cls | 10 | 17 | 10 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2704 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ValidateUserTimebasedOTP.cls | 10 | 17 | 10 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2708 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ValidateUserTimebasedOTP.cls | 39 | 17 | 39 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2705 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ValidateUserTimebasedOTP.cls | 39 | 17 | 39 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2709 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ValidateUserTimebasedOTP.cls | 70 | 17 | 70 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2706 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ValidateUserTimebasedOTP.cls | 70 | 17 | 70 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2710 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ValidateUserTimebasedOTP.cls | 101 | 17 | 101 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2707 | /einstein-bots-for-financial-services-cloud/src/classes/TestIBot_ValidateUserTimebasedOTP.cls | 101 | 17 | 101 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'financialAccount' defined but not used |
2711 | /einstein-bots-for-financial-services-cloud/src/triggers/IBot_LiveChatTranscriptTrigger.trigger | 1 | 1 | 9 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
2708 | /einstein-bots-for-financial-services-cloud/src/triggers/IBot_LiveChatTranscriptTrigger.trigger | 1 | 1 | 9 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
2712 | /einstein-bots-for-financial-services-cloud/src/triggers/IBot_VerificationCodeTrigger.trigger | 1 | 1 | 9 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
2709 | /einstein-bots-for-financial-services-cloud/src/triggers/IBot_VerificationCodeTrigger.trigger | 1 | 1 | 9 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
2713 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 1 | 21 | 266 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2710 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 1 | 21 | 266 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2714 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 1 | 21 | 266 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'SFSMetadataController' has a total cyclomatic complexity of 40 (highest 12). |
2711 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 1 | 21 | 266 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'SFSMetadataController' has a total cyclomatic complexity of 40 (highest 12). |
2715 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 16 | 12 | 16 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2712 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 16 | 12 | 16 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2716 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 18 | 12 | 18 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2713 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 18 | 12 | 18 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2717 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 20 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2714 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 20 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2718 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 28 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2715 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 28 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2719 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 28 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2716 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 28 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2720 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 35 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2717 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 35 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2721 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 35 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2718 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 35 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2722 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 42 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2719 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 42 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2723 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 42 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2720 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 42 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2724 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 47 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2721 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 47 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2725 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 47 | 12 | 49 | 6 | 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 |
2722 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 47 | 12 | 49 | 6 | 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 |
2726 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 54 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2723 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 54 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2727 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 54 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2724 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 54 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2728 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 55 | 46 | 55 | 123 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2725 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 55 | 46 | 55 | 123 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2729 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 76 | 12 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2726 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 76 | 12 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2730 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 83 | 14 | 94 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2727 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 83 | 14 | 94 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2731 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 83 | 14 | 94 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2728 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 83 | 14 | 94 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2732 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 83 | 14 | 94 | 6 | 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 |
2729 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 83 | 14 | 94 | 6 | 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 |
2733 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 103 | 13 | 112 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2730 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 103 | 13 | 112 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2734 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 117 | 13 | 147 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2731 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 117 | 13 | 147 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2735 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 117 | 13 | 147 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'initAllObjects()' has a cyclomatic complexity of 12. |
2732 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 117 | 13 | 147 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'initAllObjects()' has a cyclomatic complexity of 12. |
2736 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 153 | 20 | 184 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2733 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 153 | 20 | 184 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2737 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 153 | 20 | 184 | 6 | 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 |
2734 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 153 | 20 | 184 | 6 | 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 |
2738 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 155 | 9 | 155 | 72 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2735 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 155 | 9 | 155 | 72 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2739 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 155 | 9 | 155 | 72 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2736 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 155 | 9 | 155 | 72 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2740 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 158 | 13 | 158 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2737 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 158 | 13 | 158 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2741 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 158 | 13 | 158 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2738 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 158 | 13 | 158 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2742 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 163 | 17 | 163 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2739 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 163 | 17 | 163 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2743 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 163 | 17 | 163 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2740 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 163 | 17 | 163 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2744 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 176 | 17 | 176 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2741 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 176 | 17 | 176 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2745 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 176 | 17 | 176 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2742 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 176 | 17 | 176 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2746 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 181 | 13 | 181 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2743 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 181 | 13 | 181 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2747 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 181 | 13 | 181 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2744 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 181 | 13 | 181 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2748 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 182 | 13 | 182 | 32 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2745 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 182 | 13 | 182 | 32 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2749 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 190 | 20 | 217 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2746 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 190 | 20 | 217 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2750 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 190 | 20 | 217 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2747 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 190 | 20 | 217 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2751 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 190 | 20 | 217 | 6 | 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 |
2748 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 190 | 20 | 217 | 6 | 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 |
2752 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 195 | 26 | 195 | 41 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
2749 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 195 | 26 | 195 | 41 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
2753 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 196 | 26 | 196 | 41 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
2750 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 196 | 26 | 196 | 41 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
2754 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 208 | 13 | 208 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2751 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 208 | 13 | 208 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2755 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 208 | 13 | 208 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2752 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 208 | 13 | 208 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2756 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 213 | 13 | 213 | 76 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2753 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 213 | 13 | 213 | 76 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2757 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 213 | 13 | 213 | 76 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2754 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 213 | 13 | 213 | 76 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2758 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 222 | 20 | 239 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2755 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 222 | 20 | 239 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2759 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 222 | 20 | 239 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2756 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 222 | 20 | 239 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2760 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 222 | 20 | 239 | 6 | 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 |
2757 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 222 | 20 | 239 | 6 | 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 |
2761 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 244 | 12 | 264 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2758 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 244 | 12 | 264 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2762 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 247 | 16 | 247 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2759 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 247 | 16 | 247 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2763 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 250 | 16 | 250 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2760 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 250 | 16 | 250 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2764 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 253 | 16 | 253 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2761 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 253 | 16 | 253 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2765 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 256 | 16 | 256 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2762 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 256 | 16 | 256 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2766 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 258 | 16 | 263 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2763 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 258 | 16 | 263 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2767 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 258 | 16 | 263 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2764 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataController.cls | 258 | 16 | 263 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2768 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 4 | 30 | 8 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2765 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 4 | 30 | 8 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2769 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 4 | 30 | 8 | 6 | 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. |
2766 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 4 | 30 | 8 | 6 | 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. |
2770 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 7 | 9 | 7 | 71 | 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. |
2767 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 7 | 9 | 7 | 71 | 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. |
2771 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 10 | 30 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2768 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 10 | 30 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2772 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 10 | 30 | 19 | 6 | 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. |
2769 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 10 | 30 | 19 | 6 | 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. |
2773 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 17 | 9 | 17 | 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. |
2770 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 17 | 9 | 17 | 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. |
2774 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 18 | 9 | 18 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2771 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 18 | 9 | 18 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2775 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 21 | 30 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2772 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 21 | 30 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2776 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 21 | 30 | 30 | 6 | 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. |
2773 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 21 | 30 | 30 | 6 | 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. |
2777 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 28 | 9 | 28 | 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. |
2774 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 28 | 9 | 28 | 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. |
2778 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 29 | 9 | 29 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2775 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 29 | 9 | 29 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
2779 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 32 | 30 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2776 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 32 | 30 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2780 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 32 | 30 | 36 | 6 | 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. |
2777 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 32 | 30 | 36 | 6 | 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. |
2781 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 35 | 9 | 35 | 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. |
2778 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 35 | 9 | 35 | 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. |
2782 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 38 | 30 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2779 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 38 | 30 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2783 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 38 | 30 | 43 | 6 | 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. |
2780 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 38 | 30 | 43 | 6 | 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. |
2784 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 42 | 9 | 42 | 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. |
2781 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 42 | 9 | 42 | 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. |
2785 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 45 | 30 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2782 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 45 | 30 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2786 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 45 | 30 | 64 | 6 | 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. |
2783 | /field-service-duplicate-avoidance-admin-utility/main/default/classes/SFSMetadataControllerTests.cls | 45 | 30 | 64 | 6 | 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. |
2787 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 1 | 21 | 52 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2784 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 1 | 21 | 52 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2788 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 1 | 21 | 52 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2785 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 1 | 21 | 52 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2789 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 3 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2786 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 3 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2790 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 5 | 48 | 8 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2787 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 5 | 48 | 8 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2791 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 5 | 36 | 8 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OOOAgents' doesn't match '[a-z][a-zA-Z0-9]*' |
2788 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 5 | 36 | 8 | 38 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OOOAgents' doesn't match '[a-z][a-zA-Z0-9]*' |
2792 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 10 | 14 | 10 | 55 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OOOAgent' doesn't match '[a-z][a-zA-Z0-9]*' |
2789 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 10 | 14 | 10 | 55 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OOOAgent' doesn't match '[a-z][a-zA-Z0-9]*' |
2793 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 14 | 39 | 17 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2790 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 14 | 39 | 17 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2794 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 14 | 39 | 17 | 66 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2791 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 14 | 39 | 17 | 66 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2795 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 24 | 25 | 24 | 34 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2792 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 24 | 25 | 24 | 34 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2796 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 32 | 25 | 32 | 35 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2793 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 32 | 25 | 32 | 35 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2797 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 46 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2794 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwners.cls | 46 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2798 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 6 | 26 | 6 | 56 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'CRON_EXP' doesn't match '[a-z][a-zA-Z0-9]*' |
2795 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 6 | 26 | 6 | 56 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'CRON_EXP' doesn't match '[a-z][a-zA-Z0-9]*' |
2799 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 8 | 23 | 97 | 6 | 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. |
2796 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 8 | 23 | 97 | 6 | 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. |
2800 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 71 | 16 | 72 | 52 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobId' defined but not used |
2797 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 71 | 16 | 72 | 52 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobId' defined but not used |
2801 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 79 | 13 | 79 | 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. |
2798 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 79 | 13 | 79 | 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. |
2802 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 90 | 17 | 90 | 67 | 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. |
2799 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 90 | 17 | 90 | 67 | 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. |
2803 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 92 | 17 | 92 | 67 | 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. |
2800 | /i-am-out-the-out-of-office-case-handler/main/default/classes/UpdateCaseOwnersTestClass.cls | 92 | 17 | 92 | 67 | 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. |
2804 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 1 | 21 | 40 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2801 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 1 | 21 | 40 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2805 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 4 | 19 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2802 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 4 | 19 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2806 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 17 | 9 | 17 | 24 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2803 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 17 | 9 | 17 | 24 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2807 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 19 | 19 | 19 | 85 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2804 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 19 | 19 | 19 | 85 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2808 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 19 | 19 | 19 | 85 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2805 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 19 | 19 | 19 | 85 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2809 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 27 | 13 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2806 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCaseCreateService.cls | 27 | 13 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2810 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 1 | 21 | 119 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2807 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 1 | 21 | 119 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2811 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 1 | 21 | 119 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'EinsteinInsuranceBotCustomerService' has a Standard Cyclomatic Complexity of 10 (Highest = 9). |
2808 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 1 | 21 | 119 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'EinsteinInsuranceBotCustomerService' has a Standard Cyclomatic Complexity of 10 (Highest = 9). |
2812 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 4 | 19 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2809 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 4 | 19 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2813 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 4 | 19 | 84 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'createCustomerInsuranceData(List |
2810 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 4 | 19 | 84 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'createCustomerInsuranceData(List |
2814 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 81 | 9 | 81 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2811 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 81 | 9 | 81 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2815 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 86 | 13 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2812 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotCustomerService.cls | 86 | 13 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2816 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPaymentService.cls | 1 | 21 | 29 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2813 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPaymentService.cls | 1 | 21 | 29 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2817 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPaymentService.cls | 4 | 19 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2814 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPaymentService.cls | 4 | 19 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2818 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPaymentService.cls | 24 | 19 | 24 | 85 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2815 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPaymentService.cls | 24 | 19 | 24 | 85 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2819 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPolicyLookup.cls | 1 | 21 | 24 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2816 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPolicyLookup.cls | 1 | 21 | 24 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2820 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPolicyLookup.cls | 4 | 19 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2817 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPolicyLookup.cls | 4 | 19 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2821 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPolicyService.cls | 1 | 21 | 25 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2818 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPolicyService.cls | 1 | 21 | 25 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2822 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPolicyService.cls | 5 | 19 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2819 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotPolicyService.cls | 5 | 19 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2823 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 1 | 21 | 81 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2820 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 1 | 21 | 81 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2824 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 1 | 21 | 81 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'EinsteinInsuranceBotQuoteService' has a Standard Cyclomatic Complexity of 16 (Highest = 15). |
2821 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 1 | 21 | 81 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'EinsteinInsuranceBotQuoteService' has a Standard Cyclomatic Complexity of 16 (Highest = 15). |
2825 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 3 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2822 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 3 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2826 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 23 | 19 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2823 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 23 | 19 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2827 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 23 | 19 | 80 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'getQuote(List |
2824 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 23 | 19 | 80 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'getQuote(List |
2828 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 23 | 19 | 80 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'getQuote(List |
2825 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 23 | 19 | 80 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'getQuote(List |
2829 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 23 | 19 | 80 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getQuote()' has an NCSS line count of 51 (limit: 40) |
2826 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 23 | 19 | 80 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getQuote()' has an NCSS line count of 51 (limit: 40) |
2830 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 23 | 19 | 80 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getQuote' has a Standard Cyclomatic Complexity of 15. |
2827 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 23 | 19 | 80 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getQuote' has a Standard Cyclomatic Complexity of 15. |
2831 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 35 | 17 | 37 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2828 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 35 | 17 | 37 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2832 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 39 | 17 | 45 | 17 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2829 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 39 | 17 | 45 | 17 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2833 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 41 | 24 | 45 | 17 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2830 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 41 | 24 | 45 | 17 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2834 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 50 | 17 | 61 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2831 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 50 | 17 | 61 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2835 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 67 | 17 | 69 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2832 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 67 | 17 | 69 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2836 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 70 | 17 | 75 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2833 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotQuoteService.cls | 70 | 17 | 75 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2837 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotTestingUtil.cls | 5 | 19 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2834 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotTestingUtil.cls | 5 | 19 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2838 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotTestingUtil.cls | 18 | 20 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2835 | /insurance-einstein-bot/main/default/classes/EinsteinInsuranceBotTestingUtil.cls | 18 | 20 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2839 | /modular-case-timerlwc/main/default/classes/caseController.cls | 1 | 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 comment |
2836 | /modular-case-timerlwc/main/default/classes/caseController.cls | 1 | 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 comment |
2840 | /modular-case-timerlwc/main/default/classes/caseController.cls | 1 | 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 'caseController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2837 | /modular-case-timerlwc/main/default/classes/caseController.cls | 1 | 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 'caseController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2841 | /modular-case-timerlwc/main/default/classes/caseController.cls | 3 | 19 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2838 | /modular-case-timerlwc/main/default/classes/caseController.cls | 3 | 19 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2842 | /modular-case-timerlwc/main/default/classes/caseController.cls | 8 | 37 | 9 | 146 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2839 | /modular-case-timerlwc/main/default/classes/caseController.cls | 8 | 37 | 9 | 146 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2843 | /modular-case-timerlwc/main/default/classes/caseController.cls | 11 | 16 | 11 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2840 | /modular-case-timerlwc/main/default/classes/caseController.cls | 11 | 16 | 11 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2844 | /modular-case-timerlwc/main/default/classes/caseController.cls | 11 | 16 | 11 | 56 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2841 | /modular-case-timerlwc/main/default/classes/caseController.cls | 11 | 16 | 11 | 56 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2845 | /modular-case-timerlwc/main/default/classes/caseControllerTest.cls | 2 | 8 | 17 | 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 'caseControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2842 | /modular-case-timerlwc/main/default/classes/caseControllerTest.cls | 2 | 8 | 17 | 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 'caseControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2846 | /modular-case-timerlwc/main/default/classes/caseControllerTest.cls | 12 | 8 | 12 | 72 | 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. |
2843 | /modular-case-timerlwc/main/default/classes/caseControllerTest.cls | 12 | 8 | 12 | 72 | 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. |
2847 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 1 | 21 | 60 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2844 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 1 | 21 | 60 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2848 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 3 | 24 | 3 | 46 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'CatalogBackgroundImage' doesn't match '[a-z][a-zA-Z0-9]*' |
2845 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 3 | 24 | 3 | 46 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'CatalogBackgroundImage' doesn't match '[a-z][a-zA-Z0-9]*' |
2849 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 4 | 12 | 4 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2846 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 4 | 12 | 4 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2850 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 5 | 12 | 5 | 68 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2847 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 5 | 12 | 5 | 68 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2851 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 6 | 22 | 6 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2848 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 6 | 22 | 6 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2852 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 7 | 12 | 7 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2849 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 7 | 12 | 7 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2853 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2850 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2854 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 13 | 12 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2851 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 13 | 12 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2855 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 14 | 13 | 14 | 58 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2852 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 14 | 13 | 14 | 58 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2856 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 19 | 17 | 19 | 108 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TemplateCheck' doesn't match '[a-z][a-zA-Z0-9]*' |
2853 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 19 | 17 | 19 | 108 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TemplateCheck' doesn't match '[a-z][a-zA-Z0-9]*' |
2857 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 34 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2854 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 34 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2858 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 35 | 13 | 35 | 58 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2855 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 35 | 13 | 35 | 58 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2859 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 39 | 9 | 39 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2856 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 39 | 9 | 39 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2860 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 43 | 12 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2857 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 43 | 12 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2861 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 44 | 13 | 44 | 47 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2858 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 44 | 13 | 44 | 47 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2862 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 50 | 13 | 50 | 105 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2859 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 50 | 13 | 50 | 105 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2863 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 50 | 13 | 50 | 105 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2860 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 50 | 13 | 50 | 105 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2864 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 54 | 13 | 54 | 43 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2861 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 54 | 13 | 54 | 43 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2865 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 55 | 16 | 57 | 10 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2862 | /product-catalog/main/default/classes/CatalogConfiguration.cls | 55 | 16 | 57 | 10 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2866 | /product-catalog/main/default/classes/Catalog_Controller.cls | 1 | 21 | 390 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2863 | /product-catalog/main/default/classes/Catalog_Controller.cls | 1 | 21 | 390 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2867 | /product-catalog/main/default/classes/Catalog_Controller.cls | 1 | 21 | 390 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Catalog_Controller' has a total cyclomatic complexity of 51 (highest 7). |
2864 | /product-catalog/main/default/classes/Catalog_Controller.cls | 1 | 21 | 390 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Catalog_Controller' has a total cyclomatic complexity of 51 (highest 7). |
2868 | /product-catalog/main/default/classes/Catalog_Controller.cls | 1 | 21 | 390 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class Catalog_Controller has 37 public methods, attributes, and properties (limit: 20) |
2865 | /product-catalog/main/default/classes/Catalog_Controller.cls | 1 | 21 | 390 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class Catalog_Controller has 37 public methods, attributes, and properties (limit: 20) |
2869 | /product-catalog/main/default/classes/Catalog_Controller.cls | 4 | 12 | 4 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2866 | /product-catalog/main/default/classes/Catalog_Controller.cls | 4 | 12 | 4 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2870 | /product-catalog/main/default/classes/Catalog_Controller.cls | 5 | 12 | 5 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2867 | /product-catalog/main/default/classes/Catalog_Controller.cls | 5 | 12 | 5 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2871 | /product-catalog/main/default/classes/Catalog_Controller.cls | 6 | 12 | 6 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2868 | /product-catalog/main/default/classes/Catalog_Controller.cls | 6 | 12 | 6 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2872 | /product-catalog/main/default/classes/Catalog_Controller.cls | 7 | 12 | 7 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2869 | /product-catalog/main/default/classes/Catalog_Controller.cls | 7 | 12 | 7 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2873 | /product-catalog/main/default/classes/Catalog_Controller.cls | 8 | 12 | 8 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2870 | /product-catalog/main/default/classes/Catalog_Controller.cls | 8 | 12 | 8 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2874 | /product-catalog/main/default/classes/Catalog_Controller.cls | 9 | 12 | 9 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2871 | /product-catalog/main/default/classes/Catalog_Controller.cls | 9 | 12 | 9 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2875 | /product-catalog/main/default/classes/Catalog_Controller.cls | 10 | 12 | 10 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2872 | /product-catalog/main/default/classes/Catalog_Controller.cls | 10 | 12 | 10 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2876 | /product-catalog/main/default/classes/Catalog_Controller.cls | 13 | 12 | 13 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2873 | /product-catalog/main/default/classes/Catalog_Controller.cls | 13 | 12 | 13 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2877 | /product-catalog/main/default/classes/Catalog_Controller.cls | 14 | 12 | 14 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2874 | /product-catalog/main/default/classes/Catalog_Controller.cls | 14 | 12 | 14 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2878 | /product-catalog/main/default/classes/Catalog_Controller.cls | 15 | 12 | 15 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2875 | /product-catalog/main/default/classes/Catalog_Controller.cls | 15 | 12 | 15 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2879 | /product-catalog/main/default/classes/Catalog_Controller.cls | 16 | 12 | 16 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2876 | /product-catalog/main/default/classes/Catalog_Controller.cls | 16 | 12 | 16 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2880 | /product-catalog/main/default/classes/Catalog_Controller.cls | 17 | 12 | 17 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2877 | /product-catalog/main/default/classes/Catalog_Controller.cls | 17 | 12 | 17 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2881 | /product-catalog/main/default/classes/Catalog_Controller.cls | 18 | 12 | 18 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2878 | /product-catalog/main/default/classes/Catalog_Controller.cls | 18 | 12 | 18 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2882 | /product-catalog/main/default/classes/Catalog_Controller.cls | 19 | 12 | 19 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2879 | /product-catalog/main/default/classes/Catalog_Controller.cls | 19 | 12 | 19 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2883 | /product-catalog/main/default/classes/Catalog_Controller.cls | 22 | 12 | 22 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2880 | /product-catalog/main/default/classes/Catalog_Controller.cls | 22 | 12 | 22 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2884 | /product-catalog/main/default/classes/Catalog_Controller.cls | 23 | 12 | 23 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2881 | /product-catalog/main/default/classes/Catalog_Controller.cls | 23 | 12 | 23 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2885 | /product-catalog/main/default/classes/Catalog_Controller.cls | 24 | 12 | 24 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2882 | /product-catalog/main/default/classes/Catalog_Controller.cls | 24 | 12 | 24 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2886 | /product-catalog/main/default/classes/Catalog_Controller.cls | 25 | 12 | 25 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2883 | /product-catalog/main/default/classes/Catalog_Controller.cls | 25 | 12 | 25 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2887 | /product-catalog/main/default/classes/Catalog_Controller.cls | 26 | 12 | 26 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2884 | /product-catalog/main/default/classes/Catalog_Controller.cls | 26 | 12 | 26 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2888 | /product-catalog/main/default/classes/Catalog_Controller.cls | 27 | 12 | 27 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2885 | /product-catalog/main/default/classes/Catalog_Controller.cls | 27 | 12 | 27 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2889 | /product-catalog/main/default/classes/Catalog_Controller.cls | 28 | 12 | 28 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2886 | /product-catalog/main/default/classes/Catalog_Controller.cls | 28 | 12 | 28 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2890 | /product-catalog/main/default/classes/Catalog_Controller.cls | 32 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2887 | /product-catalog/main/default/classes/Catalog_Controller.cls | 32 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2891 | /product-catalog/main/default/classes/Catalog_Controller.cls | 33 | 16 | 33 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2888 | /product-catalog/main/default/classes/Catalog_Controller.cls | 33 | 16 | 33 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2892 | /product-catalog/main/default/classes/Catalog_Controller.cls | 34 | 16 | 34 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2889 | /product-catalog/main/default/classes/Catalog_Controller.cls | 34 | 16 | 34 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2893 | /product-catalog/main/default/classes/Catalog_Controller.cls | 36 | 16 | 39 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2890 | /product-catalog/main/default/classes/Catalog_Controller.cls | 36 | 16 | 39 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2894 | /product-catalog/main/default/classes/Catalog_Controller.cls | 42 | 12 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2891 | /product-catalog/main/default/classes/Catalog_Controller.cls | 42 | 12 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2895 | /product-catalog/main/default/classes/Catalog_Controller.cls | 54 | 12 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2892 | /product-catalog/main/default/classes/Catalog_Controller.cls | 54 | 12 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2896 | /product-catalog/main/default/classes/Catalog_Controller.cls | 57 | 34 | 57 | 88 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2893 | /product-catalog/main/default/classes/Catalog_Controller.cls | 57 | 34 | 57 | 88 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2897 | /product-catalog/main/default/classes/Catalog_Controller.cls | 66 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2894 | /product-catalog/main/default/classes/Catalog_Controller.cls | 66 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2898 | /product-catalog/main/default/classes/Catalog_Controller.cls | 67 | 13 | 67 | 47 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2895 | /product-catalog/main/default/classes/Catalog_Controller.cls | 67 | 13 | 67 | 47 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2899 | /product-catalog/main/default/classes/Catalog_Controller.cls | 90 | 41 | 90 | 126 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2896 | /product-catalog/main/default/classes/Catalog_Controller.cls | 90 | 41 | 90 | 126 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2900 | /product-catalog/main/default/classes/Catalog_Controller.cls | 92 | 40 | 92 | 254 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2897 | /product-catalog/main/default/classes/Catalog_Controller.cls | 92 | 40 | 92 | 254 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
2901 | /product-catalog/main/default/classes/Catalog_Controller.cls | 97 | 36 | 97 | 64 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2898 | /product-catalog/main/default/classes/Catalog_Controller.cls | 97 | 36 | 97 | 64 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2902 | /product-catalog/main/default/classes/Catalog_Controller.cls | 97 | 36 | 97 | 64 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2899 | /product-catalog/main/default/classes/Catalog_Controller.cls | 97 | 36 | 97 | 64 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2903 | /product-catalog/main/default/classes/Catalog_Controller.cls | 109 | 12 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2900 | /product-catalog/main/default/classes/Catalog_Controller.cls | 109 | 12 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2904 | /product-catalog/main/default/classes/Catalog_Controller.cls | 110 | 13 | 110 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2901 | /product-catalog/main/default/classes/Catalog_Controller.cls | 110 | 13 | 110 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2905 | /product-catalog/main/default/classes/Catalog_Controller.cls | 120 | 41 | 120 | 359 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2902 | /product-catalog/main/default/classes/Catalog_Controller.cls | 120 | 41 | 120 | 359 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2906 | /product-catalog/main/default/classes/Catalog_Controller.cls | 125 | 13 | 132 | 14 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
2903 | /product-catalog/main/default/classes/Catalog_Controller.cls | 125 | 13 | 132 | 14 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
2907 | /product-catalog/main/default/classes/Catalog_Controller.cls | 125 | 56 | 127 | 14 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2904 | /product-catalog/main/default/classes/Catalog_Controller.cls | 125 | 56 | 127 | 14 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2908 | /product-catalog/main/default/classes/Catalog_Controller.cls | 143 | 12 | 157 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2905 | /product-catalog/main/default/classes/Catalog_Controller.cls | 143 | 12 | 157 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2909 | /product-catalog/main/default/classes/Catalog_Controller.cls | 144 | 13 | 144 | 58 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2906 | /product-catalog/main/default/classes/Catalog_Controller.cls | 144 | 13 | 144 | 58 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2910 | /product-catalog/main/default/classes/Catalog_Controller.cls | 163 | 12 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2907 | /product-catalog/main/default/classes/Catalog_Controller.cls | 163 | 12 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2911 | /product-catalog/main/default/classes/Catalog_Controller.cls | 164 | 13 | 164 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2908 | /product-catalog/main/default/classes/Catalog_Controller.cls | 164 | 13 | 164 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2912 | /product-catalog/main/default/classes/Catalog_Controller.cls | 164 | 75 | 164 | 121 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2909 | /product-catalog/main/default/classes/Catalog_Controller.cls | 164 | 75 | 164 | 121 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2913 | /product-catalog/main/default/classes/Catalog_Controller.cls | 168 | 9 | 184 | 11 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
2910 | /product-catalog/main/default/classes/Catalog_Controller.cls | 168 | 9 | 184 | 11 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
2914 | /product-catalog/main/default/classes/Catalog_Controller.cls | 168 | 33 | 168 | 35 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2911 | /product-catalog/main/default/classes/Catalog_Controller.cls | 168 | 33 | 168 | 35 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2915 | /product-catalog/main/default/classes/Catalog_Controller.cls | 174 | 9 | 184 | 10 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
2912 | /product-catalog/main/default/classes/Catalog_Controller.cls | 174 | 9 | 184 | 10 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
2916 | /product-catalog/main/default/classes/Catalog_Controller.cls | 174 | 48 | 174 | 51 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2913 | /product-catalog/main/default/classes/Catalog_Controller.cls | 174 | 48 | 174 | 51 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2917 | /product-catalog/main/default/classes/Catalog_Controller.cls | 195 | 12 | 223 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2914 | /product-catalog/main/default/classes/Catalog_Controller.cls | 195 | 12 | 223 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2918 | /product-catalog/main/default/classes/Catalog_Controller.cls | 196 | 13 | 196 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2915 | /product-catalog/main/default/classes/Catalog_Controller.cls | 196 | 13 | 196 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2919 | /product-catalog/main/default/classes/Catalog_Controller.cls | 196 | 75 | 196 | 121 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2916 | /product-catalog/main/default/classes/Catalog_Controller.cls | 196 | 75 | 196 | 121 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2920 | /product-catalog/main/default/classes/Catalog_Controller.cls | 200 | 34 | 200 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2917 | /product-catalog/main/default/classes/Catalog_Controller.cls | 200 | 34 | 200 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2921 | /product-catalog/main/default/classes/Catalog_Controller.cls | 200 | 34 | 200 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2918 | /product-catalog/main/default/classes/Catalog_Controller.cls | 200 | 34 | 200 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2922 | /product-catalog/main/default/classes/Catalog_Controller.cls | 205 | 21 | 205 | 63 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2919 | /product-catalog/main/default/classes/Catalog_Controller.cls | 205 | 21 | 205 | 63 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2923 | /product-catalog/main/default/classes/Catalog_Controller.cls | 210 | 39 | 210 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2920 | /product-catalog/main/default/classes/Catalog_Controller.cls | 210 | 39 | 210 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2924 | /product-catalog/main/default/classes/Catalog_Controller.cls | 210 | 39 | 210 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2921 | /product-catalog/main/default/classes/Catalog_Controller.cls | 210 | 39 | 210 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2925 | /product-catalog/main/default/classes/Catalog_Controller.cls | 229 | 12 | 240 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2922 | /product-catalog/main/default/classes/Catalog_Controller.cls | 229 | 12 | 240 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2926 | /product-catalog/main/default/classes/Catalog_Controller.cls | 230 | 13 | 230 | 59 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2923 | /product-catalog/main/default/classes/Catalog_Controller.cls | 230 | 13 | 230 | 59 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2927 | /product-catalog/main/default/classes/Catalog_Controller.cls | 246 | 12 | 255 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2924 | /product-catalog/main/default/classes/Catalog_Controller.cls | 246 | 12 | 255 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2928 | /product-catalog/main/default/classes/Catalog_Controller.cls | 247 | 13 | 247 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2925 | /product-catalog/main/default/classes/Catalog_Controller.cls | 247 | 13 | 247 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2929 | /product-catalog/main/default/classes/Catalog_Controller.cls | 261 | 12 | 268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2926 | /product-catalog/main/default/classes/Catalog_Controller.cls | 261 | 12 | 268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2930 | /product-catalog/main/default/classes/Catalog_Controller.cls | 262 | 13 | 262 | 47 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2927 | /product-catalog/main/default/classes/Catalog_Controller.cls | 262 | 13 | 262 | 47 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2931 | /product-catalog/main/default/classes/Catalog_Controller.cls | 274 | 12 | 285 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2928 | /product-catalog/main/default/classes/Catalog_Controller.cls | 274 | 12 | 285 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2932 | /product-catalog/main/default/classes/Catalog_Controller.cls | 275 | 13 | 275 | 59 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2929 | /product-catalog/main/default/classes/Catalog_Controller.cls | 275 | 13 | 275 | 59 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2933 | /product-catalog/main/default/classes/Catalog_Controller.cls | 291 | 12 | 312 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2930 | /product-catalog/main/default/classes/Catalog_Controller.cls | 291 | 12 | 312 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2934 | /product-catalog/main/default/classes/Catalog_Controller.cls | 292 | 13 | 292 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2931 | /product-catalog/main/default/classes/Catalog_Controller.cls | 292 | 13 | 292 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2935 | /product-catalog/main/default/classes/Catalog_Controller.cls | 292 | 75 | 292 | 117 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2932 | /product-catalog/main/default/classes/Catalog_Controller.cls | 292 | 75 | 292 | 117 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2936 | /product-catalog/main/default/classes/Catalog_Controller.cls | 318 | 12 | 331 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2933 | /product-catalog/main/default/classes/Catalog_Controller.cls | 318 | 12 | 331 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2937 | /product-catalog/main/default/classes/Catalog_Controller.cls | 319 | 13 | 319 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2934 | /product-catalog/main/default/classes/Catalog_Controller.cls | 319 | 13 | 319 | 55 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2938 | /product-catalog/main/default/classes/Catalog_Controller.cls | 324 | 23 | 324 | 284 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2935 | /product-catalog/main/default/classes/Catalog_Controller.cls | 324 | 23 | 324 | 284 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2939 | /product-catalog/main/default/classes/Catalog_Controller.cls | 325 | 32 | 325 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2936 | /product-catalog/main/default/classes/Catalog_Controller.cls | 325 | 32 | 325 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2940 | /product-catalog/main/default/classes/Catalog_Controller.cls | 325 | 32 | 325 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2937 | /product-catalog/main/default/classes/Catalog_Controller.cls | 325 | 32 | 325 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2941 | /product-catalog/main/default/classes/Catalog_Controller.cls | 337 | 12 | 346 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2938 | /product-catalog/main/default/classes/Catalog_Controller.cls | 337 | 12 | 346 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2942 | /product-catalog/main/default/classes/Catalog_Controller.cls | 338 | 13 | 338 | 47 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2939 | /product-catalog/main/default/classes/Catalog_Controller.cls | 338 | 13 | 338 | 47 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2943 | /product-catalog/main/default/classes/Catalog_Controller.cls | 358 | 12 | 374 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2940 | /product-catalog/main/default/classes/Catalog_Controller.cls | 358 | 12 | 374 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2944 | /product-catalog/main/default/classes/Catalog_Controller.cls | 358 | 12 | 374 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2941 | /product-catalog/main/default/classes/Catalog_Controller.cls | 358 | 12 | 374 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
2945 | /product-catalog/main/default/classes/Catalog_Controller.cls | 358 | 12 | 374 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The instance method name 'PopulateValues' doesn't match '[a-z][a-zA-Z0-9]*' |
2942 | /product-catalog/main/default/classes/Catalog_Controller.cls | 358 | 12 | 374 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The instance method name 'PopulateValues' doesn't match '[a-z][a-zA-Z0-9]*' |
2946 | /product-catalog/main/default/classes/Catalog_Controller.cls | 359 | 13 | 359 | 46 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2943 | /product-catalog/main/default/classes/Catalog_Controller.cls | 359 | 13 | 359 | 46 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
2947 | /product-catalog/main/default/classes/Catalog_Controller.cls | 363 | 38 | 363 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objDescribe' defined but not used |
2944 | /product-catalog/main/default/classes/Catalog_Controller.cls | 363 | 38 | 363 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objDescribe' defined but not used |
2948 | /product-catalog/main/default/classes/Catalog_Controller.cls | 366 | 29 | 366 | 71 | 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 |
2945 | /product-catalog/main/default/classes/Catalog_Controller.cls | 366 | 29 | 366 | 71 | 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 |
2949 | /product-catalog/main/default/classes/Catalog_Controller.cls | 366 | 29 | 366 | 71 | 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 |
2946 | /product-catalog/main/default/classes/Catalog_Controller.cls | 366 | 29 | 366 | 71 | 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 |
2950 | /product-catalog/main/default/classes/Catalog_Controller.cls | 368 | 16 | 368 | 89 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'myQuery' defined but not used |
2947 | /product-catalog/main/default/classes/Catalog_Controller.cls | 368 | 16 | 368 | 89 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'myQuery' defined but not used |
2951 | /product-catalog/main/default/classes/Catalog_Controller.cls | 383 | 9 | 383 | 104 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
2948 | /product-catalog/main/default/classes/Catalog_Controller.cls | 383 | 9 | 383 | 104 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
2952 | /product-catalog/main/default/classes/Catalog_Controller.cls | 387 | 12 | 389 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2949 | /product-catalog/main/default/classes/Catalog_Controller.cls | 387 | 12 | 389 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2953 | /product-catalog/main/default/classes/Catalog_Controller.cls | 387 | 12 | 389 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The instance method name 'TestFunction' doesn't match '[a-z][a-zA-Z0-9]*' |
2950 | /product-catalog/main/default/classes/Catalog_Controller.cls | 387 | 12 | 389 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The instance method name 'TestFunction' doesn't match '[a-z][a-zA-Z0-9]*' |
2954 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 3 | 23 | 143 | 6 | 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. |
2951 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 3 | 23 | 143 | 6 | 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. |
2955 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 3 | 23 | 143 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'runTest()' has an NCSS line count of 70 (limit: 40) |
2952 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 3 | 23 | 143 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'runTest()' has an NCSS line count of 70 (limit: 40) |
2956 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 5 | 9 | 5 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2953 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 5 | 9 | 5 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2957 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 5 | 9 | 5 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2954 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 5 | 9 | 5 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2958 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 29 | 9 | 29 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2955 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 29 | 9 | 29 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2959 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 29 | 9 | 29 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2956 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 29 | 9 | 29 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2960 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 36 | 9 | 36 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2957 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 36 | 9 | 36 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2961 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 36 | 9 | 36 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2958 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 36 | 9 | 36 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2962 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 39 | 9 | 39 | 75 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2959 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 39 | 9 | 39 | 75 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2963 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 39 | 9 | 39 | 75 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2960 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 39 | 9 | 39 | 75 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2964 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 42 | 9 | 42 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2961 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 42 | 9 | 42 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2965 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 42 | 9 | 42 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2962 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 42 | 9 | 42 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2966 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 43 | 30 | 43 | 71 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'b_controller' doesn't match '[a-z][a-zA-Z0-9]*' |
2963 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 43 | 30 | 43 | 71 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'b_controller' doesn't match '[a-z][a-zA-Z0-9]*' |
2967 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 44 | 9 | 44 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2964 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 44 | 9 | 44 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2968 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 44 | 9 | 44 | 70 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2965 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 44 | 9 | 44 | 70 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2969 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 46 | 9 | 46 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2966 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 46 | 9 | 46 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2970 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 46 | 9 | 46 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2967 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 46 | 9 | 46 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2971 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 47 | 30 | 47 | 72 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'b_controller2' doesn't match '[a-z][a-zA-Z0-9]*' |
2968 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 47 | 30 | 47 | 72 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'b_controller2' doesn't match '[a-z][a-zA-Z0-9]*' |
2972 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 48 | 9 | 48 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2969 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 48 | 9 | 48 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2973 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 48 | 9 | 48 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2970 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 48 | 9 | 48 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2974 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 51 | 9 | 51 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2971 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 51 | 9 | 51 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2975 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 51 | 9 | 51 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2972 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 51 | 9 | 51 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2976 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 60 | 9 | 60 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2973 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 60 | 9 | 60 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2977 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 60 | 9 | 60 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2974 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 60 | 9 | 60 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2978 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 63 | 9 | 63 | 81 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2975 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 63 | 9 | 63 | 81 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2979 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 63 | 9 | 63 | 81 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2976 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 63 | 9 | 63 | 81 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2980 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 68 | 9 | 68 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2977 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 68 | 9 | 68 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2981 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 68 | 9 | 68 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2978 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 68 | 9 | 68 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2982 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 71 | 9 | 71 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2979 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 71 | 9 | 71 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2983 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 71 | 9 | 71 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2980 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 71 | 9 | 71 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2984 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 74 | 9 | 74 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2981 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 74 | 9 | 74 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2985 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 74 | 9 | 74 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2982 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 74 | 9 | 74 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2986 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 76 | 9 | 76 | 88 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2983 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 76 | 9 | 76 | 88 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2987 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 76 | 9 | 76 | 88 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2984 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 76 | 9 | 76 | 88 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2988 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 81 | 9 | 81 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2985 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 81 | 9 | 81 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2989 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 81 | 9 | 81 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2986 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 81 | 9 | 81 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2990 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 83 | 9 | 83 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2987 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 83 | 9 | 83 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2991 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 83 | 9 | 83 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2988 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 83 | 9 | 83 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2992 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 85 | 9 | 85 | 64 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2989 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 85 | 9 | 85 | 64 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2993 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 85 | 9 | 85 | 64 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2990 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 85 | 9 | 85 | 64 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2994 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 88 | 9 | 88 | 74 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2991 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 88 | 9 | 88 | 74 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2995 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 88 | 9 | 88 | 74 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2992 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 88 | 9 | 88 | 74 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2996 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 91 | 9 | 91 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2993 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 91 | 9 | 91 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2997 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 91 | 9 | 91 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2994 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 91 | 9 | 91 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2998 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 93 | 9 | 93 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2995 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 93 | 9 | 93 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2999 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 93 | 9 | 93 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2996 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 93 | 9 | 93 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3000 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 97 | 9 | 97 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2997 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 97 | 9 | 97 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3001 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 97 | 9 | 97 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2998 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 97 | 9 | 97 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3002 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 99 | 9 | 99 | 72 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2999 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 99 | 9 | 99 | 72 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3003 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 99 | 9 | 99 | 72 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3000 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 99 | 9 | 99 | 72 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3004 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 102 | 9 | 102 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3001 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 102 | 9 | 102 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3005 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 102 | 9 | 102 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3002 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 102 | 9 | 102 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3006 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 105 | 9 | 105 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3003 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 105 | 9 | 105 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3007 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 105 | 9 | 105 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3004 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 105 | 9 | 105 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3008 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 107 | 9 | 107 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3005 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 107 | 9 | 107 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3009 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 107 | 9 | 107 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3006 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 107 | 9 | 107 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3010 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 110 | 9 | 110 | 67 | 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. |
3007 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 110 | 9 | 110 | 67 | 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. |
3011 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 111 | 9 | 111 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3008 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 111 | 9 | 111 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3012 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 111 | 9 | 111 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3009 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 111 | 9 | 111 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3013 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 113 | 9 | 113 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3010 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 113 | 9 | 113 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3014 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 113 | 9 | 113 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3011 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 113 | 9 | 113 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3015 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 115 | 9 | 115 | 59 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3012 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 115 | 9 | 115 | 59 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3016 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 115 | 9 | 115 | 59 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3013 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 115 | 9 | 115 | 59 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3017 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 117 | 9 | 117 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3014 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 117 | 9 | 117 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3018 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 117 | 9 | 117 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3015 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 117 | 9 | 117 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3019 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 119 | 9 | 119 | 59 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3016 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 119 | 9 | 119 | 59 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3020 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 119 | 9 | 119 | 59 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3017 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 119 | 9 | 119 | 59 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3021 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 121 | 9 | 121 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3018 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 121 | 9 | 121 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3022 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 121 | 9 | 121 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3019 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 121 | 9 | 121 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3023 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 123 | 9 | 123 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3020 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 123 | 9 | 123 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3024 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 123 | 9 | 123 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3021 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 123 | 9 | 123 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3025 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 125 | 9 | 125 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3022 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 125 | 9 | 125 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3026 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 125 | 9 | 125 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3023 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 125 | 9 | 125 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3027 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 127 | 9 | 127 | 55 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3024 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 127 | 9 | 127 | 55 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3028 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 127 | 9 | 127 | 55 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3025 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 127 | 9 | 127 | 55 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3029 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 129 | 9 | 129 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3026 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 129 | 9 | 129 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3030 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 129 | 9 | 129 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3027 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 129 | 9 | 129 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3031 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 131 | 9 | 131 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3028 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 131 | 9 | 131 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3032 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 131 | 9 | 131 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3029 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 131 | 9 | 131 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3033 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 134 | 9 | 134 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3030 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 134 | 9 | 134 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3034 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 134 | 9 | 134 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3031 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 134 | 9 | 134 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3035 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 136 | 9 | 136 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3032 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 136 | 9 | 136 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3036 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 136 | 9 | 136 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3033 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 136 | 9 | 136 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3037 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 139 | 9 | 139 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3034 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 139 | 9 | 139 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3038 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 139 | 9 | 139 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3035 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 139 | 9 | 139 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3039 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 142 | 9 | 142 | 51 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3036 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 142 | 9 | 142 | 51 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3040 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 142 | 9 | 142 | 51 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3037 | /product-catalog/main/default/classes/Catalog_Controller_Test.cls | 142 | 9 | 142 | 51 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3041 | /product-catalog/main/default/classes/ProductCatalogController.cls | 1 | 21 | 82 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3038 | /product-catalog/main/default/classes/ProductCatalogController.cls | 1 | 21 | 82 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3042 | /product-catalog/main/default/classes/ProductCatalogController.cls | 4 | 16 | 21 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3039 | /product-catalog/main/default/classes/ProductCatalogController.cls | 4 | 16 | 21 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3043 | /product-catalog/main/default/classes/ProductCatalogController.cls | 16 | 16 | 20 | 55 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3040 | /product-catalog/main/default/classes/ProductCatalogController.cls | 16 | 16 | 20 | 55 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3044 | /product-catalog/main/default/classes/ProductCatalogController.cls | 24 | 19 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3041 | /product-catalog/main/default/classes/ProductCatalogController.cls | 24 | 19 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3045 | /product-catalog/main/default/classes/ProductCatalogController.cls | 24 | 19 | 66 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'createCatalogOrder(String, List |
3042 | /product-catalog/main/default/classes/ProductCatalogController.cls | 24 | 19 | 66 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'createCatalogOrder(String, List |
3046 | /product-catalog/main/default/classes/ProductCatalogController.cls | 57 | 9 | 57 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3043 | /product-catalog/main/default/classes/ProductCatalogController.cls | 57 | 9 | 57 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3047 | /product-catalog/main/default/classes/ProductCatalogController.cls | 64 | 9 | 64 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3044 | /product-catalog/main/default/classes/ProductCatalogController.cls | 64 | 9 | 64 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3048 | /product-catalog/main/default/classes/ProductCatalogController.cls | 69 | 19 | 81 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3045 | /product-catalog/main/default/classes/ProductCatalogController.cls | 69 | 19 | 81 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3049 | /product-catalog/main/default/classes/ProductCatalogController.cls | 80 | 16 | 80 | 46 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3046 | /product-catalog/main/default/classes/ProductCatalogController.cls | 80 | 16 | 80 | 46 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3050 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 6 | 9 | 87 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3047 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 6 | 9 | 87 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3051 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 7 | 23 | 86 | 6 | 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() |
3048 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 7 | 23 | 86 | 6 | 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() |
3052 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 7 | 23 | 86 | 6 | 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. |
3049 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 7 | 23 | 86 | 6 | 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. |
3053 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 9 | 9 | 9 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3050 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 9 | 9 | 9 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3054 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 9 | 9 | 9 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3051 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 9 | 9 | 9 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3055 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 18 | 26 | 18 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tOrder' defined but not used |
3052 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 18 | 26 | 18 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tOrder' defined but not used |
3056 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 33 | 9 | 33 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3053 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 33 | 9 | 33 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3057 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 33 | 9 | 33 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3054 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 33 | 9 | 33 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3058 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 40 | 9 | 40 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3055 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 40 | 9 | 40 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3059 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 40 | 9 | 40 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3056 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 40 | 9 | 40 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3060 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 42 | 34 | 42 | 77 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'controller' defined but not used |
3057 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 42 | 34 | 42 | 77 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'controller' defined but not used |
3061 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 43 | 9 | 43 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3058 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 43 | 9 | 43 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3062 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 43 | 9 | 43 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3059 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 43 | 9 | 43 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3063 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 46 | 9 | 46 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3060 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 46 | 9 | 46 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3064 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 46 | 9 | 46 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3061 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 46 | 9 | 46 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3065 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 48 | 20 | 48 | 69 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'products' defined but not used |
3062 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 48 | 20 | 48 | 69 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'products' defined but not used |
3066 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 49 | 9 | 49 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3063 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 49 | 9 | 49 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3067 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 49 | 9 | 49 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3064 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 49 | 9 | 49 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3068 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 51 | 19 | 51 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accounts' defined but not used |
3065 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 51 | 19 | 51 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accounts' defined but not used |
3069 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 52 | 9 | 52 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3066 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 52 | 9 | 52 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3070 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 52 | 9 | 52 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3067 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 52 | 9 | 52 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3071 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 54 | 9 | 54 | 107 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3068 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 54 | 9 | 54 | 107 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3072 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 54 | 9 | 54 | 107 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3069 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 54 | 9 | 54 | 107 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3073 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 61 | 9 | 61 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3070 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 61 | 9 | 61 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3074 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 61 | 9 | 61 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3071 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 61 | 9 | 61 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3075 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 80 | 15 | 80 | 36 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3072 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 80 | 15 | 80 | 36 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3076 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 85 | 9 | 85 | 51 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3073 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 85 | 9 | 85 | 51 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3077 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 85 | 9 | 85 | 51 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3074 | /product-catalog/main/default/classes/TestProductCatalogController.cls | 85 | 9 | 85 | 51 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3078 | /product-catalog/main/default/pages/Catalog_Cart.page | 54 | 30 | 54 | 58 | pmd | VfHtmlStyleTagXss | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfhtmlstyletagxss | Dynamic EL content within URL in style tag should be URLENCODED or JSINHTMLENCODED as appropriate |
3075 | /product-catalog/main/default/pages/Catalog_Cart.page | 54 | 30 | 54 | 58 | pmd | VfHtmlStyleTagXss | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfhtmlstyletagxss | Dynamic EL content within URL in style tag should be URLENCODED or JSINHTMLENCODED as appropriate |
3079 | /product-catalog/main/default/pages/Catalog_Products.page | 66 | 28 | 66 | 44 | pmd | VfHtmlStyleTagXss | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfhtmlstyletagxss | Dynamic EL content within URL in style tag should be URLENCODED or JSINHTMLENCODED as appropriate |
3076 | /product-catalog/main/default/pages/Catalog_Products.page | 66 | 28 | 66 | 44 | pmd | VfHtmlStyleTagXss | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfhtmlstyletagxss | Dynamic EL content within URL in style tag should be URLENCODED or JSINHTMLENCODED as appropriate |
3080 | /product-catalog/main/default/pages/Catalog_Products.page | 67 | 26 | 67 | 54 | pmd | VfHtmlStyleTagXss | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfhtmlstyletagxss | Dynamic EL content within URL in style tag should be URLENCODED or JSINHTMLENCODED as appropriate |
3077 | /product-catalog/main/default/pages/Catalog_Products.page | 67 | 26 | 67 | 54 | pmd | VfHtmlStyleTagXss | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfhtmlstyletagxss | Dynamic EL content within URL in style tag should be URLENCODED or JSINHTMLENCODED as appropriate |
3081 | /product-catalog/main/default/pages/Catalog_Products.page | 125 | 16 | 125 | 62 | pmd | VfHtmlStyleTagXss | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfhtmlstyletagxss | Dynamic EL content in style tag should be appropriately encoded |
3078 | /product-catalog/main/default/pages/Catalog_Products.page | 125 | 16 | 125 | 62 | pmd | VfHtmlStyleTagXss | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfhtmlstyletagxss | Dynamic EL content in style tag should be appropriately encoded |
3082 | /product-catalog/main/default/pages/Catalog_Products.page | 320 | 44 | 320 | 62 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
3079 | /product-catalog/main/default/pages/Catalog_Products.page | 320 | 44 | 320 | 62 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
3083 | /product-catalog/main/default/pages/Catalog_Products.page | 344 | 52 | 344 | 59 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
3080 | /product-catalog/main/default/pages/Catalog_Products.page | 344 | 52 | 344 | 59 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
3084 | /product-catalog/main/default/pages/Catalog_Products.page | 344 | 60 | 344 | 66 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
3081 | /product-catalog/main/default/pages/Catalog_Products.page | 344 | 60 | 344 | 66 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
3085 | /product-catalog/main/default/triggers/CalculateCatalogLISubtotal.trigger | 1 | 1 | 17 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
3082 | /product-catalog/main/default/triggers/CalculateCatalogLISubtotal.trigger | 1 | 1 | 17 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
3086 | /product-catalog/main/default/triggers/CalculateCatalogLISubtotal.trigger | 9 | 21 | 9 | 104 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
3087 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3083 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3088 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 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 'pkb_Controller' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3084 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 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 'pkb_Controller' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3089 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'pkb_Controller' has a total cognitive complexity of 218 (highest 15), current threshold is 50 |
3085 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'pkb_Controller' has a total cognitive complexity of 218 (highest 15), current threshold is 50 |
3090 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'pkb_Controller' has a total cyclomatic complexity of 135 (highest 13). |
3086 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'pkb_Controller' has a total cyclomatic complexity of 135 (highest 13). |
3091 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
3087 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
3092 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class pkb_Controller has 120 public methods, attributes, and properties (limit: 20) |
3088 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class pkb_Controller has 120 public methods, attributes, and properties (limit: 20) |
3093 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 689 |
3089 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 689 |
3094 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'pkb_Controller' has a Standard Cyclomatic Complexity of 2 (Highest = 12). |
3090 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1 | 21 | 1260 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'pkb_Controller' has a Standard Cyclomatic Complexity of 2 (Highest = 12). |
3095 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 12 | 24 | 12 | 57 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_PUBLISH_STATUS' doesn't match '[a-z][a-zA-Z0-9]*' |
3091 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 12 | 24 | 12 | 57 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_PUBLISH_STATUS' doesn't match '[a-z][a-zA-Z0-9]*' |
3096 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 15 | 24 | 15 | 58 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_SITE_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
3092 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 15 | 24 | 15 | 58 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_SITE_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
3097 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 17 | 10 | 17 | 140 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3093 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 17 | 10 | 17 | 140 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3098 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 18 | 10 | 18 | 133 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3094 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 18 | 10 | 18 | 133 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3099 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 21 | 30 | 21 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'QUERY_PARAM' should be before method declarations in its class |
3095 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 21 | 30 | 21 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'QUERY_PARAM' should be before method declarations in its class |
3100 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 22 | 30 | 22 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'LANGUAGE_PARAM' should be before method declarations in its class |
3096 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 22 | 30 | 22 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'LANGUAGE_PARAM' should be before method declarations in its class |
3101 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 23 | 30 | 23 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'CATEGORY_PARAM' should be before method declarations in its class |
3097 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 23 | 30 | 23 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'CATEGORY_PARAM' should be before method declarations in its class |
3102 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 24 | 30 | 24 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'SESSION_PARAM' should be before method declarations in its class |
3098 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 24 | 30 | 24 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'SESSION_PARAM' should be before method declarations in its class |
3103 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 25 | 30 | 25 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_PARAM' should be before method declarations in its class |
3099 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 25 | 30 | 25 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_PARAM' should be before method declarations in its class |
3104 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 26 | 30 | 26 | 53 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'CONTACT_US_PARAM' should be before method declarations in its class |
3100 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 26 | 30 | 26 | 53 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'CONTACT_US_PARAM' should be before method declarations in its class |
3105 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 27 | 30 | 27 | 58 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_SOURCE_PARAM' should be before method declarations in its class |
3101 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 27 | 30 | 27 | 58 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_SOURCE_PARAM' should be before method declarations in its class |
3106 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 28 | 30 | 28 | 51 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'PAGE_NUM_PARAM' should be before method declarations in its class |
3102 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 28 | 30 | 28 | 51 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'PAGE_NUM_PARAM' should be before method declarations in its class |
3107 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 30 | 10 | 30 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3103 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 30 | 10 | 30 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3108 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 31 | 10 | 31 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3104 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 31 | 10 | 31 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3109 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 32 | 10 | 32 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3105 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 32 | 10 | 32 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3110 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 33 | 10 | 33 | 72 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3106 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 33 | 10 | 33 | 72 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3111 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 34 | 10 | 34 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3107 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 34 | 10 | 34 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3112 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 35 | 10 | 35 | 80 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3108 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 35 | 10 | 35 | 80 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3113 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 36 | 10 | 36 | 75 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3109 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 36 | 10 | 36 | 75 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3114 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 37 | 10 | 37 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3110 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 37 | 10 | 37 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3115 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 40 | 31 | 40 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'KAV_EXTENSION' should be before method declarations in its class |
3111 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 40 | 31 | 40 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'KAV_EXTENSION' should be before method declarations in its class |
3116 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 41 | 10 | 41 | 72 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3112 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 41 | 10 | 41 | 72 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3117 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 44 | 31 | 44 | 53 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'CONTACT_US_VALUE' should be before method declarations in its class |
3113 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 44 | 31 | 44 | 53 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'CONTACT_US_VALUE' should be before method declarations in its class |
3118 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 45 | 10 | 45 | 75 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3114 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 45 | 10 | 45 | 75 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3119 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 48 | 31 | 48 | 60 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_SHOW_YESNO' should be before method declarations in its class |
3115 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 48 | 31 | 48 | 60 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_SHOW_YESNO' should be before method declarations in its class |
3120 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 49 | 31 | 49 | 62 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_SHOW_DIALOG' should be before method declarations in its class |
3116 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 49 | 31 | 49 | 62 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_SHOW_DIALOG' should be before method declarations in its class |
3121 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 50 | 10 | 50 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3117 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 50 | 10 | 50 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3122 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 51 | 10 | 51 | 79 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3118 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 51 | 10 | 51 | 79 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3123 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 54 | 31 | 54 | 64 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_CONTACT_US' should be before method declarations in its class |
3119 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 54 | 31 | 54 | 64 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_CONTACT_US' should be before method declarations in its class |
3124 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 55 | 31 | 55 | 57 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_SEARCH' should be before method declarations in its class |
3120 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 55 | 31 | 55 | 57 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_SEARCH' should be before method declarations in its class |
3125 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 56 | 31 | 56 | 66 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_RELATED' should be before method declarations in its class |
3121 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 56 | 31 | 56 | 66 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'FEEDBACK_RELATED' should be before method declarations in its class |
3126 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 57 | 10 | 57 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3122 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 57 | 10 | 57 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3127 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 58 | 10 | 58 | 74 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3123 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 58 | 10 | 58 | 74 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3128 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 59 | 10 | 59 | 75 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3124 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 59 | 10 | 59 | 75 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3129 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 62 | 10 | 62 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3125 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 62 | 10 | 62 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3130 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 63 | 10 | 63 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3126 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 63 | 10 | 63 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3131 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 64 | 10 | 64 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3127 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 64 | 10 | 64 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3132 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 65 | 10 | 65 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3128 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 65 | 10 | 65 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3133 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 66 | 10 | 66 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3129 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 66 | 10 | 66 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3134 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 67 | 10 | 67 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3130 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 67 | 10 | 67 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3135 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 68 | 10 | 68 | 66 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3131 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 68 | 10 | 68 | 66 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3136 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 70 | 10 | 70 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3132 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 70 | 10 | 70 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3137 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 72 | 10 | 72 | 100 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3133 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 72 | 10 | 72 | 100 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3138 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 74 | 10 | 74 | 30 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3134 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 74 | 10 | 74 | 30 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3139 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 74 | 3 | 74 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3135 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 74 | 3 | 74 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3140 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 77 | 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 |
3136 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 77 | 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 |
3141 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 77 | 10 | 161 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'pkb_Controller(ApexPages.StandardController)' has a cognitive complexity of 15, current threshold is 15 |
3137 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 77 | 10 | 161 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'pkb_Controller(ApexPages.StandardController)' has a cognitive complexity of 15, current threshold is 15 |
3142 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 77 | 10 | 161 | 4 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'pkb_Controller(ApexPages.StandardController)' has a cyclomatic complexity of 13. |
3138 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 77 | 10 | 161 | 4 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'pkb_Controller(ApexPages.StandardController)' has a cyclomatic complexity of 13. |
3143 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 77 | 10 | 161 | 4 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 60 |
3139 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 77 | 10 | 161 | 4 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 60 |
3144 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 77 | 10 | 161 | 4 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'pkb_Controller' has a Standard Cyclomatic Complexity of 12. |
3140 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 77 | 10 | 161 | 4 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'pkb_Controller' has a Standard Cyclomatic Complexity of 12. |
3145 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 97 | 18 | 97 | 19 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3141 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 97 | 18 | 97 | 19 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3146 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 98 | 33 | 98 | 34 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3142 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 98 | 33 | 98 | 34 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3147 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 101 | 30 | 101 | 31 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3143 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 101 | 30 | 101 | 31 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3148 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 104 | 22 | 104 | 23 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3144 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 104 | 22 | 104 | 23 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3149 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 106 | 18 | 106 | 19 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3145 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 106 | 18 | 106 | 19 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3150 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 106 | 67 | 106 | 68 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3146 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 106 | 67 | 106 | 68 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3151 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 106 | 22 | 106 | 70 | 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 |
3147 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 106 | 22 | 106 | 70 | 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 |
3152 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 106 | 22 | 106 | 70 | 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 |
3148 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 106 | 22 | 106 | 70 | 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 |
3153 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 107 | 18 | 107 | 20 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3149 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 107 | 18 | 107 | 20 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3154 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 107 | 40 | 107 | 42 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3150 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 107 | 40 | 107 | 42 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3155 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 107 | 23 | 107 | 43 | 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 |
3151 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 107 | 23 | 107 | 43 | 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 |
3156 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 107 | 23 | 107 | 43 | 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 |
3152 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 107 | 23 | 107 | 43 | 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 |
3157 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 120 | 15 | 120 | 16 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3153 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 120 | 15 | 120 | 16 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3158 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 121 | 26 | 121 | 27 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3154 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 121 | 26 | 121 | 27 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3159 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 122 | 29 | 122 | 30 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3155 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 122 | 29 | 122 | 30 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3160 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 143 | 57 | 150 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3156 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 143 | 57 | 150 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3161 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 157 | 1 | 157 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3157 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 157 | 1 | 157 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3162 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 157 | 1 | 157 | 70 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3158 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 157 | 1 | 157 | 70 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3163 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 163 | 11 | 187 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3159 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 163 | 11 | 187 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3164 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 205 | 10 | 233 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3160 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 205 | 10 | 233 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3165 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 206 | 25 | 206 | 32 | 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 |
3161 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 206 | 25 | 206 | 32 | 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 |
3166 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 206 | 25 | 206 | 32 | 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 |
3162 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 206 | 25 | 206 | 32 | 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 |
3167 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 214 | 59 | 214 | 66 | 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 |
3163 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 214 | 59 | 214 | 66 | 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 |
3168 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 214 | 59 | 214 | 66 | 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 |
3164 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 214 | 59 | 214 | 66 | 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 |
3169 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 217 | 37 | 217 | 65 | 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 |
3165 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 217 | 37 | 217 | 65 | 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 |
3170 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 217 | 37 | 217 | 65 | 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 |
3166 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 217 | 37 | 217 | 65 | 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 |
3171 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 219 | 1 | 219 | 76 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3167 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 219 | 1 | 219 | 76 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3172 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 219 | 1 | 219 | 76 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3168 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 219 | 1 | 219 | 76 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3173 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 224 | 37 | 224 | 47 | 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 |
3169 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 224 | 37 | 224 | 47 | 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 |
3174 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 224 | 37 | 224 | 47 | 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 |
3170 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 224 | 37 | 224 | 47 | 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 |
3175 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 226 | 51 | 226 | 52 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3171 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 226 | 51 | 226 | 52 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3176 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 235 | 10 | 248 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3172 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 235 | 10 | 248 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3177 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 236 | 36 | 236 | 48 | 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 |
3173 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 236 | 36 | 236 | 48 | 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 |
3178 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 236 | 36 | 236 | 48 | 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 |
3174 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 236 | 36 | 236 | 48 | 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 |
3179 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 250 | 10 | 250 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3175 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 250 | 10 | 250 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3180 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 251 | 10 | 289 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3176 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 251 | 10 | 289 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3181 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 252 | 46 | 252 | 53 | 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 |
3177 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 252 | 46 | 252 | 53 | 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 |
3182 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 252 | 46 | 252 | 53 | 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 |
3178 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 252 | 46 | 252 | 53 | 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 |
3183 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 270 | 17 | 270 | 52 | 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 |
3179 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 270 | 17 | 270 | 52 | 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 |
3184 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 270 | 17 | 270 | 52 | 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 |
3180 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 270 | 17 | 270 | 52 | 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 |
3185 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 273 | 7 | 273 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3181 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 273 | 7 | 273 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3186 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 273 | 7 | 273 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3182 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 273 | 7 | 273 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3187 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 276 | 51 | 276 | 52 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3183 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 276 | 51 | 276 | 52 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3188 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 284 | 26 | 284 | 33 | 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 |
3184 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 284 | 26 | 284 | 33 | 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 |
3189 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 284 | 26 | 284 | 33 | 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 |
3185 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 284 | 26 | 284 | 33 | 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 |
3190 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 291 | 17 | 315 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3186 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 291 | 17 | 315 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3191 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 292 | 28 | 292 | 40 | 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 |
3187 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 292 | 28 | 292 | 40 | 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 |
3192 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 292 | 28 | 292 | 40 | 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 |
3188 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 292 | 28 | 292 | 40 | 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 |
3193 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 294 | 1 | 294 | 80 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3189 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 294 | 1 | 294 | 80 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3194 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 294 | 1 | 294 | 80 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3190 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 294 | 1 | 294 | 80 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3195 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 304 | 9 | 304 | 35 | 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 |
3191 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 304 | 9 | 304 | 35 | 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 |
3196 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 304 | 9 | 304 | 35 | 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 |
3192 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 304 | 9 | 304 | 35 | 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 |
3197 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 318 | 10 | 318 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3193 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 318 | 10 | 318 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3198 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 319 | 10 | 319 | 118 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3194 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 319 | 10 | 319 | 118 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3199 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 320 | 10 | 320 | 90 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3195 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 320 | 10 | 320 | 90 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3200 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 321 | 10 | 321 | 69 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3196 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 321 | 10 | 321 | 69 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3201 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 324 | 10 | 324 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3197 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 324 | 10 | 324 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3202 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 329 | 10 | 329 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3198 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 329 | 10 | 329 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3203 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 330 | 10 | 330 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3199 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 330 | 10 | 330 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3204 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 331 | 10 | 331 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3200 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 331 | 10 | 331 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3205 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 332 | 10 | 338 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3201 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 332 | 10 | 338 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3206 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 335 | 41 | 335 | 75 | 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 |
3202 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 335 | 41 | 335 | 75 | 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 |
3207 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 335 | 41 | 335 | 75 | 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 |
3203 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 335 | 41 | 335 | 75 | 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 |
3208 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 341 | 10 | 352 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3204 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 341 | 10 | 352 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3209 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 345 | 41 | 345 | 122 | 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 |
3205 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 345 | 41 | 345 | 122 | 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 |
3210 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 345 | 41 | 345 | 122 | 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 |
3206 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 345 | 41 | 345 | 122 | 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 |
3211 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 346 | 41 | 346 | 127 | 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 |
3207 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 346 | 41 | 346 | 127 | 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 |
3212 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 346 | 41 | 346 | 127 | 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 |
3208 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 346 | 41 | 346 | 127 | 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 |
3213 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 347 | 41 | 347 | 127 | 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 |
3209 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 347 | 41 | 347 | 127 | 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 |
3214 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 347 | 41 | 347 | 127 | 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 |
3210 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 347 | 41 | 347 | 127 | 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 |
3215 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 348 | 41 | 348 | 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 |
3211 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 348 | 41 | 348 | 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 |
3216 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 348 | 41 | 348 | 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 |
3212 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 348 | 41 | 348 | 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 |
3217 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 354 | 10 | 360 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3213 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 354 | 10 | 360 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3218 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 357 | 27 | 357 | 87 | 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 |
3214 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 357 | 27 | 357 | 87 | 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 |
3219 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 357 | 27 | 357 | 87 | 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 |
3215 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 357 | 27 | 357 | 87 | 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 |
3220 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 363 | 10 | 369 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3216 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 363 | 10 | 369 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3221 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 366 | 25 | 366 | 53 | 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 |
3217 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 366 | 25 | 366 | 53 | 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 |
3222 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 366 | 25 | 366 | 53 | 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 |
3218 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 366 | 25 | 366 | 53 | 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 |
3223 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 371 | 10 | 375 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3219 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 371 | 10 | 375 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3224 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 377 | 10 | 381 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3220 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 377 | 10 | 381 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3225 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 390 | 15 | 390 | 77 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'aux_lang' doesn't match '[a-z][a-zA-Z0-9]*' |
3221 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 390 | 15 | 390 | 77 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'aux_lang' doesn't match '[a-z][a-zA-Z0-9]*' |
3226 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 392 | 2 | 394 | 40 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3222 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 392 | 2 | 394 | 40 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3227 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 392 | 2 | 394 | 40 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3223 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 392 | 2 | 394 | 40 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3228 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 396 | 24 | 396 | 32 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3224 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 396 | 24 | 396 | 32 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3229 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 397 | 22 | 397 | 30 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3225 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 397 | 22 | 397 | 30 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3230 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 400 | 13 | 400 | 62 | 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 |
3226 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 400 | 13 | 400 | 62 | 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 |
3231 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 400 | 13 | 400 | 62 | 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 |
3227 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 400 | 13 | 400 | 62 | 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 |
3232 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 414 | 10 | 447 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3228 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 414 | 10 | 447 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3233 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 420 | 17 | 420 | 79 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'aux_lang' doesn't match '[a-z][a-zA-Z0-9]*' |
3229 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 420 | 17 | 420 | 79 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'aux_lang' doesn't match '[a-z][a-zA-Z0-9]*' |
3234 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 421 | 26 | 421 | 34 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3230 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 421 | 26 | 421 | 34 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3235 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 422 | 34 | 422 | 42 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3231 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 422 | 34 | 422 | 42 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3236 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 425 | 17 | 425 | 76 | 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 |
3232 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 425 | 17 | 425 | 76 | 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 |
3237 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 425 | 17 | 425 | 76 | 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 |
3233 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 425 | 17 | 425 | 76 | 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 |
3238 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 449 | 10 | 473 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3234 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 449 | 10 | 473 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3239 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 451 | 35 | 465 | 6 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3235 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 451 | 35 | 465 | 6 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3240 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 470 | 1 | 470 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3236 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 470 | 1 | 470 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3241 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 470 | 1 | 470 | 84 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3237 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 470 | 1 | 470 | 84 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3242 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 472 | 5 | 472 | 90 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3238 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 472 | 5 | 472 | 90 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3243 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 472 | 5 | 472 | 90 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3239 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 472 | 5 | 472 | 90 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3244 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 477 | 10 | 477 | 108 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3240 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 477 | 10 | 477 | 108 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3245 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 478 | 10 | 478 | 108 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3241 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 478 | 10 | 478 | 108 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3246 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 479 | 10 | 479 | 108 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3242 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 479 | 10 | 479 | 108 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3247 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 480 | 10 | 480 | 113 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3243 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 480 | 10 | 480 | 113 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3248 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 485 | 10 | 485 | 143 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3244 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 485 | 10 | 485 | 143 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3249 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 486 | 10 | 486 | 144 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3245 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 486 | 10 | 486 | 144 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3250 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 487 | 10 | 487 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3246 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 487 | 10 | 487 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3251 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 488 | 10 | 488 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3247 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 488 | 10 | 488 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3252 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 489 | 10 | 489 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3248 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 489 | 10 | 489 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3253 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 492 | 10 | 498 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3249 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 492 | 10 | 498 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3254 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 495 | 38 | 495 | 62 | 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 |
3250 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 495 | 38 | 495 | 62 | 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 |
3255 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 495 | 38 | 495 | 62 | 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 |
3251 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 495 | 38 | 495 | 62 | 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 |
3256 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 500 | 10 | 506 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3252 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 500 | 10 | 506 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3257 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 503 | 34 | 503 | 54 | 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 |
3253 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 503 | 34 | 503 | 54 | 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 |
3258 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 503 | 34 | 503 | 54 | 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 |
3254 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 503 | 34 | 503 | 54 | 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 |
3259 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 508 | 10 | 514 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3255 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 508 | 10 | 514 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3260 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 511 | 37 | 511 | 62 | 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 |
3256 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 511 | 37 | 511 | 62 | 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 |
3261 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 511 | 37 | 511 | 62 | 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 |
3257 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 511 | 37 | 511 | 62 | 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 |
3262 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 516 | 10 | 519 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3258 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 516 | 10 | 519 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3263 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 521 | 10 | 526 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3259 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 521 | 10 | 526 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3264 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 528 | 10 | 543 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3260 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 528 | 10 | 543 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3265 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 542 | 5 | 542 | 16 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3261 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 542 | 5 | 542 | 16 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3266 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 545 | 10 | 551 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3262 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 545 | 10 | 551 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3267 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 548 | 42 | 548 | 160 | 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 |
3263 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 548 | 42 | 548 | 160 | 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 |
3268 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 548 | 42 | 548 | 160 | 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 |
3264 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 548 | 42 | 548 | 160 | 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 |
3269 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 554 | 10 | 554 | 140 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3265 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 554 | 10 | 554 | 140 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3270 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 555 | 10 | 555 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3266 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 555 | 10 | 555 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3271 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 556 | 10 | 556 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3267 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 556 | 10 | 556 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3272 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 558 | 10 | 565 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3268 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 558 | 10 | 565 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3273 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 562 | 41 | 562 | 55 | pmd | ApexOpenRedirect | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexopenredirect | Apex classes should safely redirect to a known location |
3269 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 562 | 41 | 562 | 55 | pmd | ApexOpenRedirect | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexopenredirect | Apex classes should safely redirect to a known location |
3274 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 564 | 12 | 564 | 13 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3270 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 564 | 12 | 564 | 13 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3275 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 567 | 10 | 611 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3271 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 567 | 10 | 611 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3276 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 595 | 35 | 595 | 163 | 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 |
3272 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 595 | 35 | 595 | 163 | 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 |
3277 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 595 | 35 | 595 | 163 | 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 |
3273 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 595 | 35 | 595 | 163 | 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 |
3278 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 602 | 41 | 602 | 64 | 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 |
3274 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 602 | 41 | 602 | 64 | 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 |
3279 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 602 | 41 | 602 | 64 | 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 |
3275 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 602 | 41 | 602 | 64 | 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 |
3280 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 613 | 10 | 668 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3276 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 613 | 10 | 668 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3281 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 623 | 30 | 623 | 120 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3277 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 623 | 30 | 623 | 120 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3282 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 631 | 13 | 631 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3278 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 631 | 13 | 631 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3283 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 639 | 13 | 639 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3279 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 639 | 13 | 639 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3284 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 659 | 9 | 659 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3280 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 659 | 9 | 659 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3285 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 671 | 9 | 686 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3281 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 671 | 9 | 686 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3286 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 673 | 1 | 673 | 74 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3282 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 673 | 1 | 673 | 74 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3287 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 673 | 1 | 673 | 74 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3283 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 673 | 1 | 673 | 74 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3288 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 676 | 21 | 678 | 63 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3284 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 676 | 21 | 678 | 63 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3289 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 684 | 3 | 684 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3285 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 684 | 3 | 684 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3290 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 688 | 10 | 692 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3286 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 688 | 10 | 692 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3291 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 694 | 10 | 700 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3287 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 694 | 10 | 700 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3292 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 699 | 5 | 699 | 23 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3288 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 699 | 5 | 699 | 23 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3293 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 702 | 10 | 731 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3289 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 702 | 10 | 731 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3294 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 733 | 17 | 748 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3290 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 733 | 17 | 748 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3295 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 750 | 17 | 758 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3291 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 750 | 17 | 758 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3296 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 760 | 10 | 766 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3292 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 760 | 10 | 766 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3297 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 763 | 40 | 763 | 97 | 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 |
3293 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 763 | 40 | 763 | 97 | 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 |
3298 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 763 | 40 | 763 | 97 | 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 |
3294 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 763 | 40 | 763 | 97 | 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 |
3299 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 768 | 10 | 774 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3295 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 768 | 10 | 774 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3300 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 771 | 34 | 771 | 91 | 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 |
3296 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 771 | 34 | 771 | 91 | 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 |
3301 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 771 | 34 | 771 | 91 | 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 |
3297 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 771 | 34 | 771 | 91 | 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 |
3302 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 776 | 10 | 791 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3298 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 776 | 10 | 791 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3303 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 795 | 10 | 809 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3299 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 795 | 10 | 809 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3304 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 801 | 13 | 804 | 56 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
3300 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 801 | 13 | 804 | 56 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
3305 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 802 | 16 | 802 | 59 | 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 |
3301 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 802 | 16 | 802 | 59 | 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 |
3306 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 802 | 16 | 802 | 59 | 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 |
3302 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 802 | 16 | 802 | 59 | 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 |
3307 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 804 | 16 | 804 | 56 | 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 |
3303 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 804 | 16 | 804 | 56 | 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 |
3308 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 811 | 10 | 811 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3304 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 811 | 10 | 811 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3309 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 816 | 10 | 816 | 166 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3305 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 816 | 10 | 816 | 166 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3310 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 817 | 10 | 817 | 178 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3306 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 817 | 10 | 817 | 178 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3311 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 818 | 10 | 818 | 178 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3307 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 818 | 10 | 818 | 178 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3312 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 819 | 10 | 819 | 174 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3308 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 819 | 10 | 819 | 174 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3313 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 820 | 10 | 820 | 164 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3309 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 820 | 10 | 820 | 164 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3314 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 821 | 10 | 821 | 176 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3310 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 821 | 10 | 821 | 176 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3315 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 822 | 10 | 822 | 154 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3311 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 822 | 10 | 822 | 154 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3316 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 823 | 10 | 823 | 117 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3312 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 823 | 10 | 823 | 117 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3317 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 824 | 10 | 824 | 117 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3313 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 824 | 10 | 824 | 117 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3318 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 825 | 10 | 825 | 117 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3314 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 825 | 10 | 825 | 117 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3319 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 826 | 10 | 826 | 127 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3315 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 826 | 10 | 826 | 127 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3320 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 827 | 10 | 827 | 127 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3316 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 827 | 10 | 827 | 127 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3321 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 828 | 10 | 828 | 127 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3317 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 828 | 10 | 828 | 127 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3322 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 829 | 10 | 829 | 116 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3318 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 829 | 10 | 829 | 116 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3323 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 830 | 10 | 830 | 116 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3319 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 830 | 10 | 830 | 116 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3324 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 831 | 10 | 831 | 116 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3320 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 831 | 10 | 831 | 116 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3325 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 832 | 10 | 832 | 122 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3321 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 832 | 10 | 832 | 122 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3326 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 836 | 10 | 846 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3322 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 836 | 10 | 846 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3327 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 842 | 22 | 842 | 23 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3323 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 842 | 22 | 842 | 23 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3328 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 842 | 26 | 842 | 56 | 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 |
3324 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 842 | 26 | 842 | 56 | 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 |
3329 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 842 | 26 | 842 | 56 | 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 |
3325 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 842 | 26 | 842 | 56 | 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 |
3330 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 847 | 10 | 849 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3326 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 847 | 10 | 849 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3331 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 850 | 10 | 852 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3327 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 850 | 10 | 852 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3332 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 856 | 10 | 867 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3328 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 856 | 10 | 867 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3333 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 863 | 11 | 863 | 40 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
3329 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 863 | 11 | 863 | 40 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
3334 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 869 | 10 | 883 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3330 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 869 | 10 | 883 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3335 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 885 | 17 | 898 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3331 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 885 | 17 | 898 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3336 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 903 | 17 | 918 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3332 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 903 | 17 | 918 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3337 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 920 | 17 | 933 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3333 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 920 | 17 | 933 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3338 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 935 | 17 | 938 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3334 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 935 | 17 | 938 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3339 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 936 | 40 | 936 | 52 | 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 |
3335 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 936 | 40 | 936 | 52 | 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 |
3340 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 936 | 40 | 936 | 52 | 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 |
3336 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 936 | 40 | 936 | 52 | 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 |
3341 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 942 | 10 | 955 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3337 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 942 | 10 | 955 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3342 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 943 | 12 | 943 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3338 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 943 | 12 | 943 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3343 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 944 | 12 | 944 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3339 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 944 | 12 | 944 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3344 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 945 | 12 | 945 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3340 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 945 | 12 | 945 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3345 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 946 | 12 | 946 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3341 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 946 | 12 | 946 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3346 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 947 | 12 | 947 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3342 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 947 | 12 | 947 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3347 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 949 | 12 | 949 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3343 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 949 | 12 | 949 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3348 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 949 | 21 | 949 | 38 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'location_Latitude' doesn't match '[a-z][a-zA-Z0-9]*' |
3344 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 949 | 21 | 949 | 38 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'location_Latitude' doesn't match '[a-z][a-zA-Z0-9]*' |
3349 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 950 | 9 | 950 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3345 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 950 | 9 | 950 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3350 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 950 | 18 | 950 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'location_Longitude' doesn't match '[a-z][a-zA-Z0-9]*' |
3346 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 950 | 18 | 950 | 36 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'location_Longitude' doesn't match '[a-z][a-zA-Z0-9]*' |
3351 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 951 | 12 | 951 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3347 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 951 | 12 | 951 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3352 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 951 | 19 | 951 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'User_Experience' doesn't match '[a-z][a-zA-Z0-9]*' |
3348 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 951 | 19 | 951 | 34 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'User_Experience' doesn't match '[a-z][a-zA-Z0-9]*' |
3353 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 954 | 12 | 954 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3349 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 954 | 12 | 954 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3354 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 954 | 5 | 954 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3350 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 954 | 5 | 954 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3355 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 970 | 10 | 1015 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3351 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 970 | 10 | 1015 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3356 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 970 | 3 | 970 | 9 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
3352 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 970 | 3 | 970 | 9 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
3357 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 971 | 12 | 971 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3353 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 971 | 12 | 971 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3358 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 972 | 12 | 972 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3354 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 972 | 12 | 972 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3359 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 973 | 12 | 973 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3355 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 973 | 12 | 973 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3360 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 974 | 12 | 974 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3356 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 974 | 12 | 974 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3361 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 975 | 12 | 975 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3357 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 975 | 12 | 975 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3362 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 976 | 12 | 976 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3358 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 976 | 12 | 976 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3363 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 977 | 12 | 977 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3359 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 977 | 12 | 977 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3364 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 978 | 12 | 978 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3360 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 978 | 12 | 978 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3365 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 979 | 12 | 979 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3361 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 979 | 12 | 979 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3366 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 980 | 12 | 980 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3362 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 980 | 12 | 980 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3367 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 981 | 12 | 981 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3363 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 981 | 12 | 981 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3368 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 984 | 12 | 984 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3364 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 984 | 12 | 984 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3369 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 984 | 5 | 984 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3365 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 984 | 5 | 984 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3370 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 987 | 12 | 989 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3366 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 987 | 12 | 989 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3371 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 992 | 12 | 999 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3367 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 992 | 12 | 999 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3372 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 997 | 77 | 997 | 78 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3368 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 997 | 77 | 997 | 78 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3373 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1001 | 12 | 1014 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3369 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1001 | 12 | 1014 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3374 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1017 | 17 | 1026 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3370 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1017 | 17 | 1026 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3375 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1030 | 17 | 1050 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3371 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1030 | 17 | 1050 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3376 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1055 | 17 | 1074 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3372 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1055 | 17 | 1074 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3377 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1058 | 43 | 1058 | 55 | 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 |
3373 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1058 | 43 | 1058 | 55 | 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 |
3378 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1058 | 43 | 1058 | 55 | 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 |
3374 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1058 | 43 | 1058 | 55 | 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 |
3379 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1064 | 5 | 1064 | 100 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3375 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1064 | 5 | 1064 | 100 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3380 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1064 | 5 | 1064 | 100 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3376 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1064 | 5 | 1064 | 100 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3381 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1065 | 88 | 1065 | 89 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3377 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1065 | 88 | 1065 | 89 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3382 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1072 | 5 | 1072 | 98 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3378 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1072 | 5 | 1072 | 98 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3383 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1072 | 5 | 1072 | 98 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3379 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1072 | 5 | 1072 | 98 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3384 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1077 | 17 | 1088 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3380 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1077 | 17 | 1088 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3385 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1080 | 41 | 1080 | 53 | 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 |
3381 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1080 | 41 | 1080 | 53 | 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 |
3386 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1080 | 41 | 1080 | 53 | 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 |
3382 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1080 | 41 | 1080 | 53 | 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 |
3387 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1086 | 88 | 1086 | 89 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3383 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1086 | 88 | 1086 | 89 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3388 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1091 | 17 | 1102 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3384 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1091 | 17 | 1102 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3389 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1094 | 41 | 1094 | 53 | 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 |
3385 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1094 | 41 | 1094 | 53 | 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 |
3390 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1094 | 41 | 1094 | 53 | 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 |
3386 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1094 | 41 | 1094 | 53 | 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 |
3391 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1100 | 88 | 1100 | 89 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3387 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1100 | 88 | 1100 | 89 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3392 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1105 | 17 | 1114 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3388 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1105 | 17 | 1114 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3393 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1108 | 41 | 1108 | 53 | 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 |
3389 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1108 | 41 | 1108 | 53 | 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 |
3394 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1108 | 41 | 1108 | 53 | 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 |
3390 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1108 | 41 | 1108 | 53 | 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 |
3395 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1119 | 17 | 1121 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3391 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1119 | 17 | 1121 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3396 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1125 | 17 | 1137 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3392 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1125 | 17 | 1137 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3397 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1126 | 47 | 1126 | 59 | 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 |
3393 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1126 | 47 | 1126 | 59 | 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 |
3398 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1126 | 47 | 1126 | 59 | 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 |
3394 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1126 | 47 | 1126 | 59 | 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 |
3399 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1129 | 5 | 1129 | 20 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
3395 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1129 | 5 | 1129 | 20 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
3400 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1140 | 17 | 1142 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3396 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1140 | 17 | 1142 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3401 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1145 | 17 | 1154 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3397 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1145 | 17 | 1154 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3402 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1156 | 17 | 1163 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3398 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1156 | 17 | 1163 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3403 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1165 | 17 | 1189 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3399 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1165 | 17 | 1189 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3404 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1170 | 30 | 1170 | 42 | 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 |
3400 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1170 | 30 | 1170 | 42 | 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 |
3405 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1170 | 30 | 1170 | 42 | 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 |
3401 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1170 | 30 | 1170 | 42 | 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 |
3406 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1176 | 35 | 1176 | 47 | 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 |
3402 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1176 | 35 | 1176 | 47 | 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 |
3407 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1176 | 35 | 1176 | 47 | 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 |
3403 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1176 | 35 | 1176 | 47 | 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 |
3408 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1181 | 55 | 1181 | 67 | 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 |
3404 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1181 | 55 | 1181 | 67 | 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 |
3409 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1181 | 55 | 1181 | 67 | 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 |
3405 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1181 | 55 | 1181 | 67 | 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 |
3410 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1191 | 17 | 1198 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3406 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1191 | 17 | 1198 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3411 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1192 | 21 | 1192 | 34 | 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 |
3407 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1192 | 21 | 1192 | 34 | 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 |
3412 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1192 | 21 | 1192 | 34 | 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 |
3408 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1192 | 21 | 1192 | 34 | 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 |
3413 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1195 | 35 | 1195 | 36 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3409 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1195 | 35 | 1195 | 36 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3414 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1200 | 10 | 1206 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3410 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1200 | 10 | 1206 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3415 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1203 | 32 | 1203 | 59 | 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 |
3411 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1203 | 32 | 1203 | 59 | 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 |
3416 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1203 | 32 | 1203 | 59 | 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 |
3412 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1203 | 32 | 1203 | 59 | 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 |
3417 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1208 | 17 | 1226 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3413 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1208 | 17 | 1226 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3418 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1209 | 24 | 1221 | 6 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3414 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1209 | 24 | 1221 | 6 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3419 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1235 | 19 | 1259 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3415 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1235 | 19 | 1259 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3420 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1237 | 13 | 1237 | 31 | 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 |
3416 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1237 | 13 | 1237 | 31 | 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 |
3421 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1237 | 13 | 1237 | 31 | 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 |
3417 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Controller.cls | 1237 | 13 | 1237 | 31 | 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 |
3422 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 8 | 22 | 34 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
3418 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 8 | 22 | 34 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
3423 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 8 | 22 | 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 'pkb_Mobile_ConfigController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3419 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 8 | 22 | 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 'pkb_Mobile_ConfigController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3424 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 10 | 10 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3420 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 10 | 10 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3425 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 10 | 3 | 10 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3421 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 10 | 3 | 10 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3426 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 14 | 19 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3422 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 14 | 19 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3427 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 25 | 17 | 33 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3423 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_ConfigController.cls | 25 | 17 | 33 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3428 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 7 | 21 | 65 | 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 'pkb_Mobile_CustomSettingModel' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3424 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 7 | 21 | 65 | 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 'pkb_Mobile_CustomSettingModel' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3429 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 11 | 16 | 27 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3425 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 11 | 16 | 27 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3430 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 15 | 30 | 17 | 48 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3426 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 15 | 30 | 17 | 48 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3431 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 29 | 16 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3427 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 29 | 16 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3432 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 50 | 16 | 64 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3428 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 50 | 16 | 64 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3433 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 54 | 30 | 57 | 40 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3429 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Mobile_CustomSettingModel.cls | 54 | 30 | 57 | 40 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3434 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 1 | 21 | 322 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3430 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 1 | 21 | 322 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3435 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 1 | 21 | 322 | 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 'pkb_SecurityHandler' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3431 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 1 | 21 | 322 | 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 'pkb_SecurityHandler' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3436 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 1 | 21 | 322 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'pkb_SecurityHandler' has a total cognitive complexity of 709 (highest 10), current threshold is 50 |
3432 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 1 | 21 | 322 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'pkb_SecurityHandler' has a total cognitive complexity of 709 (highest 10), current threshold is 50 |
3437 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 1 | 21 | 322 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'pkb_SecurityHandler' has a total cyclomatic complexity of 83 (highest 4). |
3433 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 1 | 21 | 322 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'pkb_SecurityHandler' has a total cyclomatic complexity of 83 (highest 4). |
3438 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 1 | 21 | 322 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class pkb_SecurityHandler has 36 public methods, attributes, and properties (limit: 20) |
3434 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 1 | 21 | 322 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class pkb_SecurityHandler has 36 public methods, attributes, and properties (limit: 20) |
3439 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 17 | 19 | 17 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3435 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 17 | 19 | 17 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3440 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 18 | 19 | 18 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3436 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 18 | 19 | 18 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3441 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 25 | 19 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3437 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 25 | 19 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3442 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 26 | 32 | 26 | 157 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3438 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 26 | 32 | 26 | 157 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3443 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 26 | 32 | 26 | 157 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3439 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 26 | 32 | 26 | 157 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3444 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 32 | 19 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3440 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 32 | 19 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3445 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 43 | 19 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3441 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 43 | 19 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3446 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 54 | 19 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3442 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 54 | 19 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3447 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 65 | 19 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3443 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 65 | 19 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3448 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 76 | 19 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3444 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 76 | 19 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3449 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 87 | 19 | 96 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3445 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 87 | 19 | 96 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3450 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 98 | 19 | 107 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3446 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 98 | 19 | 107 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3451 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 111 | 19 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3447 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 111 | 19 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3452 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 115 | 19 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3448 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 115 | 19 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3453 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 119 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3449 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 119 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3454 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 123 | 19 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3450 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 123 | 19 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3455 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 127 | 19 | 129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3451 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 127 | 19 | 129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3456 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 131 | 19 | 133 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3452 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 131 | 19 | 133 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3457 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 135 | 19 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3453 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 135 | 19 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3458 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 143 | 19 | 147 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3454 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 143 | 19 | 147 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3459 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 149 | 19 | 153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3455 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 149 | 19 | 153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3460 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 155 | 19 | 159 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3456 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 155 | 19 | 159 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3461 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 161 | 19 | 165 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3457 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 161 | 19 | 165 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3462 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 167 | 19 | 171 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3458 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 167 | 19 | 171 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3463 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 173 | 19 | 177 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3459 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 173 | 19 | 177 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3464 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 179 | 19 | 183 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3460 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 179 | 19 | 183 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3465 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 187 | 19 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3461 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 187 | 19 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3466 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 191 | 19 | 193 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3462 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 191 | 19 | 193 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3467 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 195 | 19 | 197 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3463 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 195 | 19 | 197 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3468 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 199 | 19 | 201 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3464 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 199 | 19 | 201 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3469 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 203 | 19 | 205 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3465 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 203 | 19 | 205 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3470 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 207 | 19 | 209 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3466 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 207 | 19 | 209 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3471 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 211 | 19 | 213 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3467 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 211 | 19 | 213 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3472 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 217 | 19 | 226 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3468 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 217 | 19 | 226 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3473 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 228 | 19 | 237 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3469 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 228 | 19 | 237 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3474 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 245 | 19 | 251 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3470 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 245 | 19 | 251 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3475 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 257 | 19 | 268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3471 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 257 | 19 | 268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3476 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 270 | 12 | 272 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3472 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 270 | 12 | 272 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3477 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 271 | 9 | 271 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3473 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 271 | 9 | 271 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3478 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 273 | 12 | 277 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3474 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 273 | 12 | 277 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3479 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 274 | 16 | 276 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3475 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 274 | 16 | 276 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3480 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 279 | 12 | 283 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3476 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 279 | 12 | 283 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3481 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 280 | 16 | 282 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3477 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 280 | 16 | 282 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3482 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 290 | 19 | 294 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3478 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 290 | 19 | 294 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3483 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 296 | 19 | 305 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3479 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 296 | 19 | 305 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3484 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 302 | 17 | 302 | 64 | 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 |
3480 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 302 | 17 | 302 | 64 | 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 |
3485 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 302 | 17 | 302 | 64 | 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 |
3481 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 302 | 17 | 302 | 64 | 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 |
3486 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 307 | 25 | 307 | 69 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3482 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 307 | 25 | 307 | 69 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3487 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 310 | 19 | 320 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3483 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SecurityHandler.cls | 310 | 19 | 320 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3488 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 1 | 21 | 229 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3484 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 1 | 21 | 229 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3489 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 1 | 21 | 229 | 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 'pkb_SettingsController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3485 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 1 | 21 | 229 | 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 'pkb_SettingsController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3490 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 1 | 21 | 229 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class pkb_SettingsController has 21 public methods, attributes, and properties (limit: 20) |
3486 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 1 | 21 | 229 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class pkb_SettingsController has 21 public methods, attributes, and properties (limit: 20) |
3491 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 16 | 10 | 16 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3487 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 16 | 10 | 16 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3492 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 17 | 10 | 17 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3488 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 17 | 10 | 17 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3493 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 20 | 10 | 20 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3489 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 20 | 10 | 20 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3494 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 20 | 3 | 20 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3490 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 20 | 3 | 20 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3495 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 23 | 10 | 38 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3491 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 23 | 10 | 38 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3496 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 37 | 54 | 37 | 119 | 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 |
3492 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 37 | 54 | 37 | 119 | 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 |
3497 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 37 | 54 | 37 | 119 | 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 |
3493 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 37 | 54 | 37 | 119 | 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 |
3498 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 41 | 10 | 41 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3494 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 41 | 10 | 41 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3499 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 42 | 10 | 42 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3495 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 42 | 10 | 42 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3500 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 46 | 10 | 46 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3496 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 46 | 10 | 46 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3501 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 47 | 10 | 47 | 27 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3497 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 47 | 10 | 47 | 27 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3502 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 47 | 3 | 47 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3498 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 47 | 3 | 47 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3503 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 51 | 10 | 51 | 77 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3499 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 51 | 10 | 51 | 77 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3504 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 52 | 10 | 52 | 74 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3500 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 52 | 10 | 52 | 74 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3505 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 55 | 10 | 63 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3501 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 55 | 10 | 63 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3506 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 70 | 10 | 70 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3502 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 70 | 10 | 70 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3507 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 72 | 10 | 103 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3503 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 72 | 10 | 103 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3508 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 80 | 11 | 80 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'MyPattern' doesn't match '[a-z][a-zA-Z0-9]*' |
3504 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 80 | 11 | 80 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'MyPattern' doesn't match '[a-z][a-zA-Z0-9]*' |
3509 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 81 | 11 | 81 | 74 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'MyMatcher' doesn't match '[a-z][a-zA-Z0-9]*' |
3505 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 81 | 11 | 81 | 74 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'MyMatcher' doesn't match '[a-z][a-zA-Z0-9]*' |
3510 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 106 | 11 | 147 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveKaElements()' has a cognitive complexity of 15, current threshold is 15 |
3506 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 106 | 11 | 147 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveKaElements()' has a cognitive complexity of 15, current threshold is 15 |
3511 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 106 | 11 | 147 | 4 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveKaElements()' has an NCSS line count of 42 (limit: 40) |
3507 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 106 | 11 | 147 | 4 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveKaElements()' has an NCSS line count of 42 (limit: 40) |
3512 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 107 | 45 | 107 | 52 | 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 |
3508 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 107 | 45 | 107 | 52 | 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 |
3513 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 107 | 45 | 107 | 52 | 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 |
3509 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 107 | 45 | 107 | 52 | 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 |
3514 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 121 | 29 | 121 | 96 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3510 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 121 | 29 | 121 | 96 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3515 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 144 | 38 | 144 | 60 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3511 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 144 | 38 | 144 | 60 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3516 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 144 | 38 | 144 | 60 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3512 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 144 | 38 | 144 | 60 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3517 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 144 | 38 | 144 | 60 | 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 |
3513 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 144 | 38 | 144 | 60 | 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 |
3518 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 144 | 38 | 144 | 60 | 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 |
3514 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 144 | 38 | 144 | 60 | 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 |
3519 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 146 | 51 | 146 | 87 | 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 |
3515 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 146 | 51 | 146 | 87 | 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 |
3520 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 146 | 51 | 146 | 87 | 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 |
3516 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 146 | 51 | 146 | 87 | 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 |
3521 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 152 | 32 | 152 | 62 | 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 |
3517 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 152 | 32 | 152 | 62 | 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 |
3522 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 152 | 32 | 152 | 62 | 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 |
3518 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 152 | 32 | 152 | 62 | 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 |
3523 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 159 | 10 | 169 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3519 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 159 | 10 | 169 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3524 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 171 | 10 | 171 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3520 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 171 | 10 | 171 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3525 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 172 | 10 | 172 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3521 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 172 | 10 | 172 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3526 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 173 | 10 | 173 | 86 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3522 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 173 | 10 | 173 | 86 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3527 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 175 | 10 | 200 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3523 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 175 | 10 | 200 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3528 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 183 | 21 | 183 | 59 | 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 |
3524 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 183 | 21 | 183 | 59 | 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 |
3529 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 183 | 21 | 183 | 59 | 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 |
3525 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 183 | 21 | 183 | 59 | 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 |
3530 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 185 | 21 | 185 | 43 | 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 |
3526 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 185 | 21 | 185 | 43 | 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 |
3531 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 202 | 10 | 209 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3527 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 202 | 10 | 209 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3532 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 204 | 1 | 204 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3528 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 204 | 1 | 204 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3533 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 204 | 1 | 204 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3529 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 204 | 1 | 204 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3534 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 206 | 1 | 206 | 55 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3530 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 206 | 1 | 206 | 55 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3535 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 206 | 1 | 206 | 55 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3531 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 206 | 1 | 206 | 55 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3536 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 211 | 17 | 213 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3532 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 211 | 17 | 213 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3537 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 215 | 17 | 220 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3533 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 215 | 17 | 220 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3538 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 216 | 24 | 216 | 70 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3534 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 216 | 24 | 216 | 70 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
3539 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 217 | 27 | 217 | 43 | 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 |
3535 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 217 | 27 | 217 | 43 | 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 |
3540 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 217 | 27 | 217 | 43 | 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 |
3536 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 217 | 27 | 217 | 43 | 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 |
3541 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 218 | 44 | 218 | 56 | 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 |
3537 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 218 | 44 | 218 | 56 | 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 |
3542 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 218 | 44 | 218 | 56 | 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 |
3538 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 218 | 44 | 218 | 56 | 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 |
3543 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 222 | 17 | 228 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3539 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 222 | 17 | 228 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3544 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 225 | 32 | 225 | 54 | 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 |
3540 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 225 | 32 | 225 | 54 | 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 |
3545 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 225 | 32 | 225 | 54 | 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 |
3541 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SettingsController.cls | 225 | 32 | 225 | 54 | 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 |
3546 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 1 | 21 | 169 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3542 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 1 | 21 | 169 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3547 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 1 | 21 | 169 | 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 'pkb_SiteMap' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3543 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 1 | 21 | 169 | 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 'pkb_SiteMap' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3548 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 11 | 24 | 11 | 41 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MAX_ARTICLES' should be before method declarations in its class |
3544 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 11 | 24 | 11 | 41 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MAX_ARTICLES' should be before method declarations in its class |
3549 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 11 | 24 | 11 | 41 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MAX_ARTICLES' doesn't match '[a-z][a-zA-Z0-9]*' |
3545 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 11 | 24 | 11 | 41 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MAX_ARTICLES' doesn't match '[a-z][a-zA-Z0-9]*' |
3550 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 12 | 23 | 12 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DEFAULT_PUBLISH_STATUS' should be before method declarations in its class |
3546 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 12 | 23 | 12 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DEFAULT_PUBLISH_STATUS' should be before method declarations in its class |
3551 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 12 | 23 | 12 | 56 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_PUBLISH_STATUS' doesn't match '[a-z][a-zA-Z0-9]*' |
3547 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 12 | 23 | 12 | 56 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_PUBLISH_STATUS' doesn't match '[a-z][a-zA-Z0-9]*' |
3552 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 14 | 9 | 14 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3548 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 14 | 9 | 14 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3553 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 15 | 9 | 15 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3549 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 15 | 9 | 15 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3554 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 17 | 9 | 34 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3550 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 17 | 9 | 34 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3555 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 24 | 42 | 24 | 51 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3551 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 24 | 42 | 24 | 51 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3556 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 28 | 30 | 28 | 81 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3552 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 28 | 30 | 28 | 81 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
3557 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 55 | 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 comment |
3553 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 55 | 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 comment |
3558 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 62 | 6 | 62 | 64 | 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 |
3554 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 62 | 6 | 62 | 64 | 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 |
3559 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 62 | 6 | 62 | 64 | 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 |
3555 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 62 | 6 | 62 | 64 | 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 |
3560 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 64 | 6 | 64 | 43 | 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 |
3556 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 64 | 6 | 64 | 43 | 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 |
3561 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 71 | 10 | 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 |
3557 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 71 | 10 | 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 |
3562 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 75 | 11 | 75 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'offs' defined but not used |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
3563 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 84 | 36 | 84 | 39 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3558 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 84 | 36 | 84 | 39 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3564 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 91 | 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 |
3559 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 91 | 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 |
3565 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 98 | 5 | 98 | 26 | 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 |
3560 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 98 | 5 | 98 | 26 | 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 |
3566 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 98 | 5 | 98 | 26 | 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 |
3561 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 98 | 5 | 98 | 26 | 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 |
3567 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 106 | 9 | 125 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
3562 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 106 | 9 | 125 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
3568 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 106 | 9 | 125 | 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 |
3563 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 106 | 9 | 125 | 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 |
3569 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 114 | 39 | 114 | 40 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3564 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 114 | 39 | 114 | 40 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
3570 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 127 | 23 | 154 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3565 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 127 | 23 | 154 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3571 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 128 | 10 | 128 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3566 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 128 | 10 | 128 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3572 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 129 | 10 | 129 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3567 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 129 | 10 | 129 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3573 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 130 | 10 | 130 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3568 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 130 | 10 | 130 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3574 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 131 | 10 | 131 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3569 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 131 | 10 | 131 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3575 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 132 | 10 | 132 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3570 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 132 | 10 | 132 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3576 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 132 | 17 | 132 | 24 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'UrlName' doesn't match '[a-z][a-zA-Z0-9]*' |
3571 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 132 | 17 | 132 | 24 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'UrlName' doesn't match '[a-z][a-zA-Z0-9]*' |
3577 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 135 | 10 | 153 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3572 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 135 | 10 | 153 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3578 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 156 | 23 | 167 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3573 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 156 | 23 | 167 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3579 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 157 | 10 | 157 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3574 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 157 | 10 | 157 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3580 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 158 | 10 | 158 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3575 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 158 | 10 | 158 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3581 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 159 | 10 | 159 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3576 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 159 | 10 | 159 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3582 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 161 | 10 | 166 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3577 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_SiteMap.cls | 161 | 10 | 166 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3583 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 2 | 9 | 422 | 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 'pkb_Test' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3578 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 2 | 9 | 422 | 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 'pkb_Test' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3584 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 15 | 21 | 218 | 4 | 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. |
3579 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 15 | 21 | 218 | 4 | 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. |
3585 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 15 | 21 | 218 | 4 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testController()' has an NCSS line count of 108 (limit: 40) |
3580 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 15 | 21 | 218 | 4 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testController()' has an NCSS line count of 108 (limit: 40) |
3586 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 23 | 5 | 23 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3581 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 23 | 5 | 23 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3587 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 23 | 5 | 23 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3582 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 23 | 5 | 23 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3588 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 24 | 5 | 24 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3583 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 24 | 5 | 24 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3589 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 24 | 5 | 24 | 56 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3584 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 24 | 5 | 24 | 56 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3590 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 25 | 5 | 25 | 76 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3585 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 25 | 5 | 25 | 76 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3591 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 25 | 5 | 25 | 76 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3586 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 25 | 5 | 25 | 76 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3592 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 27 | 5 | 27 | 59 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3587 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 27 | 5 | 27 | 59 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3593 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 27 | 5 | 27 | 59 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3588 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 27 | 5 | 27 | 59 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3594 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 28 | 5 | 28 | 118 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3589 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 28 | 5 | 28 | 118 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3595 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 28 | 5 | 28 | 118 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3590 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 28 | 5 | 28 | 118 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3596 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 34 | 7 | 34 | 130 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3591 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 34 | 7 | 34 | 130 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3597 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 34 | 7 | 34 | 130 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3592 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 34 | 7 | 34 | 130 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3598 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 45 | 5 | 45 | 81 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3593 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 45 | 5 | 45 | 81 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3599 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 45 | 5 | 45 | 81 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3594 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 45 | 5 | 45 | 81 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3600 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 46 | 5 | 46 | 32 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3595 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 46 | 5 | 46 | 32 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3601 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 46 | 5 | 46 | 32 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3596 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 46 | 5 | 46 | 32 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3602 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 56 | 5 | 56 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3597 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 56 | 5 | 56 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3603 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 56 | 5 | 56 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3598 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 56 | 5 | 56 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3604 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 59 | 5 | 59 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3599 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 59 | 5 | 59 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3605 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 67 | 5 | 67 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3600 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 67 | 5 | 67 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3606 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 67 | 5 | 67 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3601 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 67 | 5 | 67 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3607 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 74 | 5 | 74 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3602 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 74 | 5 | 74 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3608 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 74 | 5 | 74 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3603 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 74 | 5 | 74 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3609 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 80 | 5 | 80 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3604 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 80 | 5 | 80 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3610 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 81 | 5 | 81 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3605 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 81 | 5 | 81 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3611 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 83 | 5 | 83 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3606 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 83 | 5 | 83 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3612 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 85 | 5 | 85 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3607 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 85 | 5 | 85 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3613 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 86 | 5 | 86 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3608 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 86 | 5 | 86 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3614 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 87 | 5 | 87 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3609 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 87 | 5 | 87 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3615 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 88 | 5 | 88 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3610 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 88 | 5 | 88 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3616 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 89 | 5 | 89 | 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. |
3611 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 89 | 5 | 89 | 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. |
3617 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 92 | 5 | 92 | 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. |
3612 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 92 | 5 | 92 | 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. |
3618 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 97 | 5 | 97 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3613 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 97 | 5 | 97 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3619 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 102 | 5 | 102 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3614 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 102 | 5 | 102 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3620 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 103 | 2 | 103 | 112 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3615 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 103 | 2 | 103 | 112 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3621 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 103 | 2 | 103 | 112 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3616 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 103 | 2 | 103 | 112 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3622 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 109 | 5 | 109 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3617 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 109 | 5 | 109 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3623 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 109 | 5 | 109 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3618 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 109 | 5 | 109 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3624 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 117 | 5 | 117 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3619 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 117 | 5 | 117 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3625 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 122 | 5 | 122 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3620 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 122 | 5 | 122 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3626 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 129 | 5 | 129 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3621 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 129 | 5 | 129 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3627 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 131 | 5 | 131 | 48 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3622 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 131 | 5 | 131 | 48 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3628 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 131 | 5 | 131 | 48 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3623 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 131 | 5 | 131 | 48 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3629 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 132 | 5 | 132 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3624 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 132 | 5 | 132 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3630 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 132 | 5 | 132 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3625 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 132 | 5 | 132 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3631 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 137 | 38 | 137 | 64 | 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 |
3626 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 137 | 38 | 137 | 64 | 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 |
3632 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 137 | 38 | 137 | 64 | 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 |
3627 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 137 | 38 | 137 | 64 | 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 |
3633 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 148 | 5 | 148 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3628 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 148 | 5 | 148 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3634 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 148 | 5 | 148 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3629 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 148 | 5 | 148 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3635 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 149 | 5 | 149 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3630 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 149 | 5 | 149 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3636 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 149 | 5 | 149 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3631 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 149 | 5 | 149 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3637 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 150 | 5 | 150 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3632 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 150 | 5 | 150 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3638 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 150 | 5 | 150 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3633 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 150 | 5 | 150 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3639 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 151 | 5 | 151 | 40 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3634 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 151 | 5 | 151 | 40 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3640 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 151 | 5 | 151 | 40 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3635 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 151 | 5 | 151 | 40 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3641 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 152 | 5 | 152 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3636 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 152 | 5 | 152 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3642 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 153 | 5 | 153 | 75 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3637 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 153 | 5 | 153 | 75 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3643 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 153 | 5 | 153 | 75 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3638 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 153 | 5 | 153 | 75 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3644 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 157 | 5 | 157 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3639 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 157 | 5 | 157 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3645 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 157 | 5 | 157 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3640 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 157 | 5 | 157 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3646 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 159 | 5 | 159 | 75 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3641 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 159 | 5 | 159 | 75 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3647 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 159 | 5 | 159 | 75 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3642 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 159 | 5 | 159 | 75 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3648 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 160 | 5 | 160 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3643 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 160 | 5 | 160 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3649 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 167 | 5 | 167 | 124 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3644 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 167 | 5 | 167 | 124 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3650 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 167 | 5 | 167 | 124 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3645 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 167 | 5 | 167 | 124 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3651 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 176 | 5 | 176 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3646 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 176 | 5 | 176 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3652 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 176 | 5 | 176 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3647 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 176 | 5 | 176 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3653 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 177 | 5 | 177 | 32 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3648 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 177 | 5 | 177 | 32 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3654 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 177 | 5 | 177 | 32 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3649 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 177 | 5 | 177 | 32 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3655 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 179 | 5 | 179 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3650 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 179 | 5 | 179 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3656 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 182 | 5 | 182 | 103 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3651 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 182 | 5 | 182 | 103 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3657 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 182 | 5 | 182 | 103 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3652 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 182 | 5 | 182 | 103 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3658 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 184 | 5 | 184 | 102 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3653 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 184 | 5 | 184 | 102 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3659 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 184 | 5 | 184 | 102 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3654 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 184 | 5 | 184 | 102 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3660 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 185 | 5 | 185 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3655 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 185 | 5 | 185 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3661 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 196 | 5 | 196 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3656 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 196 | 5 | 196 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3662 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 196 | 5 | 196 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3657 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 196 | 5 | 196 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3663 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 197 | 5 | 197 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3658 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 197 | 5 | 197 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3664 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 205 | 5 | 205 | 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. |
3659 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 205 | 5 | 205 | 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. |
3665 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 207 | 5 | 207 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3660 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 207 | 5 | 207 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3666 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 217 | 10 | 217 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'u' defined but not used |
3661 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 217 | 10 | 217 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'u' defined but not used |
3667 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 220 | 21 | 251 | 4 | 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. |
3662 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 220 | 21 | 251 | 4 | 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. |
3668 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 231 | 5 | 231 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3663 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 231 | 5 | 231 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3669 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 237 | 5 | 237 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3664 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 237 | 5 | 237 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3670 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 240 | 5 | 240 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3665 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 240 | 5 | 240 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3671 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 244 | 5 | 244 | 33 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
3666 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 244 | 5 | 244 | 33 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
3672 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 250 | 5 | 250 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3667 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 250 | 5 | 250 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3673 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 254 | 19 | 310 | 4 | 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. |
3668 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 254 | 19 | 310 | 4 | 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. |
3674 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 254 | 19 | 310 | 4 | 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 'testSettings_CTI_keywords' doesn't match '[a-z][a-zA-Z0-9]*' |
3669 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 254 | 19 | 310 | 4 | 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 'testSettings_CTI_keywords' doesn't match '[a-z][a-zA-Z0-9]*' |
3675 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 257 | 25 | 257 | 62 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'refCon' defined but not used |
3670 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 257 | 25 | 257 | 62 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'refCon' defined but not used |
3676 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 270 | 2 | 270 | 30 | 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. |
3671 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 270 | 2 | 270 | 30 | 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. |
3677 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 278 | 2 | 278 | 67 | 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. |
3672 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 278 | 2 | 278 | 67 | 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. |
3678 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 285 | 2 | 285 | 30 | 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. |
3673 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 285 | 2 | 285 | 30 | 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. |
3679 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 293 | 2 | 293 | 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. |
3674 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 293 | 2 | 293 | 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. |
3680 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 300 | 2 | 300 | 30 | 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. |
3675 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 300 | 2 | 300 | 30 | 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. |
3681 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 308 | 2 | 308 | 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. |
3676 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 308 | 2 | 308 | 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. |
3682 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 312 | 19 | 344 | 4 | 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. |
3677 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 312 | 19 | 344 | 4 | 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. |
3683 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 312 | 19 | 344 | 4 | 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 'test_searchString' doesn't match '[a-z][a-zA-Z0-9]*' |
3678 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 312 | 19 | 344 | 4 | 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 'test_searchString' doesn't match '[a-z][a-zA-Z0-9]*' |
3684 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 316 | 8 | 316 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'kaId' defined but not used |
3679 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 316 | 8 | 316 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'kaId' defined but not used |
3685 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 317 | 8 | 317 | 36 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'kavId' defined but not used |
3680 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 317 | 8 | 317 | 36 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'kavId' defined but not used |
3686 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 327 | 5 | 327 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3681 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 327 | 5 | 327 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3687 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 327 | 5 | 327 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3682 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 327 | 5 | 327 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3688 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 330 | 5 | 330 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3683 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 330 | 5 | 330 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3689 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 338 | 5 | 338 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3684 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 338 | 5 | 338 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3690 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 338 | 5 | 338 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3685 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 338 | 5 | 338 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3691 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 342 | 5 | 342 | 72 | 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. |
3686 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 342 | 5 | 342 | 72 | 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. |
3692 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 371 | 29 | 371 | 36 | 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 |
3687 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 371 | 29 | 371 | 36 | 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 |
3693 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 371 | 29 | 371 | 36 | 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 |
3688 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 371 | 29 | 371 | 36 | 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 |
3694 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 379 | 5 | 379 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3689 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 379 | 5 | 379 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3695 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 379 | 5 | 379 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3690 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 379 | 5 | 379 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3696 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 400 | 5 | 400 | 80 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3691 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 400 | 5 | 400 | 80 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3697 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 400 | 5 | 400 | 80 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3692 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 400 | 5 | 400 | 80 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3698 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 401 | 5 | 401 | 27 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3693 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 401 | 5 | 401 | 27 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3699 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 401 | 5 | 401 | 27 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3694 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 401 | 5 | 401 | 27 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3700 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 412 | 5 | 412 | 78 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3695 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 412 | 5 | 412 | 78 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3701 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 412 | 5 | 412 | 78 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3696 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 412 | 5 | 412 | 78 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3702 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 413 | 5 | 413 | 26 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3697 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 413 | 5 | 413 | 26 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3703 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 413 | 5 | 413 | 26 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3698 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_Test.cls | 413 | 5 | 413 | 26 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3704 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 2 | 8 | 1244 | 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 'pkb_mobile_Test' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3699 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 2 | 8 | 1244 | 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 'pkb_mobile_Test' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3705 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 2 | 8 | 1244 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'pkb_mobile_Test' has a total cognitive complexity of 97 (highest 61), current threshold is 50 |
3700 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 2 | 8 | 1244 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'pkb_mobile_Test' has a total cognitive complexity of 97 (highest 61), current threshold is 50 |
3706 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 2 | 8 | 1244 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'pkb_mobile_Test' has a total cyclomatic complexity of 84 (highest 19). |
3701 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 2 | 8 | 1244 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'pkb_mobile_Test' has a total cyclomatic complexity of 84 (highest 19). |
3707 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 2 | 8 | 1244 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 585 |
3702 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 2 | 8 | 1244 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 585 |
3708 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 2 | 8 | 1244 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'pkb_mobile_Test' has a Standard Cyclomatic Complexity of 3 (Highest = 18). |
3703 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 2 | 8 | 1244 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'pkb_mobile_Test' has a Standard Cyclomatic Complexity of 3 (Highest = 18). |
3709 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 4 | 19 | 4 | 74 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_LANG' doesn't match '[a-z][a-zA-Z0-9]*' |
3704 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 4 | 19 | 4 | 74 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_LANG' doesn't match '[a-z][a-zA-Z0-9]*' |
3710 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 18 | 23 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3705 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 18 | 23 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3711 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 18 | 23 | 33 | 6 | 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. |
3706 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 18 | 23 | 33 | 6 | 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. |
3712 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 18 | 23 | 33 | 6 | 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 'test_getCurrentSiteSetting' doesn't match '[a-z][a-zA-Z0-9]*' |
3707 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 18 | 23 | 33 | 6 | 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 'test_getCurrentSiteSetting' doesn't match '[a-z][a-zA-Z0-9]*' |
3713 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 26 | 9 | 26 | 43 | 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. |
3708 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 26 | 9 | 26 | 43 | 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. |
3714 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 32 | 9 | 32 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
3709 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 32 | 9 | 32 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
3715 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 35 | 23 | 48 | 6 | 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. |
3710 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 35 | 23 | 48 | 6 | 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. |
3716 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 35 | 23 | 48 | 6 | 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 'test_getGroupToRoot' doesn't match '[a-z][a-zA-Z0-9]*' |
3711 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 35 | 23 | 48 | 6 | 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 'test_getGroupToRoot' doesn't match '[a-z][a-zA-Z0-9]*' |
3717 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 37 | 16 | 37 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3712 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 37 | 16 | 37 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3718 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 44 | 13 | 44 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3713 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 44 | 13 | 44 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3719 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 44 | 13 | 44 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3714 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 44 | 13 | 44 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3720 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 47 | 9 | 47 | 78 | 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. |
3715 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 47 | 9 | 47 | 78 | 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. |
3721 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 50 | 23 | 58 | 6 | 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. |
3716 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 50 | 23 | 58 | 6 | 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. |
3722 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 50 | 23 | 58 | 6 | 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 'test_controller' doesn't match '[a-z][a-zA-Z0-9]*' |
3717 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 50 | 23 | 58 | 6 | 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 'test_controller' doesn't match '[a-z][a-zA-Z0-9]*' |
3723 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 52 | 16 | 52 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3718 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 52 | 16 | 52 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3724 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 57 | 9 | 57 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3719 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 57 | 9 | 57 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3725 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 62 | 13 | 77 | 6 | 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 'test_getLanguages' doesn't match '[a-z][a-zA-Z0-9]*' |
3720 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 62 | 13 | 77 | 6 | 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 'test_getLanguages' doesn't match '[a-z][a-zA-Z0-9]*' |
3726 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 68 | 9 | 68 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3721 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 68 | 9 | 68 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3727 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 69 | 9 | 69 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3722 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 69 | 9 | 69 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3728 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 72 | 16 | 72 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3723 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 72 | 16 | 72 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3729 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 74 | 24 | 74 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3724 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 74 | 24 | 74 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3730 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 76 | 9 | 76 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3725 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 76 | 9 | 76 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3731 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 81 | 13 | 98 | 6 | 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 'test_getLanguagesList' doesn't match '[a-z][a-zA-Z0-9]*' |
3726 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 81 | 13 | 98 | 6 | 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 'test_getLanguagesList' doesn't match '[a-z][a-zA-Z0-9]*' |
3732 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 87 | 9 | 87 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3727 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 87 | 9 | 87 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3733 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 92 | 24 | 92 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3728 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 92 | 24 | 92 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3734 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 94 | 9 | 94 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3729 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 94 | 9 | 94 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3735 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 95 | 9 | 95 | 63 | 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. |
3730 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 95 | 9 | 95 | 63 | 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. |
3736 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 102 | 13 | 155 | 6 | 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 'test_getCurrentSiteSetUp' doesn't match '[a-z][a-zA-Z0-9]*' |
3731 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 102 | 13 | 155 | 6 | 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 'test_getCurrentSiteSetUp' doesn't match '[a-z][a-zA-Z0-9]*' |
3737 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 108 | 9 | 108 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3732 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 108 | 9 | 108 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3738 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 115 | 9 | 115 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3733 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 115 | 9 | 115 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3739 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 116 | 9 | 116 | 113 | 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. |
3734 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 116 | 9 | 116 | 113 | 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. |
3740 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 119 | 9 | 119 | 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. |
3735 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 119 | 9 | 119 | 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. |
3741 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 126 | 9 | 126 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3736 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 126 | 9 | 126 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3742 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 127 | 9 | 127 | 113 | 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. |
3737 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 127 | 9 | 127 | 113 | 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. |
3743 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 131 | 9 | 131 | 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. |
3738 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 131 | 9 | 131 | 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. |
3744 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 138 | 9 | 138 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3739 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 138 | 9 | 138 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3745 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 139 | 9 | 139 | 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. |
3740 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 139 | 9 | 139 | 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. |
3746 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 152 | 9 | 152 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3741 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 152 | 9 | 152 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3747 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 153 | 9 | 153 | 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. |
3742 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 153 | 9 | 153 | 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. |
3748 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 160 | 13 | 188 | 6 | 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 'test_getPopularArticles' doesn't match '[a-z][a-zA-Z0-9]*' |
3743 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 160 | 13 | 188 | 6 | 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 'test_getPopularArticles' doesn't match '[a-z][a-zA-Z0-9]*' |
3749 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 174 | 9 | 174 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3744 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 174 | 9 | 174 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3750 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 177 | 16 | 177 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3745 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 177 | 16 | 177 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3751 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 179 | 24 | 179 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3746 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 179 | 24 | 179 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3752 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 182 | 9 | 182 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3747 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 182 | 9 | 182 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3753 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 186 | 9 | 186 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3748 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 186 | 9 | 186 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3754 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 194 | 13 | 235 | 6 | 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 'test_getRecommendedArticles' doesn't match '[a-z][a-zA-Z0-9]*' |
3749 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 194 | 13 | 235 | 6 | 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 'test_getRecommendedArticles' doesn't match '[a-z][a-zA-Z0-9]*' |
3755 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 209 | 9 | 209 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3750 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 209 | 9 | 209 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3756 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 212 | 16 | 212 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3751 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 212 | 16 | 212 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3757 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 214 | 24 | 214 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3752 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 214 | 24 | 214 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3758 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 218 | 9 | 218 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3753 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 218 | 9 | 218 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3759 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 219 | 9 | 219 | 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. |
3754 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 219 | 9 | 219 | 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. |
3760 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 228 | 9 | 228 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3755 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 228 | 9 | 228 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3761 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 229 | 9 | 229 | 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. |
3756 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 229 | 9 | 229 | 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. |
3762 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 233 | 9 | 233 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3757 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 233 | 9 | 233 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3763 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 239 | 12 | 270 | 6 | 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 'test_getFeaturedArticles' doesn't match '[a-z][a-zA-Z0-9]*' |
3758 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 239 | 12 | 270 | 6 | 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 'test_getFeaturedArticles' doesn't match '[a-z][a-zA-Z0-9]*' |
3764 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 253 | 9 | 253 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3759 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 253 | 9 | 253 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3765 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 257 | 16 | 257 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3760 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 257 | 16 | 257 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3766 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 259 | 24 | 259 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3761 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 259 | 24 | 259 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3767 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 263 | 9 | 263 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3762 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 263 | 9 | 263 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3768 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 264 | 9 | 264 | 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. |
3763 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 264 | 9 | 264 | 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. |
3769 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 268 | 9 | 268 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3764 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 268 | 9 | 268 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3770 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 275 | 12 | 304 | 6 | 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 'test_getArticleDetail' doesn't match '[a-z][a-zA-Z0-9]*' |
3765 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 275 | 12 | 304 | 6 | 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 'test_getArticleDetail' doesn't match '[a-z][a-zA-Z0-9]*' |
3771 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 281 | 16 | 281 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3766 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 281 | 16 | 281 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3772 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 283 | 24 | 283 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3767 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 283 | 24 | 283 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3773 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 293 | 9 | 293 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3768 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 293 | 9 | 293 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3774 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 298 | 9 | 298 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3769 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 298 | 9 | 298 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3775 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 302 | 9 | 302 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3770 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 302 | 9 | 302 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3776 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 309 | 13 | 336 | 6 | 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 'test_searchString' doesn't match '[a-z][a-zA-Z0-9]*' |
3771 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 309 | 13 | 336 | 6 | 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 'test_searchString' doesn't match '[a-z][a-zA-Z0-9]*' |
3777 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 312 | 16 | 312 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3772 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 312 | 16 | 312 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3778 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 319 | 24 | 319 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3773 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 319 | 24 | 319 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3779 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 329 | 9 | 329 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3774 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 329 | 9 | 329 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3780 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 330 | 9 | 330 | 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. |
3775 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 330 | 9 | 330 | 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. |
3781 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 334 | 9 | 334 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3776 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 334 | 9 | 334 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3782 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 340 | 24 | 377 | 6 | 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. |
3777 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 340 | 24 | 377 | 6 | 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. |
3783 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 340 | 24 | 377 | 6 | 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 'test_processContactUs' doesn't match '[a-z][a-zA-Z0-9]*' |
3778 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 340 | 24 | 377 | 6 | 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 'test_processContactUs' doesn't match '[a-z][a-zA-Z0-9]*' |
3784 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 367 | 9 | 367 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3779 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 367 | 9 | 367 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3785 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 368 | 9 | 368 | 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. |
3780 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 368 | 9 | 368 | 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. |
3786 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 371 | 9 | 371 | 68 | 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. |
3781 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 371 | 9 | 371 | 68 | 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. |
3787 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 372 | 9 | 372 | 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. |
3782 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 372 | 9 | 372 | 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. |
3788 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 373 | 9 | 373 | 63 | 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. |
3783 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 373 | 9 | 373 | 63 | 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. |
3789 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 374 | 9 | 374 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3784 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 374 | 9 | 374 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3790 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 382 | 24 | 457 | 6 | 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. |
3785 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 382 | 24 | 457 | 6 | 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. |
3791 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 382 | 24 | 457 | 6 | 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 'test_processContactUsAndDeflection' doesn't match '[a-z][a-zA-Z0-9]*' |
3786 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 382 | 24 | 457 | 6 | 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 'test_processContactUsAndDeflection' doesn't match '[a-z][a-zA-Z0-9]*' |
3792 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 407 | 9 | 407 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3787 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 407 | 9 | 407 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3793 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 408 | 9 | 408 | 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. |
3788 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 408 | 9 | 408 | 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. |
3794 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 415 | 9 | 415 | 85 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
3789 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 415 | 9 | 415 | 85 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
3795 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 441 | 9 | 441 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3790 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 441 | 9 | 441 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3796 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 442 | 9 | 442 | 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. |
3791 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 442 | 9 | 442 | 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. |
3797 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 445 | 9 | 445 | 68 | 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. |
3792 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 445 | 9 | 445 | 68 | 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. |
3798 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 446 | 9 | 446 | 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. |
3793 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 446 | 9 | 446 | 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. |
3799 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 447 | 9 | 447 | 63 | 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. |
3794 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 447 | 9 | 447 | 63 | 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. |
3800 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 448 | 9 | 448 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3795 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 448 | 9 | 448 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3801 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 454 | 9 | 454 | 57 | 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. |
3796 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 454 | 9 | 454 | 57 | 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. |
3802 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 455 | 9 | 455 | 79 | 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. |
3797 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 455 | 9 | 455 | 79 | 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. |
3803 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 459 | 24 | 519 | 6 | 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. |
3798 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 459 | 24 | 519 | 6 | 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. |
3804 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 459 | 24 | 519 | 6 | 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 'test_processContactUs_invalidData' doesn't match '[a-z][a-zA-Z0-9]*' |
3799 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 459 | 24 | 519 | 6 | 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 'test_processContactUs_invalidData' doesn't match '[a-z][a-zA-Z0-9]*' |
3805 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 473 | 9 | 473 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3800 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 473 | 9 | 473 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3806 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 481 | 9 | 481 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3801 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 481 | 9 | 481 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3807 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 482 | 9 | 482 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3802 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 482 | 9 | 482 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3808 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 483 | 9 | 483 | 117 | 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. |
3803 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 483 | 9 | 483 | 117 | 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. |
3809 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 490 | 9 | 490 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3804 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 490 | 9 | 490 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3810 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 491 | 9 | 491 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3805 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 491 | 9 | 491 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3811 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 492 | 9 | 492 | 117 | 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. |
3806 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 492 | 9 | 492 | 117 | 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. |
3812 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 501 | 9 | 501 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3807 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 501 | 9 | 501 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3813 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 502 | 9 | 502 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3808 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 502 | 9 | 502 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3814 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 503 | 9 | 503 | 117 | 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. |
3809 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 503 | 9 | 503 | 117 | 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. |
3815 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 513 | 9 | 513 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3810 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 513 | 9 | 513 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3816 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 514 | 9 | 514 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3811 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 514 | 9 | 514 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3817 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 515 | 9 | 515 | 117 | 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. |
3812 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 515 | 9 | 515 | 117 | 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. |
3818 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 522 | 24 | 561 | 6 | 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. |
3813 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 522 | 24 | 561 | 6 | 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. |
3819 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 522 | 24 | 561 | 6 | 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 'test_submitFeedBack' doesn't match '[a-z][a-zA-Z0-9]*' |
3814 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 522 | 24 | 561 | 6 | 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 'test_submitFeedBack' doesn't match '[a-z][a-zA-Z0-9]*' |
3820 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 531 | 16 | 531 | 105 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'emo' defined but not used |
3815 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 531 | 16 | 531 | 105 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'emo' defined but not used |
3821 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 549 | 9 | 549 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3816 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 549 | 9 | 549 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3822 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 550 | 9 | 550 | 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. |
3817 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 550 | 9 | 550 | 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. |
3823 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 557 | 9 | 557 | 85 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
3818 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 557 | 9 | 557 | 85 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
3824 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 559 | 9 | 559 | 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. |
3819 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 559 | 9 | 559 | 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. |
3825 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 570 | 13 | 638 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3820 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 570 | 13 | 638 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3826 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 570 | 13 | 638 | 6 | 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 'test_pkb_SiteMap' doesn't match '[a-z][a-zA-Z0-9]*' |
3821 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 570 | 13 | 638 | 6 | 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 'test_pkb_SiteMap' doesn't match '[a-z][a-zA-Z0-9]*' |
3827 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 577 | 17 | 577 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'initialNumber' defined but not used |
3822 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 577 | 17 | 577 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'initialNumber' defined but not used |
3828 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 584 | 17 | 584 | 64 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'current_DEFAULT_LANG' doesn't match '[a-z][a-zA-Z0-9]*' |
3823 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 584 | 17 | 584 | 64 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'current_DEFAULT_LANG' doesn't match '[a-z][a-zA-Z0-9]*' |
3829 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 587 | 16 | 587 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3824 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 587 | 16 | 587 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3830 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 593 | 9 | 593 | 68 | 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. |
3825 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 593 | 9 | 593 | 68 | 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. |
3831 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 610 | 9 | 610 | 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. |
3826 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 610 | 9 | 610 | 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. |
3832 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 621 | 9 | 621 | 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. |
3827 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 621 | 9 | 621 | 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. |
3833 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 629 | 9 | 629 | 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. |
3828 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 629 | 9 | 629 | 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. |
3834 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 636 | 9 | 636 | 43 | 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. |
3829 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 636 | 9 | 636 | 43 | 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. |
3835 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 646 | 23 | 702 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3830 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 646 | 23 | 702 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3836 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 646 | 23 | 702 | 6 | 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. |
3831 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 646 | 23 | 702 | 6 | 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. |
3837 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 646 | 23 | 702 | 6 | 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 'test_getRemoteAction' doesn't match '[a-z][a-zA-Z0-9]*' |
3832 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 646 | 23 | 702 | 6 | 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 'test_getRemoteAction' doesn't match '[a-z][a-zA-Z0-9]*' |
3838 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 656 | 9 | 656 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3833 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 656 | 9 | 656 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3839 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 660 | 9 | 660 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3834 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 660 | 9 | 660 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3840 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 664 | 9 | 664 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3835 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 664 | 9 | 664 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3841 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 672 | 9 | 672 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3836 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 672 | 9 | 672 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3842 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 681 | 9 | 681 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3837 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 681 | 9 | 681 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3843 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 691 | 9 | 691 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3838 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 691 | 9 | 691 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3844 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 705 | 23 | 732 | 6 | 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. |
3839 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 705 | 23 | 732 | 6 | 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. |
3845 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 728 | 9 | 728 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3840 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 728 | 9 | 728 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3846 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 731 | 9 | 731 | 93 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3841 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 731 | 9 | 731 | 93 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3847 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 740 | 12 | 785 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3842 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 740 | 12 | 785 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3848 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 740 | 12 | 785 | 6 | 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 'test_MobileConfigController' doesn't match '[a-z][a-zA-Z0-9]*' |
3843 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 740 | 12 | 785 | 6 | 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 'test_MobileConfigController' doesn't match '[a-z][a-zA-Z0-9]*' |
3849 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 744 | 33 | 744 | 40 | 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 |
3844 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 744 | 33 | 744 | 40 | 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 |
3850 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 744 | 33 | 744 | 40 | 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 |
3845 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 744 | 33 | 744 | 40 | 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 |
3851 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 748 | 24 | 748 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3846 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 748 | 24 | 748 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3852 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 760 | 9 | 760 | 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. |
3847 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 760 | 9 | 760 | 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. |
3853 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 766 | 9 | 766 | 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. |
3848 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 766 | 9 | 766 | 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. |
3854 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 776 | 9 | 776 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3849 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 776 | 9 | 776 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3855 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 778 | 37 | 778 | 124 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newCT' defined but not used |
3850 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 778 | 37 | 778 | 124 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newCT' defined but not used |
3856 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 783 | 9 | 783 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3851 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 783 | 9 | 783 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
3857 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 788 | 12 | 807 | 6 | 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 'test_getArticleTypeLayout' doesn't match '[a-z][a-zA-Z0-9]*' |
3852 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 788 | 12 | 807 | 6 | 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 'test_getArticleTypeLayout' doesn't match '[a-z][a-zA-Z0-9]*' |
3858 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 792 | 33 | 792 | 40 | 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 |
3853 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 792 | 33 | 792 | 40 | 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 |
3859 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 792 | 33 | 792 | 40 | 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 |
3854 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 792 | 33 | 792 | 40 | 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 |
3860 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 796 | 24 | 796 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3855 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 796 | 24 | 796 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pc' defined but not used |
3861 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 806 | 9 | 806 | 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. |
3856 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 806 | 9 | 806 | 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. |
3862 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 809 | 23 | 815 | 6 | 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. |
3857 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 809 | 23 | 815 | 6 | 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. |
3863 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 810 | 16 | 810 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3858 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 810 | 16 | 810 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3864 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 814 | 9 | 814 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3859 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 814 | 9 | 814 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
3865 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 818 | 12 | 825 | 6 | 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 'test_MobilePhoneCall' doesn't match '[a-z][a-zA-Z0-9]*' |
3860 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 818 | 12 | 825 | 6 | 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 'test_MobilePhoneCall' doesn't match '[a-z][a-zA-Z0-9]*' |
3866 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 819 | 16 | 819 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3861 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 819 | 16 | 819 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'pkS' defined but not used |
3867 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 824 | 9 | 824 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
3862 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 824 | 9 | 824 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
3868 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 827 | 19 | 874 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3863 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 827 | 19 | 874 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3869 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 856 | 42 | 856 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dr' defined but not used |
3864 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 856 | 42 | 856 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dr' defined but not used |
3870 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 871 | 9 | 871 | 164 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3865 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 871 | 9 | 871 | 164 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3871 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 879 | 19 | 897 | 6 | 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 |
3866 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 879 | 19 | 897 | 6 | 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 |
3872 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 885 | 22 | 885 | 48 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
3867 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 885 | 22 | 885 | 48 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
3873 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 905 | 33 | 905 | 40 | 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 |
3868 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 905 | 33 | 905 | 40 | 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 |
3874 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 905 | 33 | 905 | 40 | 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 |
3869 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 905 | 33 | 905 | 40 | 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 |
3875 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 915 | 17 | 915 | 29 | 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 |
3870 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 915 | 17 | 915 | 29 | 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 |
3876 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 915 | 17 | 915 | 29 | 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 |
3871 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 915 | 17 | 915 | 29 | 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 |
3877 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 920 | 9 | 920 | 152 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3872 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 920 | 9 | 920 | 152 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3878 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 920 | 9 | 920 | 152 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3873 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 920 | 9 | 920 | 152 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3879 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 929 | 9 | 929 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3874 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 929 | 9 | 929 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3880 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 929 | 47 | 929 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3875 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 929 | 47 | 929 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3881 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 929 | 9 | 929 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3876 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 929 | 9 | 929 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3882 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 929 | 47 | 929 | 70 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3877 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 929 | 47 | 929 | 70 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3883 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 933 | 9 | 933 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3878 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 933 | 9 | 933 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3884 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 933 | 9 | 933 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3879 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 933 | 9 | 933 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3885 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 944 | 9 | 944 | 82 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3880 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 944 | 9 | 944 | 82 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3886 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 944 | 9 | 944 | 82 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3881 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 944 | 9 | 944 | 82 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3887 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 945 | 9 | 945 | 31 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3882 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 945 | 9 | 945 | 31 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3888 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 945 | 9 | 945 | 31 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3883 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 945 | 9 | 945 | 31 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3889 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 956 | 9 | 956 | 82 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3884 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 956 | 9 | 956 | 82 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3890 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 956 | 9 | 956 | 82 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3885 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 956 | 9 | 956 | 82 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3891 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 957 | 9 | 957 | 30 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3886 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 957 | 9 | 957 | 30 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
3892 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 957 | 9 | 957 | 30 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3887 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 957 | 9 | 957 | 30 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
3893 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 961 | 19 | 964 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3888 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 961 | 19 | 964 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3894 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3889 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3895 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | 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. |
3890 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | 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. |
3896 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'test_LanguageLabels()' has a cognitive complexity of 16, current threshold is 15 |
3891 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'test_LanguageLabels()' has a cognitive complexity of 16, current threshold is 15 |
3897 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'test_LanguageLabels()' has a cyclomatic complexity of 17. |
3892 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'test_LanguageLabels()' has a cyclomatic complexity of 17. |
3898 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | 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 'test_LanguageLabels' doesn't match '[a-z][a-zA-Z0-9]*' |
3893 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | 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 'test_LanguageLabels' doesn't match '[a-z][a-zA-Z0-9]*' |
3899 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'test_LanguageLabels()' has an NCSS line count of 110 (limit: 40) |
3894 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'test_LanguageLabels()' has an NCSS line count of 110 (limit: 40) |
3900 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'test_LanguageLabels' has a Standard Cyclomatic Complexity of 17. |
3895 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 967 | 23 | 1047 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'test_LanguageLabels' has a Standard Cyclomatic Complexity of 17. |
3901 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 971 | 13 | 971 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3896 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 971 | 13 | 971 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3902 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 974 | 13 | 974 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3897 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 974 | 13 | 974 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3903 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 977 | 13 | 977 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3898 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 977 | 13 | 977 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3904 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 980 | 13 | 980 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3899 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 980 | 13 | 980 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3905 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 983 | 13 | 983 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3900 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 983 | 13 | 983 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3906 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 986 | 13 | 986 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3901 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 986 | 13 | 986 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3907 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 989 | 13 | 989 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3902 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 989 | 13 | 989 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3908 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 992 | 13 | 992 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3903 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 992 | 13 | 992 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3909 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 995 | 13 | 995 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3904 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 995 | 13 | 995 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3910 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 998 | 13 | 998 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3905 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 998 | 13 | 998 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3911 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1001 | 13 | 1001 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3906 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1001 | 13 | 1001 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3912 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1004 | 13 | 1004 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3907 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1004 | 13 | 1004 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3913 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1007 | 13 | 1007 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3908 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1007 | 13 | 1007 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3914 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1010 | 13 | 1010 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3909 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1010 | 13 | 1010 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3915 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1013 | 13 | 1013 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3910 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1013 | 13 | 1013 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3916 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1016 | 13 | 1016 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3911 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1016 | 13 | 1016 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3917 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1019 | 9 | 1019 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3912 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1019 | 9 | 1019 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3918 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1020 | 9 | 1020 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3913 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1020 | 9 | 1020 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3919 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1021 | 9 | 1021 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3914 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1021 | 9 | 1021 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3920 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1022 | 9 | 1022 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3915 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1022 | 9 | 1022 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3921 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1023 | 9 | 1023 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3916 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1023 | 9 | 1023 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3922 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1024 | 9 | 1024 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3917 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1024 | 9 | 1024 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3923 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1025 | 9 | 1025 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3918 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1025 | 9 | 1025 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3924 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1026 | 9 | 1026 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3919 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1026 | 9 | 1026 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3925 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1027 | 9 | 1027 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3920 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1027 | 9 | 1027 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3926 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1028 | 9 | 1028 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3921 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1028 | 9 | 1028 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3927 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1029 | 9 | 1029 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3922 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1029 | 9 | 1029 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3928 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1030 | 9 | 1030 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3923 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1030 | 9 | 1030 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3929 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1031 | 9 | 1031 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3924 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1031 | 9 | 1031 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3930 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1032 | 9 | 1032 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3925 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1032 | 9 | 1032 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3931 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1033 | 9 | 1033 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3926 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1033 | 9 | 1033 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3932 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1034 | 9 | 1034 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3927 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1034 | 9 | 1034 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3933 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1035 | 9 | 1035 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3928 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1035 | 9 | 1035 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3934 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1036 | 9 | 1036 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3929 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1036 | 9 | 1036 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3935 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1037 | 9 | 1037 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3930 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1037 | 9 | 1037 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3936 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1038 | 9 | 1038 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3931 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1038 | 9 | 1038 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3937 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1039 | 9 | 1039 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3932 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1039 | 9 | 1039 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3938 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1040 | 9 | 1040 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3933 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1040 | 9 | 1040 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3939 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1041 | 9 | 1041 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3934 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1041 | 9 | 1041 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3940 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1042 | 9 | 1042 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3935 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1042 | 9 | 1042 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3941 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1043 | 9 | 1043 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3936 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1043 | 9 | 1043 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3942 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1044 | 9 | 1044 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3937 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1044 | 9 | 1044 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3943 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1045 | 9 | 1045 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3938 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1045 | 9 | 1045 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3944 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1046 | 9 | 1046 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3939 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1046 | 9 | 1046 | 54 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertNotEquals' should have 3 parameters. |
3945 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3940 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3946 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | 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. |
3941 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | 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. |
3947 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'testSecurityEnabled()' has a cognitive complexity of 61, current threshold is 15 |
3942 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'testSecurityEnabled()' has a cognitive complexity of 61, current threshold is 15 |
3948 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testSecurityEnabled()' has a cyclomatic complexity of 19. |
3943 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testSecurityEnabled()' has a cyclomatic complexity of 19. |
3949 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testSecurityEnabled()' has an NCSS line count of 73 (limit: 40) |
3944 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testSecurityEnabled()' has an NCSS line count of 73 (limit: 40) |
3950 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'testSecurityEnabled' has a Standard Cyclomatic Complexity of 18. |
3945 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1053 | 30 | 1134 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'testSecurityEnabled' has a Standard Cyclomatic Complexity of 18. |
3951 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1067 | 17 | 1067 | 26 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
3946 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1067 | 17 | 1067 | 26 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
3952 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1068 | 17 | 1068 | 135 | 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. |
3947 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1068 | 17 | 1068 | 135 | 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. |
3953 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1068 | 89 | 1068 | 119 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3948 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1068 | 89 | 1068 | 119 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3954 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1069 | 17 | 1069 | 135 | 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. |
3949 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1069 | 17 | 1069 | 135 | 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. |
3955 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1069 | 89 | 1069 | 119 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3950 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1069 | 89 | 1069 | 119 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3956 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1070 | 17 | 1070 | 135 | 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. |
3951 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1070 | 17 | 1070 | 135 | 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. |
3957 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1070 | 89 | 1070 | 119 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3952 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1070 | 89 | 1070 | 119 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3958 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1071 | 17 | 1071 | 133 | 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. |
3953 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1071 | 17 | 1071 | 133 | 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. |
3959 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1071 | 88 | 1071 | 118 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3954 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1071 | 88 | 1071 | 118 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3960 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1073 | 17 | 1073 | 127 | 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. |
3955 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1073 | 17 | 1073 | 127 | 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. |
3961 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1074 | 17 | 1074 | 127 | 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. |
3956 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1074 | 17 | 1074 | 127 | 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. |
3962 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1075 | 17 | 1075 | 127 | 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. |
3957 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1075 | 17 | 1075 | 127 | 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. |
3963 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1077 | 21 | 1077 | 51 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3958 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1077 | 21 | 1077 | 51 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3964 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1078 | 21 | 1078 | 69 | 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 |
3959 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1078 | 21 | 1078 | 69 | 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 |
3965 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1078 | 21 | 1078 | 69 | 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 |
3960 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1078 | 21 | 1078 | 69 | 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 |
3966 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1080 | 21 | 1083 | 53 | 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 |
3961 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1080 | 21 | 1083 | 53 | 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 |
3967 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1082 | 25 | 1082 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3962 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1082 | 25 | 1082 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3968 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1083 | 23 | 1083 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3963 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1083 | 23 | 1083 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3969 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1085 | 21 | 1085 | 51 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3964 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1085 | 21 | 1085 | 51 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3970 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1086 | 21 | 1086 | 69 | 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 |
3965 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1086 | 21 | 1086 | 69 | 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 |
3971 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1086 | 21 | 1086 | 69 | 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 |
3966 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1086 | 21 | 1086 | 69 | 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 |
3972 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1088 | 21 | 1091 | 53 | 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 |
3967 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1088 | 21 | 1091 | 53 | 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 |
3973 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1090 | 25 | 1090 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3968 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1090 | 25 | 1090 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3974 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1091 | 23 | 1091 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3969 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1091 | 23 | 1091 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3975 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1093 | 21 | 1093 | 51 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3970 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1093 | 21 | 1093 | 51 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3976 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1094 | 21 | 1094 | 69 | 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 |
3971 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1094 | 21 | 1094 | 69 | 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 |
3977 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1094 | 21 | 1094 | 69 | 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 |
3972 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1094 | 21 | 1094 | 69 | 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 |
3978 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1096 | 21 | 1099 | 53 | 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 |
3973 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1096 | 21 | 1099 | 53 | 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 |
3979 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1098 | 25 | 1098 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3974 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1098 | 25 | 1098 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3980 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1099 | 23 | 1099 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3975 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1099 | 23 | 1099 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3981 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1101 | 21 | 1101 | 51 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3976 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1101 | 21 | 1101 | 51 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
3982 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1102 | 21 | 1102 | 69 | 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 |
3977 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1102 | 21 | 1102 | 69 | 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 |
3983 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1102 | 21 | 1102 | 69 | 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 |
3978 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1102 | 21 | 1102 | 69 | 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 |
3984 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1104 | 21 | 1107 | 53 | 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 |
3979 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1104 | 21 | 1107 | 53 | 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 |
3985 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1106 | 25 | 1106 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3980 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1106 | 25 | 1106 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3986 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1107 | 23 | 1107 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3981 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1107 | 23 | 1107 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3987 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1110 | 21 | 1110 | 65 | 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 |
3982 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1110 | 21 | 1110 | 65 | 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 |
3988 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1110 | 21 | 1110 | 65 | 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 |
3983 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1110 | 21 | 1110 | 65 | 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 |
3989 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1112 | 21 | 1115 | 53 | 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 |
3984 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1112 | 21 | 1115 | 53 | 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 |
3990 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1114 | 25 | 1114 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3985 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1114 | 25 | 1114 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3991 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1115 | 23 | 1115 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3986 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1115 | 23 | 1115 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3992 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1118 | 21 | 1118 | 65 | 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 |
3987 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1118 | 21 | 1118 | 65 | 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 |
3993 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1118 | 21 | 1118 | 65 | 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 |
3988 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1118 | 21 | 1118 | 65 | 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 |
3994 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1120 | 21 | 1123 | 53 | 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 |
3989 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1120 | 21 | 1123 | 53 | 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 |
3995 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1122 | 25 | 1122 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3990 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1122 | 25 | 1122 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3996 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1123 | 23 | 1123 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3991 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1123 | 23 | 1123 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3997 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1126 | 21 | 1126 | 65 | 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 |
3992 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1126 | 21 | 1126 | 65 | 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 |
3998 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1126 | 21 | 1126 | 65 | 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 |
3993 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1126 | 21 | 1126 | 65 | 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 |
3999 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1128 | 21 | 1131 | 53 | 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 |
3994 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1128 | 21 | 1131 | 53 | 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 |
4000 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1130 | 25 | 1130 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
3995 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1130 | 25 | 1130 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4001 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1131 | 23 | 1131 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
3996 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1131 | 23 | 1131 | 53 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
4002 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1136 | 30 | 1179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3997 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1136 | 30 | 1179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4003 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1136 | 30 | 1179 | 6 | 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. |
3998 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1136 | 30 | 1179 | 6 | 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. |
4004 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1151 | 17 | 1151 | 26 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
3999 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1151 | 17 | 1151 | 26 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4005 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1152 | 17 | 1152 | 94 | 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. |
4000 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1152 | 17 | 1152 | 94 | 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. |
4006 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1153 | 17 | 1153 | 94 | 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. |
4001 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1153 | 17 | 1153 | 94 | 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. |
4007 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1154 | 17 | 1154 | 94 | 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. |
4002 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1154 | 17 | 1154 | 94 | 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. |
4008 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1155 | 17 | 1155 | 93 | 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. |
4003 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1155 | 17 | 1155 | 93 | 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. |
4009 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1157 | 17 | 1157 | 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. |
4004 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1157 | 17 | 1157 | 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. |
4010 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1158 | 17 | 1158 | 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. |
4005 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1158 | 17 | 1158 | 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. |
4011 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1159 | 17 | 1159 | 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. |
4006 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1159 | 17 | 1159 | 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. |
4012 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1181 | 30 | 1190 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4007 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1181 | 30 | 1190 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4013 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1181 | 30 | 1190 | 6 | 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. |
4008 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1181 | 30 | 1190 | 6 | 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. |
4014 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1187 | 13 | 1187 | 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. |
4009 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1187 | 13 | 1187 | 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. |
4015 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1192 | 30 | 1220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4010 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1192 | 30 | 1220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4016 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1192 | 30 | 1220 | 6 | 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. |
4011 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1192 | 30 | 1220 | 6 | 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. |
4017 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1203 | 17 | 1203 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
4012 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1203 | 17 | 1203 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
4018 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1210 | 17 | 1210 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
4013 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1210 | 17 | 1210 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
4019 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1217 | 17 | 1217 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
4014 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_Test.cls | 1217 | 17 | 1217 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
4020 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4015 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4021 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 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 'pkb_mobile_controller' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4016 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 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 'pkb_mobile_controller' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4022 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'pkb_mobile_controller' has a total cognitive complexity of 184 (highest 35), current threshold is 50 |
4017 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'pkb_mobile_controller' has a total cognitive complexity of 184 (highest 35), current threshold is 50 |
4023 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'pkb_mobile_controller' has a total cyclomatic complexity of 158 (highest 24). |
4018 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'pkb_mobile_controller' has a total cyclomatic complexity of 158 (highest 24). |
4024 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
4019 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
4025 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class pkb_mobile_controller has 20 public methods, attributes, and properties (limit: 20) |
4020 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class pkb_mobile_controller has 20 public methods, attributes, and properties (limit: 20) |
4026 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 556 |
4021 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 556 |
4027 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'pkb_mobile_controller' has a Standard Cyclomatic Complexity of 4 (Highest = 17). |
4022 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1 | 21 | 1152 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'pkb_mobile_controller' has a Standard Cyclomatic Complexity of 4 (Highest = 17). |
4028 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 5 | 24 | 5 | 41 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MAX_ARTICLES' doesn't match '[a-z][a-zA-Z0-9]*' |
4023 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 5 | 24 | 5 | 41 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MAX_ARTICLES' doesn't match '[a-z][a-zA-Z0-9]*' |
4029 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 6 | 24 | 6 | 45 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MAX_QUERY_ROWS' doesn't match '[a-z][a-zA-Z0-9]*' |
4024 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 6 | 24 | 6 | 45 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MAX_QUERY_ROWS' doesn't match '[a-z][a-zA-Z0-9]*' |
4030 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 8 | 23 | 8 | 81 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_LANGUAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
4025 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 8 | 23 | 8 | 81 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_LANGUAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
4031 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 39 | 13 | 39 | 72 | 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 |
4026 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 39 | 13 | 39 | 72 | 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 |
4032 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 39 | 13 | 39 | 72 | 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 |
4027 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 39 | 13 | 39 | 72 | 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 |
4033 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 41 | 13 | 41 | 71 | 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 |
4028 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 41 | 13 | 41 | 71 | 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 |
4034 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 41 | 13 | 41 | 71 | 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 |
4029 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 41 | 13 | 41 | 71 | 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 |
4035 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 43 | 13 | 43 | 71 | 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 |
4030 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 43 | 13 | 43 | 71 | 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 |
4036 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 43 | 13 | 43 | 71 | 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 |
4031 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 43 | 13 | 43 | 71 | 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 |
4037 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 58 | 13 | 58 | 153 | 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 |
4032 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 58 | 13 | 58 | 153 | 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 |
4038 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 58 | 13 | 58 | 153 | 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 |
4033 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 58 | 13 | 58 | 153 | 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 |
4039 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 60 | 13 | 60 | 153 | 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 |
4034 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 60 | 13 | 60 | 153 | 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 |
4040 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 60 | 13 | 60 | 153 | 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 |
4035 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 60 | 13 | 60 | 153 | 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 |
4041 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 62 | 13 | 62 | 153 | 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 |
4036 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 62 | 13 | 62 | 153 | 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 |
4042 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 62 | 13 | 62 | 153 | 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 |
4037 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 62 | 13 | 62 | 153 | 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 |
4043 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 72 | 19 | 87 | 6 | 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 |
4038 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 72 | 19 | 87 | 6 | 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 |
4044 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 117 | 19 | 148 | 6 | 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 |
4039 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 117 | 19 | 148 | 6 | 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 |
4045 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 156 | 20 | 168 | 6 | 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 |
4040 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 156 | 20 | 168 | 6 | 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 |
4046 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 175 | 20 | 194 | 6 | 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 |
4041 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 175 | 20 | 194 | 6 | 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 |
4047 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 179 | 37 | 183 | 64 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4042 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 179 | 37 | 183 | 64 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4048 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 204 | 20 | 238 | 6 | 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 |
4043 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 204 | 20 | 238 | 6 | 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 |
4049 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 246 | 19 | 261 | 6 | 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 |
4044 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 246 | 19 | 261 | 6 | 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 |
4050 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 269 | 19 | 348 | 6 | 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 |
4045 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 269 | 19 | 348 | 6 | 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 |
4051 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 280 | 21 | 280 | 104 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'maxKAVrecords' defined but not used |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
4052 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 298 | 20 | 302 | 61 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'KAVQ' doesn't match '[a-z][a-zA-Z0-9]*' |
4046 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 298 | 20 | 302 | 61 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'KAVQ' doesn't match '[a-z][a-zA-Z0-9]*' |
4053 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 304 | 27 | 304 | 53 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'KAIds' doesn't match '[a-z][a-zA-Z0-9]*' |
4047 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 304 | 27 | 304 | 53 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'KAIds' doesn't match '[a-z][a-zA-Z0-9]*' |
4054 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 305 | 64 | 305 | 68 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
4048 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 305 | 64 | 305 | 68 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
4055 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 357 | 19 | 377 | 6 | 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 |
4049 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 357 | 19 | 377 | 6 | 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 |
4056 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 388 | 20 | 425 | 6 | 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 |
4050 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 388 | 20 | 425 | 6 | 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 |
4057 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 390 | 29 | 390 | 64 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'results' defined but not used |
4051 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 390 | 29 | 390 | 64 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'results' defined but not used |
4058 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 391 | 60 | 391 | 63 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'res' defined but not used |
4052 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 391 | 60 | 391 | 63 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'res' defined but not used |
4059 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 397 | 13 | 397 | 70 | 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 |
4053 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 397 | 13 | 397 | 70 | 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 |
4060 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 397 | 13 | 397 | 70 | 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 |
4054 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 397 | 13 | 397 | 70 | 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 |
4061 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 403 | 16 | 403 | 36 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'sName' defined but not used |
4055 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 403 | 16 | 403 | 36 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'sName' defined but not used |
4062 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 432 | 19 | 452 | 6 | 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 |
4056 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 432 | 19 | 452 | 6 | 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 |
4063 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 461 | 20 | 492 | 6 | 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 |
4057 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 461 | 20 | 492 | 6 | 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 |
4064 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 464 | 59 | 464 | 62 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'res' defined but not used |
4058 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 464 | 59 | 464 | 62 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'res' defined but not used |
4065 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 468 | 13 | 468 | 71 | 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 |
4059 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 468 | 13 | 468 | 71 | 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 |
4066 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 468 | 13 | 468 | 71 | 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 |
4060 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 468 | 13 | 468 | 71 | 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 |
4067 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 472 | 13 | 472 | 70 | 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 |
4061 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 472 | 13 | 472 | 70 | 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 |
4068 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 472 | 13 | 472 | 70 | 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 |
4062 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 472 | 13 | 472 | 70 | 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 |
4069 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 501 | 19 | 604 | 6 | 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 |
4063 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 501 | 19 | 604 | 6 | 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 |
4070 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 501 | 19 | 604 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getCurrentSiteSetUp()' has a cognitive complexity of 25, current threshold is 15 |
4064 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 501 | 19 | 604 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getCurrentSiteSetUp()' has a cognitive complexity of 25, current threshold is 15 |
4071 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 501 | 19 | 604 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getCurrentSiteSetUp()' has a cyclomatic complexity of 18. |
4065 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 501 | 19 | 604 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getCurrentSiteSetUp()' has a cyclomatic complexity of 18. |
4072 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 501 | 19 | 604 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getCurrentSiteSetUp()' has an NCSS line count of 74 (limit: 40) |
4066 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 501 | 19 | 604 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getCurrentSiteSetUp()' has an NCSS line count of 74 (limit: 40) |
4073 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 501 | 19 | 604 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getCurrentSiteSetUp' has a Standard Cyclomatic Complexity of 12. |
4067 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 501 | 19 | 604 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getCurrentSiteSetUp' has a Standard Cyclomatic Complexity of 12. |
4074 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 560 | 61 | 560 | 144 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4068 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 560 | 61 | 560 | 144 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4075 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 560 | 54 | 560 | 145 | 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 |
4069 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 560 | 54 | 560 | 145 | 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 |
4076 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 560 | 54 | 560 | 145 | 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 |
4070 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 560 | 54 | 560 | 145 | 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 |
4077 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 567 | 21 | 568 | 87 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4071 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 567 | 21 | 568 | 87 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4078 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 567 | 45 | 567 | 84 | 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 |
4072 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 567 | 45 | 567 | 84 | 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 |
4079 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 567 | 45 | 567 | 84 | 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 |
4073 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 567 | 45 | 567 | 84 | 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 |
4080 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 568 | 26 | 568 | 87 | 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 |
4074 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 568 | 26 | 568 | 87 | 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 |
4081 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 616 | 19 | 632 | 6 | 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 |
4075 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 616 | 19 | 632 | 6 | 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 |
4082 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 634 | 19 | 647 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4076 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 634 | 19 | 647 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4083 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 654 | 13 | 654 | 60 | 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 |
4077 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 654 | 13 | 654 | 60 | 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 |
4084 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 654 | 13 | 654 | 60 | 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 |
4078 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 654 | 13 | 654 | 60 | 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 |
4085 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 665 | 22 | 665 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'res' defined but not used |
4079 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 665 | 22 | 665 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'res' defined but not used |
4086 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 686 | 19 | 810 | 6 | 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 |
4080 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 686 | 19 | 810 | 6 | 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 |
4087 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 686 | 19 | 810 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processContactUs(pkb_mobile_proxy.RequestItem)' has a cognitive complexity of 35, current threshold is 15 |
4081 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 686 | 19 | 810 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processContactUs(pkb_mobile_proxy.RequestItem)' has a cognitive complexity of 35, current threshold is 15 |
4088 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 686 | 19 | 810 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'processContactUs(pkb_mobile_proxy.RequestItem)' has a cyclomatic complexity of 24. |
4082 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 686 | 19 | 810 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'processContactUs(pkb_mobile_proxy.RequestItem)' has a cyclomatic complexity of 24. |
4089 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 686 | 19 | 810 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'processContactUs()' has an NCSS line count of 80 (limit: 40) |
4083 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 686 | 19 | 810 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'processContactUs()' has an NCSS line count of 80 (limit: 40) |
4090 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 686 | 19 | 810 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processContactUs' has a Standard Cyclomatic Complexity of 14. |
4084 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 686 | 19 | 810 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processContactUs' has a Standard Cyclomatic Complexity of 14. |
4091 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 692 | 17 | 692 | 32 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'user_lat' doesn't match '[a-z][a-zA-Z0-9]*' |
4085 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 692 | 17 | 692 | 32 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'user_lat' doesn't match '[a-z][a-zA-Z0-9]*' |
4092 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 693 | 17 | 693 | 33 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'user_long' doesn't match '[a-z][a-zA-Z0-9]*' |
4086 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 693 | 17 | 693 | 33 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'user_long' doesn't match '[a-z][a-zA-Z0-9]*' |
4093 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 752 | 21 | 754 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4087 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 752 | 21 | 754 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4094 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 769 | 46 | 769 | 111 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4088 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 769 | 46 | 769 | 111 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4095 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 770 | 21 | 775 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4089 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 770 | 21 | 775 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4096 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 777 | 21 | 787 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4090 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 777 | 21 | 787 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4097 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 778 | 44 | 778 | 119 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4091 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 778 | 44 | 778 | 119 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4098 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 820 | 19 | 833 | 6 | 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 |
4092 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 820 | 19 | 833 | 6 | 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 |
4099 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 843 | 19 | 989 | 6 | 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 |
4093 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 843 | 19 | 989 | 6 | 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 |
4100 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 843 | 19 | 989 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getArticleDetail(pkb_mobile_proxy.RequestItem)' has a cognitive complexity of 30, current threshold is 15 |
4094 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 843 | 19 | 989 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getArticleDetail(pkb_mobile_proxy.RequestItem)' has a cognitive complexity of 30, current threshold is 15 |
4101 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 843 | 19 | 989 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getArticleDetail(pkb_mobile_proxy.RequestItem)' has a cyclomatic complexity of 19. |
4095 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 843 | 19 | 989 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getArticleDetail(pkb_mobile_proxy.RequestItem)' has a cyclomatic complexity of 19. |
4102 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 843 | 19 | 989 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getArticleDetail()' has an NCSS line count of 106 (limit: 40) |
4096 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 843 | 19 | 989 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getArticleDetail()' has an NCSS line count of 106 (limit: 40) |
4103 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 843 | 19 | 989 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getArticleDetail' has a Standard Cyclomatic Complexity of 17. |
4097 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 843 | 19 | 989 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getArticleDetail' has a Standard Cyclomatic Complexity of 17. |
4104 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 845 | 29 | 845 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'checkACCESS' defined but not used |
4098 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 845 | 29 | 845 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'checkACCESS' defined but not used |
4105 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 850 | 20 | 850 | 60 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'escapedLang' defined but not used |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
4106 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 851 | 20 | 851 | 80 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'defaultPublishStatus' defined but not used |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
4107 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 889 | 21 | 889 | 73 | 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 |
4099 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 889 | 21 | 889 | 73 | 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 |
4108 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 889 | 21 | 889 | 73 | 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 |
4100 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 889 | 21 | 889 | 73 | 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 |
4109 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 892 | 48 | 892 | 70 | 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 |
4101 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 892 | 48 | 892 | 70 | 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 |
4110 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 892 | 48 | 892 | 70 | 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 |
4102 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 892 | 48 | 892 | 70 | 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 |
4111 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 893 | 48 | 893 | 81 | 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 |
4103 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 893 | 48 | 893 | 81 | 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 |
4112 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 893 | 48 | 893 | 81 | 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 |
4104 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 893 | 48 | 893 | 81 | 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 |
4113 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 894 | 45 | 894 | 75 | 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 |
4105 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 894 | 45 | 894 | 75 | 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 |
4114 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 894 | 45 | 894 | 75 | 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 |
4106 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 894 | 45 | 894 | 75 | 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 |
4115 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 895 | 41 | 895 | 65 | 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 |
4107 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 895 | 41 | 895 | 65 | 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 |
4116 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 895 | 41 | 895 | 65 | 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 |
4108 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 895 | 41 | 895 | 65 | 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 |
4117 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 896 | 50 | 896 | 85 | 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 |
4109 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 896 | 50 | 896 | 85 | 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 |
4118 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 896 | 50 | 896 | 85 | 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 |
4110 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 896 | 50 | 896 | 85 | 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 |
4119 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 898 | 35 | 898 | 70 | 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 |
4111 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 898 | 35 | 898 | 70 | 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 |
4120 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 898 | 35 | 898 | 70 | 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 |
4112 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 898 | 35 | 898 | 70 | 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 |
4121 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 905 | 55 | 905 | 58 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
4113 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 905 | 55 | 905 | 58 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
4122 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 924 | 21 | 926 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4114 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 924 | 21 | 926 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4123 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 962 | 61 | 968 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4115 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 962 | 61 | 968 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4124 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 971 | 16 | 971 | 73 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ka_ID' doesn't match '[a-z][a-zA-Z0-9]*' |
4116 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 971 | 16 | 971 | 73 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ka_ID' doesn't match '[a-z][a-zA-Z0-9]*' |
4125 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1001 | 19 | 1058 | 6 | 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 |
4117 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1001 | 19 | 1058 | 6 | 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 |
4126 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1001 | 19 | 1058 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'submitFeedBack(pkb_mobile_proxy.RequestItem)' has a cyclomatic complexity of 11. |
4118 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1001 | 19 | 1058 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'submitFeedBack(pkb_mobile_proxy.RequestItem)' has a cyclomatic complexity of 11. |
4127 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1018 | 21 | 1018 | 46 | 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 |
4119 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1018 | 21 | 1018 | 46 | 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 |
4128 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1018 | 21 | 1018 | 46 | 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 |
4120 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1018 | 21 | 1018 | 46 | 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 |
4129 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1020 | 21 | 1020 | 54 | 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 |
4121 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1020 | 21 | 1020 | 54 | 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 |
4130 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1020 | 21 | 1020 | 54 | 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 |
4122 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1020 | 21 | 1020 | 54 | 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 |
4131 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1022 | 21 | 1022 | 49 | 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 |
4123 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1022 | 21 | 1022 | 49 | 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 |
4132 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1022 | 21 | 1022 | 49 | 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 |
4124 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1022 | 21 | 1022 | 49 | 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 |
4133 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1039 | 17 | 1039 | 28 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4125 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1039 | 17 | 1039 | 28 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4134 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1069 | 19 | 1071 | 6 | 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 |
4126 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1069 | 19 | 1071 | 6 | 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 |
4135 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1076 | 20 | 1113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4127 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1076 | 20 | 1113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4136 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1078 | 9 | 1078 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4128 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1078 | 9 | 1078 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4137 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1078 | 9 | 1078 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4129 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1078 | 9 | 1078 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4138 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1087 | 37 | 1091 | 50 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4130 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1087 | 37 | 1091 | 50 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4139 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1096 | 17 | 1096 | 85 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4131 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1096 | 17 | 1096 | 85 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4140 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1096 | 17 | 1096 | 85 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4132 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1096 | 17 | 1096 | 85 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4141 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1108 | 17 | 1108 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4133 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1108 | 17 | 1108 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4142 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1108 | 17 | 1108 | 84 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4134 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1108 | 17 | 1108 | 84 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4143 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1117 | 19 | 1137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4135 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1117 | 19 | 1137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4144 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1122 | 37 | 1122 | 94 | 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 |
4136 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1122 | 37 | 1122 | 94 | 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 |
4145 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1122 | 37 | 1122 | 94 | 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 |
4137 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1122 | 37 | 1122 | 94 | 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 |
4146 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1142 | 19 | 1150 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4138 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_controller.cls | 1142 | 19 | 1150 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4147 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 1 | 22 | 344 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4139 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 1 | 22 | 344 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4148 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 1 | 22 | 344 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
4140 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 1 | 22 | 344 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
4149 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 1 | 22 | 344 | 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 'pkb_mobile_proxy' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4141 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 1 | 22 | 344 | 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 'pkb_mobile_proxy' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4150 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 1 | 22 | 344 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'pkb_mobile_proxy' has a total cognitive complexity of 55 (highest 24), current threshold is 50 |
4142 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 1 | 22 | 344 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'pkb_mobile_proxy' has a total cognitive complexity of 55 (highest 24), current threshold is 50 |
4151 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 1 | 22 | 344 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'pkb_mobile_proxy' has a Standard Cyclomatic Complexity of 2 (Highest = 13). |
4143 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 1 | 22 | 344 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'pkb_mobile_proxy' has a Standard Cyclomatic Complexity of 2 (Highest = 13). |
4152 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 3 | 23 | 3 | 81 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_LANGUAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
4144 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 3 | 23 | 3 | 81 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_LANGUAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
4153 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 4 | 23 | 4 | 67 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'COOKIE_SESSION_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
4145 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 4 | 23 | 4 | 67 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'COOKIE_SESSION_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
4154 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 5 | 23 | 5 | 72 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'COOKIE_CONTACT_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
4146 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 5 | 23 | 5 | 72 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'COOKIE_CONTACT_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
4155 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 21 | 9 | 21 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4147 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 21 | 9 | 21 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4156 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 22 | 9 | 22 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4148 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 22 | 9 | 22 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4157 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 23 | 9 | 23 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4149 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 23 | 9 | 23 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4158 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 24 | 9 | 24 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4150 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 24 | 9 | 24 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4159 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 25 | 9 | 25 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4151 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 25 | 9 | 25 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4160 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 26 | 9 | 26 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4152 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 26 | 9 | 26 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4161 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 27 | 9 | 27 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4153 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 27 | 9 | 27 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4162 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 28 | 9 | 28 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4154 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 28 | 9 | 28 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4163 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 30 | 9 | 30 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4155 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 30 | 9 | 30 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4164 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 32 | 9 | 66 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4156 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 32 | 9 | 66 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4165 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 70 | 16 | 114 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4157 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 70 | 16 | 114 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4166 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 70 | 16 | 114 | 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. |
4158 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 70 | 16 | 114 | 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. |
4167 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 94 | 5 | 94 | 16 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4159 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 94 | 5 | 94 | 16 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4168 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 103 | 26 | 103 | 84 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4160 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 103 | 26 | 103 | 84 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4169 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 105 | 6 | 105 | 136 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4161 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 105 | 6 | 105 | 136 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4170 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 105 | 6 | 105 | 136 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4162 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 105 | 6 | 105 | 136 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4171 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 120 | 16 | 122 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4163 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 120 | 16 | 122 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4172 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 120 | 16 | 122 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4164 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 120 | 16 | 122 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4173 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 125 | 17 | 192 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4165 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 125 | 17 | 192 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4174 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 125 | 17 | 192 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getRemoteAction(String)' has a cognitive complexity of 24, current threshold is 15 |
4166 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 125 | 17 | 192 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getRemoteAction(String)' has a cognitive complexity of 24, current threshold is 15 |
4175 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 125 | 17 | 192 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getRemoteAction(String)' has a cyclomatic complexity of 14. |
4167 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 125 | 17 | 192 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getRemoteAction(String)' has a cyclomatic complexity of 14. |
4176 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 125 | 17 | 192 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getRemoteAction()' has an NCSS line count of 50 (limit: 40) |
4168 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 125 | 17 | 192 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getRemoteAction()' has an NCSS line count of 50 (limit: 40) |
4177 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 125 | 17 | 192 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getRemoteAction' has a Standard Cyclomatic Complexity of 13. |
4169 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 125 | 17 | 192 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getRemoteAction' has a Standard Cyclomatic Complexity of 13. |
4178 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 127 | 32 | 127 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'theSC2' defined but not used |
4170 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 127 | 32 | 127 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'theSC2' defined but not used |
4179 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 190 | 3 | 190 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4171 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 190 | 3 | 190 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4180 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 190 | 3 | 190 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4172 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 190 | 3 | 190 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4181 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 199 | 22 | 208 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4173 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 199 | 22 | 208 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4182 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 210 | 23 | 220 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4174 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 210 | 23 | 220 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4183 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 226 | 23 | 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 |
4175 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 226 | 23 | 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 |
4184 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 242 | 23 | 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 |
4176 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 242 | 23 | 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 |
4185 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 243 | 10 | 243 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4177 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 243 | 10 | 243 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4186 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 244 | 10 | 244 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4178 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 244 | 10 | 244 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4187 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 245 | 10 | 245 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4179 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 245 | 10 | 245 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4188 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 247 | 10 | 251 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4180 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 247 | 10 | 251 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4189 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 252 | 10 | 256 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4181 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 252 | 10 | 256 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4190 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 260 | 23 | 290 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4182 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 260 | 23 | 290 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4191 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 260 | 23 | 290 | 3 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'mobileKnowledgeArticleData' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4183 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 260 | 23 | 290 | 3 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'mobileKnowledgeArticleData' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4192 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 261 | 10 | 261 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4184 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 261 | 10 | 261 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4193 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 262 | 10 | 262 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4185 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 262 | 10 | 262 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4194 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 263 | 10 | 263 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4186 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 263 | 10 | 263 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4195 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 264 | 10 | 264 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4187 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 264 | 10 | 264 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4196 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 265 | 10 | 265 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4188 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 265 | 10 | 265 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4197 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 266 | 10 | 266 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4189 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 266 | 10 | 266 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4198 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 267 | 10 | 267 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4190 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 267 | 10 | 267 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4199 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 268 | 10 | 268 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4191 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 268 | 10 | 268 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4200 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 269 | 10 | 269 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4192 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 269 | 10 | 269 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4201 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 270 | 10 | 270 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4193 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 270 | 10 | 270 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4202 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 271 | 10 | 271 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4194 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 271 | 10 | 271 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4203 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 272 | 10 | 272 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4195 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 272 | 10 | 272 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4204 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 273 | 10 | 273 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4196 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 273 | 10 | 273 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4205 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 274 | 10 | 274 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4197 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 274 | 10 | 274 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4206 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 278 | 10 | 278 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4198 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 278 | 10 | 278 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4207 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 278 | 3 | 278 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
4199 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 278 | 3 | 278 | 9 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
4208 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 281 | 10 | 289 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4200 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 281 | 10 | 289 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4209 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 295 | 23 | 311 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4201 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 295 | 23 | 311 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4210 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 296 | 10 | 296 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4202 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 296 | 10 | 296 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4211 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 297 | 10 | 297 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4203 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 297 | 10 | 297 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4212 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 298 | 10 | 298 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4204 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 298 | 10 | 298 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4213 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 299 | 10 | 299 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4205 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 299 | 10 | 299 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4214 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 300 | 10 | 300 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4206 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 300 | 10 | 300 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4215 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 301 | 10 | 301 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4207 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 301 | 10 | 301 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4216 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 302 | 10 | 302 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4208 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 302 | 10 | 302 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4217 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 303 | 10 | 303 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4209 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 303 | 10 | 303 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4218 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 304 | 10 | 304 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4210 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 304 | 10 | 304 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4219 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 305 | 10 | 305 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4211 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 305 | 10 | 305 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4220 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 306 | 10 | 306 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4212 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 306 | 10 | 306 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4221 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 307 | 10 | 307 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4213 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 307 | 10 | 307 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4222 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 308 | 10 | 308 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4214 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 308 | 10 | 308 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4223 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 309 | 10 | 309 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4215 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 309 | 10 | 309 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4224 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 310 | 10 | 310 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4216 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 310 | 10 | 310 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4225 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 317 | 16 | 342 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4217 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 317 | 16 | 342 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4226 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 317 | 16 | 342 | 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 |
4218 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/classes/pkb_mobile_proxy.cls | 317 | 16 | 342 | 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 |
4227 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_article.component | 32 | 16 | 32 | 29 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4219 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_article.component | 32 | 16 | 32 | 29 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4228 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_article.component | 32 | 29 | 32 | 38 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4220 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_article.component | 32 | 29 | 32 | 38 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4229 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_articleicons.component | 44 | 41 | 44 | 54 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4221 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_articleicons.component | 44 | 41 | 44 | 54 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4230 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_categoryselect.component | 17 | 47 | 25 | 22 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4222 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_categoryselect.component | 17 | 47 | 25 | 22 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4231 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_featured.component | 21 | 59 | 21 | 72 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4223 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_featured.component | 21 | 59 | 21 | 72 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4232 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 29 | 17 | 29 | 43 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4224 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 29 | 17 | 29 | 43 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4233 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 30 | 22 | 30 | 46 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4225 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 30 | 22 | 30 | 46 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4234 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 129 | 40 | 129 | 60 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4226 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 129 | 40 | 129 | 60 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4235 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 130 | 16 | 130 | 39 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4227 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 130 | 16 | 130 | 39 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4236 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 131 | 47 | 131 | 70 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4228 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 131 | 47 | 131 | 70 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4237 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 132 | 31 | 132 | 55 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4229 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 132 | 31 | 132 | 55 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4238 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 132 | 56 | 132 | 80 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4230 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_js.component | 132 | 56 | 132 | 80 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4239 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_mobile_jsInit.component | 71 | 16 | 71 | 36 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4231 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_mobile_jsInit.component | 71 | 16 | 71 | 36 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4240 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_mobile_jsInit.component | 78 | 39 | 78 | 62 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4232 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_mobile_jsInit.component | 78 | 39 | 78 | 62 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4241 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_mobile_jsInit.component | 99 | 51 | 99 | 79 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4233 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_mobile_jsInit.component | 99 | 51 | 99 | 79 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4242 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_mobile_jsInit.component | 104 | 27 | 104 | 44 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4234 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_mobile_jsInit.component | 104 | 27 | 104 | 44 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4243 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_mobile_jsInit.component | 109 | 17 | 109 | 34 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4235 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_mobile_jsInit.component | 109 | 17 | 109 | 34 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4244 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_related.component | 18 | 41 | 18 | 54 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4236 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_related.component | 18 | 41 | 18 | 54 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4245 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_related.component | 18 | 56 | 18 | 65 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4237 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_related.component | 18 | 56 | 18 | 65 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4246 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_results.component | 65 | 54 | 65 | 61 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4238 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_results.component | 65 | 54 | 65 | 61 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4247 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_results.component | 67 | 57 | 67 | 74 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4239 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_results.component | 67 | 57 | 67 | 74 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4248 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_results.component | 97 | 42 | 97 | 59 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4240 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_results.component | 97 | 42 | 97 | 59 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4249 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_results.component | 100 | 84 | 100 | 101 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4241 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_results.component | 100 | 84 | 100 | 101 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4250 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_search.component | 81 | 10 | 81 | 36 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4242 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/components/pkb_search.component | 81 | 10 | 81 | 36 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4251 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/pages/pkb_Settings.page | 307 | 25 | 307 | 45 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4243 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/pages/pkb_Settings.page | 307 | 25 | 307 | 45 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4252 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/pages/pkb_Template_fb.page | 107 | 20 | 107 | 37 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4244 | /public-knowledge-for-mobile-web-and-facebook-version-3/main/default/pages/pkb_Template_fb.page | 107 | 20 | 107 | 37 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4253 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 1 | 24 | 272 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4245 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 1 | 24 | 272 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4254 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 1 | 24 | 272 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'EstimatedWaitTimeController' has a Standard Cyclomatic Complexity of 5 (Highest = 12). |
4246 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 1 | 24 | 272 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'EstimatedWaitTimeController' has a Standard Cyclomatic Complexity of 5 (Highest = 12). |
4255 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 5 | 19 | 143 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4247 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 5 | 19 | 143 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4256 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 5 | 19 | 143 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getEstimatedWaitTime(String, Integer, Long)' has a cognitive complexity of 20, current threshold is 15 |
4248 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 5 | 19 | 143 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getEstimatedWaitTime(String, Integer, Long)' has a cognitive complexity of 20, current threshold is 15 |
4257 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 5 | 19 | 143 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getEstimatedWaitTime(String, Integer, Long)' has a cyclomatic complexity of 13. |
4249 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 5 | 19 | 143 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getEstimatedWaitTime(String, Integer, Long)' has a cyclomatic complexity of 13. |
4258 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 5 | 19 | 143 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getEstimatedWaitTime()' has an NCSS line count of 43 (limit: 40) |
4250 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 5 | 19 | 143 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getEstimatedWaitTime()' has an NCSS line count of 43 (limit: 40) |
4259 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 5 | 19 | 143 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getEstimatedWaitTime' has a Standard Cyclomatic Complexity of 12. |
4251 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 5 | 19 | 143 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getEstimatedWaitTime' has a Standard Cyclomatic Complexity of 12. |
4260 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 14 | 41 | 18 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4252 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 14 | 41 | 18 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4261 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 29 | 46 | 33 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4253 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 29 | 46 | 33 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4262 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 49 | 55 | 54 | 14 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4254 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 49 | 55 | 54 | 14 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4263 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 81 | 21 | 83 | 14 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'closeTime' defined but not used |
4255 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 81 | 21 | 83 | 14 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'closeTime' defined but not used |
4264 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 146 | 23 | 146 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'MINIMUM_MINS' doesn't match '[a-z][a-zA-Z0-9]*' |
4256 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 146 | 23 | 146 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'MINIMUM_MINS' doesn't match '[a-z][a-zA-Z0-9]*' |
4265 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 148 | 55 | 152 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4257 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 148 | 55 | 152 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4266 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 157 | 56 | 164 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4258 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 157 | 56 | 164 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4267 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 204 | 49 | 222 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4259 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeController.cls | 204 | 49 | 222 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4268 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 31 | 9 | 31 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4260 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 31 | 9 | 31 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4269 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 39 | 9 | 39 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4261 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 39 | 9 | 39 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4270 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 54 | 9 | 54 | 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. |
4262 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 54 | 9 | 54 | 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. |
4271 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 85 | 9 | 85 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4263 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 85 | 9 | 85 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4272 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 93 | 9 | 93 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4264 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 93 | 9 | 93 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4273 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 108 | 9 | 108 | 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. |
4265 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 108 | 9 | 108 | 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. |
4274 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 139 | 9 | 139 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4266 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 139 | 9 | 139 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4275 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 147 | 9 | 147 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4267 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 147 | 9 | 147 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4276 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 157 | 13 | 157 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4268 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 157 | 13 | 157 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4277 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 167 | 13 | 167 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4269 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 167 | 13 | 167 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4278 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 185 | 9 | 185 | 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. |
4270 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 185 | 9 | 185 | 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. |
4279 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 216 | 9 | 216 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4271 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 216 | 9 | 216 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4280 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 225 | 9 | 225 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4272 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 225 | 9 | 225 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4281 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 232 | 9 | 232 | 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. |
4273 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 232 | 9 | 232 | 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. |
4282 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 263 | 9 | 263 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4274 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 263 | 9 | 263 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4283 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 272 | 9 | 272 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4275 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 272 | 9 | 272 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4284 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 287 | 9 | 287 | 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. |
4276 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 287 | 9 | 287 | 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. |
4285 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 318 | 9 | 318 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4277 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 318 | 9 | 318 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4286 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 327 | 9 | 327 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4278 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 327 | 9 | 327 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4287 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 337 | 13 | 337 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4279 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 337 | 13 | 337 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4288 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 347 | 13 | 347 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4280 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 347 | 13 | 347 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4289 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 365 | 9 | 365 | 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. |
4281 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 365 | 9 | 365 | 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. |
4290 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 396 | 9 | 396 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4282 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 396 | 9 | 396 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4291 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 405 | 9 | 405 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4283 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 405 | 9 | 405 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4292 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 412 | 9 | 412 | 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. |
4284 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 412 | 9 | 412 | 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. |
4293 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 443 | 9 | 443 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4285 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 443 | 9 | 443 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4294 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 452 | 9 | 452 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4286 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 452 | 9 | 452 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4295 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 462 | 13 | 462 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4287 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 462 | 13 | 462 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4296 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 472 | 13 | 472 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4288 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 472 | 13 | 472 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4297 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 490 | 9 | 490 | 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. |
4289 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 490 | 9 | 490 | 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. |
4298 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 521 | 9 | 521 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4290 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 521 | 9 | 521 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4299 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 530 | 9 | 530 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4291 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 530 | 9 | 530 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4300 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 540 | 13 | 540 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4292 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 540 | 13 | 540 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4301 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 550 | 13 | 550 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4293 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 550 | 13 | 550 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4302 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 568 | 9 | 568 | 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. |
4294 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 568 | 9 | 568 | 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. |
4303 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 593 | 9 | 593 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4295 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 593 | 9 | 593 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4304 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 601 | 9 | 601 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4296 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 601 | 9 | 601 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4305 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 608 | 9 | 608 | 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. |
4297 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 608 | 9 | 608 | 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. |
4306 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 633 | 9 | 633 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4298 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 633 | 9 | 633 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4307 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 641 | 9 | 641 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4299 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 641 | 9 | 641 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4308 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 648 | 9 | 648 | 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. |
4300 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 648 | 9 | 648 | 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. |
4309 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 679 | 9 | 679 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4301 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 679 | 9 | 679 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4310 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 688 | 9 | 688 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4302 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 688 | 9 | 688 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4311 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 698 | 13 | 698 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4303 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 698 | 13 | 698 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4312 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 708 | 13 | 708 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4304 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 708 | 13 | 708 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4313 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 726 | 9 | 726 | 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. |
4305 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 726 | 9 | 726 | 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. |
4314 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 752 | 9 | 752 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4306 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 752 | 9 | 752 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4315 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 759 | 9 | 759 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4307 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 759 | 9 | 759 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4316 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 766 | 9 | 766 | 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. |
4308 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 766 | 9 | 766 | 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. |
4317 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 791 | 9 | 791 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4309 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 791 | 9 | 791 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4318 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 799 | 9 | 799 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4310 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 799 | 9 | 799 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4319 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 806 | 9 | 806 | 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. |
4311 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 806 | 9 | 806 | 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. |
4320 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 837 | 9 | 837 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4312 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 837 | 9 | 837 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4321 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 846 | 9 | 846 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4313 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 846 | 9 | 846 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4322 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 856 | 13 | 856 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4314 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 856 | 13 | 856 | 33 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4323 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 866 | 13 | 866 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4315 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 866 | 13 | 866 | 32 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4324 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 884 | 9 | 884 | 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. |
4316 | /queue-management-visitor-signup-experience/force-app/main/default/classes/EstimatedWaitTimeControllerTest.cls | 884 | 9 | 884 | 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. |
4325 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationController.cls | 1 | 24 | 25 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4317 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationController.cls | 1 | 24 | 25 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4326 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationController.cls | 3 | 19 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4318 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationController.cls | 3 | 19 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4327 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationController.cls | 4 | 16 | 8 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4319 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationController.cls | 4 | 16 | 8 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4328 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationController.cls | 12 | 19 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4320 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationController.cls | 12 | 19 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4329 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 16 | 9 | 16 | 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. |
4321 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 16 | 9 | 16 | 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. |
4330 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 17 | 9 | 17 | 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. |
4322 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 17 | 9 | 17 | 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. |
4331 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 18 | 9 | 18 | 72 | 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. |
4323 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 18 | 9 | 18 | 72 | 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. |
4332 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 31 | 13 | 31 | 33 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
4324 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 31 | 13 | 31 | 33 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
4333 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 34 | 9 | 34 | 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. |
4325 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 34 | 9 | 34 | 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. |
4334 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 50 | 9 | 50 | 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. |
4326 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 50 | 9 | 50 | 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. |
4335 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 57 | 9 | 57 | 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. |
4327 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 57 | 9 | 57 | 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. |
4336 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 58 | 9 | 58 | 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. |
4328 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 58 | 9 | 58 | 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. |
4337 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 59 | 9 | 59 | 67 | 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. |
4329 | /queue-management-visitor-signup-experience/force-app/main/default/classes/FormInitializationControllerTest.cls | 59 | 9 | 59 | 67 | 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. |
4338 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 1 | 24 | 68 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4330 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 1 | 24 | 68 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4339 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 3 | 19 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4331 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 3 | 19 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4340 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 9 | 16 | 14 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4332 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 9 | 16 | 14 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4341 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 18 | 19 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4333 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 18 | 19 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4342 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 19 | 16 | 19 | 59 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4334 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 19 | 16 | 19 | 59 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4343 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 60 | 20 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4335 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 60 | 20 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4344 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 60 | 20 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4336 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 60 | 20 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4345 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 60 | 20 | 67 | 6 | 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 |
4337 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 60 | 20 | 67 | 6 | 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 |
4346 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 61 | 16 | 66 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4338 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 61 | 16 | 66 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4347 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 61 | 16 | 66 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4339 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorController.cls | 61 | 16 | 66 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4348 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 15 | 9 | 15 | 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. |
4340 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 15 | 9 | 15 | 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. |
4349 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 30 | 9 | 30 | 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. |
4341 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 30 | 9 | 30 | 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. |
4350 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 45 | 9 | 45 | 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. |
4342 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 45 | 9 | 45 | 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. |
4351 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 60 | 9 | 60 | 57 | 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. |
4343 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 60 | 9 | 60 | 57 | 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. |
4352 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 75 | 9 | 75 | 57 | 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. |
4344 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 75 | 9 | 75 | 57 | 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. |
4353 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 90 | 9 | 90 | 57 | 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. |
4345 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 90 | 9 | 90 | 57 | 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. |
4354 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 95 | 31 | 99 | 10 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'generatedLocations' defined but not used |
4346 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 95 | 31 | 99 | 10 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'generatedLocations' defined but not used |
4355 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 104 | 9 | 104 | 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. |
4347 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 104 | 9 | 104 | 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. |
4356 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 117 | 9 | 120 | 10 | 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. |
4348 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 117 | 9 | 120 | 10 | 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. |
4357 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 133 | 9 | 133 | 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. |
4349 | /queue-management-visitor-signup-experience/force-app/main/default/classes/QueueSelectorControllerTest.cls | 133 | 9 | 133 | 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. |
4358 | /queue-management-visitor-signup-experience/force-app/main/default/classes/Recaptcha.cls | 1 | 21 | 40 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4350 | /queue-management-visitor-signup-experience/force-app/main/default/classes/Recaptcha.cls | 1 | 21 | 40 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4359 | /queue-management-visitor-signup-experience/force-app/main/default/classes/Recaptcha.cls | 6 | 19 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4351 | /queue-management-visitor-signup-experience/force-app/main/default/classes/Recaptcha.cls | 6 | 19 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4360 | /queue-management-visitor-signup-experience/force-app/main/default/classes/Recaptcha.cls | 12 | 19 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4352 | /queue-management-visitor-signup-experience/force-app/main/default/classes/Recaptcha.cls | 12 | 19 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4361 | /queue-management-visitor-signup-experience/force-app/main/default/classes/RecaptchaTest.cls | 6 | 9 | 6 | 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. |
4353 | /queue-management-visitor-signup-experience/force-app/main/default/classes/RecaptchaTest.cls | 6 | 9 | 6 | 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. |
4362 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 3 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4354 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 3 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4363 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 14 | 13 | 14 | 26 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4355 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 14 | 13 | 14 | 26 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4364 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 19 | 19 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4356 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 19 | 19 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4365 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 31 | 13 | 31 | 35 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4357 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 31 | 13 | 31 | 35 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4366 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 43 | 20 | 68 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4358 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 43 | 20 | 68 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4367 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 60 | 13 | 60 | 29 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4359 | /queue-management-visitor-signup-experience/force-app/main/default/classes/TestDataFactory.cls | 60 | 13 | 60 | 29 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4368 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsController.cls | 1 | 24 | 72 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4360 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsController.cls | 1 | 24 | 72 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4369 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsController.cls | 3 | 19 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4361 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsController.cls | 3 | 19 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4370 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsController.cls | 3 | 19 | 37 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4362 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsController.cls | 3 | 19 | 37 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4371 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsController.cls | 40 | 19 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4363 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsController.cls | 40 | 19 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4372 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 19 | 9 | 19 | 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. |
4364 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 19 | 9 | 19 | 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. |
4373 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 31 | 9 | 31 | 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. |
4365 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 31 | 9 | 31 | 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. |
4374 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 50 | 9 | 50 | 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. |
4366 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 50 | 9 | 50 | 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. |
4375 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 79 | 9 | 79 | 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. |
4367 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 79 | 9 | 79 | 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. |
4376 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 108 | 9 | 108 | 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. |
4368 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 108 | 9 | 108 | 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. |
4377 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 137 | 9 | 137 | 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. |
4369 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 137 | 9 | 137 | 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. |
4378 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 165 | 9 | 165 | 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. |
4370 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 165 | 9 | 165 | 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. |
4379 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 171 | 9 | 171 | 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. |
4371 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 171 | 9 | 171 | 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. |
4380 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 199 | 9 | 199 | 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. |
4372 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 199 | 9 | 199 | 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. |
4381 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 205 | 9 | 205 | 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. |
4373 | /queue-management-visitor-signup-experience/force-app/main/default/classes/VisitorFlowsControllerTest.cls | 205 | 9 | 205 | 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. |
4382 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 1 | 24 | 114 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4374 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 1 | 24 | 114 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4383 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 1 | 24 | 114 | 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 'roundRobinAssigner' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4375 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 1 | 24 | 114 | 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 'roundRobinAssigner' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4384 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 4 | 16 | 66 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4376 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 4 | 16 | 66 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4385 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 7 | 42 | 7 | 131 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4377 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 7 | 42 | 7 | 131 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4386 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 7 | 29 | 7 | 131 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'RRSettings' doesn't match '[a-z][a-zA-Z0-9]*' |
4378 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 7 | 29 | 7 | 131 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'RRSettings' doesn't match '[a-z][a-zA-Z0-9]*' |
4387 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 9 | 17 | 9 | 42 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'recordIds' defined but not used |
4379 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 9 | 17 | 9 | 42 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'recordIds' defined but not used |
4388 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 24 | 30 | 24 | 124 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4380 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 24 | 30 | 24 | 124 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4389 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 24 | 30 | 24 | 124 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4381 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 24 | 30 | 24 | 124 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4390 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 32 | 11 | 32 | 61 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Obj' doesn't match '[a-z][a-zA-Z0-9]*' |
4382 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 32 | 11 | 32 | 61 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Obj' doesn't match '[a-z][a-zA-Z0-9]*' |
4391 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 54 | 17 | 54 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4383 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 54 | 17 | 54 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4392 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 54 | 17 | 54 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4384 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 54 | 17 | 54 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4393 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 61 | 9 | 61 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4385 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 61 | 9 | 61 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4394 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 64 | 9 | 64 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4386 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 64 | 9 | 64 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4395 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 68 | 19 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4387 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 68 | 19 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4396 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 74 | 13 | 74 | 157 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4388 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 74 | 13 | 74 | 157 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4397 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 74 | 13 | 74 | 157 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4389 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 74 | 13 | 74 | 157 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4398 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 82 | 19 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4390 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 82 | 19 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4399 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 82 | 19 | 99 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4391 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 82 | 19 | 99 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4400 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 82 | 76 | 82 | 92 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'FieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
4392 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 82 | 76 | 82 | 92 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'FieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
4401 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 82 | 94 | 82 | 104 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Obj' doesn't match '[a-z][a-zA-Z0-9]*' |
4393 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 82 | 94 | 82 | 104 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Obj' doesn't match '[a-z][a-zA-Z0-9]*' |
4402 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 82 | 106 | 82 | 122 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'GroupName' doesn't match '[a-z][a-zA-Z0-9]*' |
4394 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 82 | 106 | 82 | 122 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'GroupName' doesn't match '[a-z][a-zA-Z0-9]*' |
4403 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 97 | 9 | 97 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4395 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 97 | 9 | 97 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4404 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 102 | 9 | 111 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4396 | /round-robin-assigner/main/default/classes/roundRobinAssigner.cls | 102 | 9 | 111 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4405 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 2 | 21 | 154 | 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 'roundRobinTests' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4397 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 2 | 21 | 154 | 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 'roundRobinTests' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4406 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 44 | 13 | 44 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4398 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 44 | 13 | 44 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4407 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 44 | 13 | 44 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4399 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 44 | 13 | 44 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4408 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 57 | 17 | 57 | 104 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4400 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 57 | 17 | 57 | 104 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4409 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 57 | 17 | 57 | 104 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4401 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 57 | 17 | 57 | 104 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4410 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 58 | 17 | 58 | 113 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4402 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 58 | 17 | 58 | 113 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4411 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 58 | 17 | 58 | 113 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4403 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 58 | 17 | 58 | 113 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4412 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 81 | 9 | 81 | 43 | 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. |
4404 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 81 | 9 | 81 | 43 | 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. |
4413 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 107 | 9 | 107 | 28 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4405 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 107 | 9 | 107 | 28 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4414 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 107 | 9 | 107 | 28 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4406 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 107 | 9 | 107 | 28 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4415 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 108 | 9 | 108 | 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. |
4407 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 108 | 9 | 108 | 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. |
4416 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 114 | 19 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4408 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 114 | 19 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4417 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 117 | 9 | 117 | 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. |
4409 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 117 | 9 | 117 | 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. |
4418 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 139 | 19 | 153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4410 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 139 | 19 | 153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4419 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 151 | 9 | 151 | 57 | 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. |
4411 | /round-robin-assigner/main/default/classes/roundRobinTests.cls | 151 | 9 | 151 | 57 | 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. |
4420 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 1 | 21 | 258 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4412 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 1 | 21 | 258 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4421 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 1 | 21 | 258 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'SalesCoachControllerV2' has a total cyclomatic complexity of 46 (highest 10). |
4413 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 1 | 21 | 258 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'SalesCoachControllerV2' has a total cyclomatic complexity of 46 (highest 10). |
4422 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 1 | 21 | 258 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
4414 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 1 | 21 | 258 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
4423 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 9 | 12 | 9 | 81 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4415 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 9 | 12 | 9 | 81 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4424 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 10 | 12 | 10 | 100 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4416 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 10 | 12 | 10 | 100 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4425 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 11 | 12 | 11 | 99 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4417 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 11 | 12 | 11 | 99 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4426 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 12 | 12 | 12 | 97 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4418 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 12 | 12 | 12 | 97 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4427 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 13 | 12 | 13 | 104 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4419 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 13 | 12 | 13 | 104 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4428 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 14 | 12 | 14 | 102 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4420 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 14 | 12 | 14 | 102 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4429 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 18 | 31 | 30 | 6 | 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. |
4421 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 18 | 31 | 30 | 6 | 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. |
4430 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 19 | 21 | 19 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4422 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 19 | 21 | 19 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4431 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 32 | 12 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4423 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 32 | 12 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4432 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 42 | 16 | 42 | 70 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ID' doesn't match '[a-z][a-zA-Z0-9]*' |
4424 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 42 | 16 | 42 | 70 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ID' doesn't match '[a-z][a-zA-Z0-9]*' |
4433 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 44 | 26 | 48 | 41 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4425 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 44 | 26 | 48 | 41 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4434 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 56 | 12 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4426 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 56 | 12 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4435 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 66 | 16 | 66 | 70 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ID' doesn't match '[a-z][a-zA-Z0-9]*' |
4427 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 66 | 16 | 66 | 70 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ID' doesn't match '[a-z][a-zA-Z0-9]*' |
4436 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 68 | 26 | 72 | 41 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4428 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 68 | 26 | 72 | 41 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4437 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 81 | 12 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4429 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 81 | 12 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4438 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 87 | 17 | 87 | 41 | 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 |
4430 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 87 | 17 | 87 | 41 | 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 |
4439 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 87 | 17 | 87 | 41 | 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 |
4431 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 87 | 17 | 87 | 41 | 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 |
4440 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 89 | 17 | 89 | 42 | 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 |
4432 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 89 | 17 | 89 | 42 | 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 |
4441 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 105 | 36 | 111 | 82 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4433 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 105 | 36 | 111 | 82 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4442 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 118 | 13 | 171 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'populateSuperSections()' has a cyclomatic complexity of 10. |
4434 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 118 | 13 | 171 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'populateSuperSections()' has a cyclomatic complexity of 10. |
4443 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 140 | 50 | 159 | 80 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4435 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 140 | 50 | 159 | 80 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4444 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 140 | 50 | 159 | 80 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4436 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 140 | 50 | 159 | 80 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4445 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 185 | 41 | 192 | 70 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4437 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 185 | 41 | 192 | 70 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4446 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 200 | 31 | 213 | 6 | 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. |
4438 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 200 | 31 | 213 | 6 | 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. |
4447 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 206 | 21 | 206 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4439 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 206 | 21 | 206 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4448 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 215 | 12 | 220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4440 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 215 | 12 | 220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4449 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 218 | 13 | 218 | 26 | 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 |
4441 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 218 | 13 | 218 | 26 | 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 |
4450 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 218 | 13 | 218 | 26 | 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 |
4442 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 218 | 13 | 218 | 26 | 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 |
4451 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 223 | 31 | 228 | 6 | 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. |
4443 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 223 | 31 | 228 | 6 | 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. |
4452 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 224 | 21 | 224 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4444 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 224 | 21 | 224 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4453 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 230 | 12 | 233 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4445 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 230 | 12 | 233 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4454 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 236 | 31 | 241 | 6 | 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. |
4446 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 236 | 31 | 241 | 6 | 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. |
4455 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 237 | 21 | 237 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4447 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 237 | 21 | 237 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4456 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 248 | 16 | 248 | 88 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4448 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 248 | 16 | 248 | 88 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4457 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 249 | 16 | 249 | 109 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4449 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 249 | 16 | 249 | 109 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4458 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 251 | 16 | 254 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4450 | /sales-coach/main/default/classes/SalesCoachControllerV2.cls | 251 | 16 | 254 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4459 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 1 | 21 | 596 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4451 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 1 | 21 | 596 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4460 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 1 | 21 | 596 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'SalesCoachLightning' has a total cognitive complexity of 163 (highest 50), current threshold is 50 |
4452 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 1 | 21 | 596 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'SalesCoachLightning' has a total cognitive complexity of 163 (highest 50), current threshold is 50 |
4461 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 1 | 21 | 596 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'SalesCoachLightning' has a total cyclomatic complexity of 131 (highest 24). |
4453 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 1 | 21 | 596 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'SalesCoachLightning' has a total cyclomatic complexity of 131 (highest 24). |
4462 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 1 | 21 | 596 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'SalesCoachLightning' has a Standard Cyclomatic Complexity of 6 (Highest = 20). |
4454 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 1 | 21 | 596 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'SalesCoachLightning' has a Standard Cyclomatic Complexity of 6 (Highest = 20). |
4463 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 5 | 19 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4455 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 5 | 19 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4464 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 27 | 19 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4456 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 27 | 19 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4465 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 36 | 21 | 36 | 81 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4457 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 36 | 21 | 36 | 81 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4466 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 46 | 19 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4458 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 46 | 19 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4467 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 65 | 13 | 65 | 33 | 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 |
4459 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 65 | 13 | 65 | 33 | 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 |
4468 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 65 | 13 | 65 | 33 | 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 |
4460 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 65 | 13 | 65 | 33 | 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 |
4469 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 73 | 19 | 87 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4461 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 73 | 19 | 87 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4470 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 73 | 19 | 87 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4462 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 73 | 19 | 87 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4471 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 90 | 19 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4463 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 90 | 19 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4472 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 93 | 41 | 93 | 122 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4464 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 93 | 41 | 93 | 122 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4473 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 93 | 36 | 93 | 122 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OS' doesn't match '[a-z][a-zA-Z0-9]*' |
4465 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 93 | 36 | 93 | 122 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OS' doesn't match '[a-z][a-zA-Z0-9]*' |
4474 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 95 | 13 | 95 | 39 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4466 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 95 | 13 | 95 | 39 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4475 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 97 | 13 | 97 | 67 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4467 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 97 | 13 | 97 | 67 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4476 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 105 | 27 | 107 | 57 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4468 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 105 | 27 | 107 | 57 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4477 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 118 | 22 | 121 | 51 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4469 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 118 | 22 | 121 | 51 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4478 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 132 | 50 | 143 | 80 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4470 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 132 | 50 | 143 | 80 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4479 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 132 | 50 | 143 | 80 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4471 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 132 | 50 | 143 | 80 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4480 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 162 | 13 | 162 | 32 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4472 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 162 | 13 | 162 | 32 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4481 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 168 | 20 | 223 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'saveStageActivities(Sales_Coach_Stage__c, List |
4473 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 168 | 20 | 223 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'saveStageActivities(Sales_Coach_Stage__c, List |
4482 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 168 | 20 | 223 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'saveStageActivities(Sales_Coach_Stage__c, List |
4474 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 168 | 20 | 223 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'saveStageActivities(Sales_Coach_Stage__c, List |
4483 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 168 | 20 | 223 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'saveStageActivities' has a Standard Cyclomatic Complexity of 11. |
4475 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 168 | 20 | 223 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'saveStageActivities' has a Standard Cyclomatic Complexity of 11. |
4484 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 180 | 17 | 180 | 37 | 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 |
4476 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 180 | 17 | 180 | 37 | 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 |
4485 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 180 | 17 | 180 | 37 | 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 |
4477 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 180 | 17 | 180 | 37 | 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 |
4486 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 190 | 58 | 192 | 78 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4478 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 190 | 58 | 192 | 78 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4487 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 190 | 58 | 192 | 78 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4479 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 190 | 58 | 192 | 78 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4488 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 193 | 21 | 193 | 39 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4480 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 193 | 21 | 193 | 39 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4489 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 193 | 21 | 193 | 39 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4481 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 193 | 21 | 193 | 39 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4490 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 207 | 21 | 207 | 39 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4482 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 207 | 21 | 207 | 39 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4491 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 207 | 21 | 207 | 39 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4483 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 207 | 21 | 207 | 39 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4492 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 217 | 21 | 217 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4484 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 217 | 21 | 217 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4493 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 217 | 21 | 217 | 34 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4485 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 217 | 21 | 217 | 34 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4494 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 225 | 20 | 324 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveStageSections(Sales_Coach_Stage__c, List |
4486 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 225 | 20 | 324 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveStageSections(Sales_Coach_Stage__c, List |
4495 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 225 | 20 | 324 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveStageSections(Sales_Coach_Stage__c, List |
4487 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 225 | 20 | 324 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveStageSections(Sales_Coach_Stage__c, List |
4496 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 225 | 20 | 324 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveStageSections()' has an NCSS line count of 69 (limit: 40) |
4488 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 225 | 20 | 324 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveStageSections()' has an NCSS line count of 69 (limit: 40) |
4497 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 225 | 20 | 324 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'saveStageSections' has a Standard Cyclomatic Complexity of 20. |
4489 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 225 | 20 | 324 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'saveStageSections' has a Standard Cyclomatic Complexity of 20. |
4498 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 257 | 17 | 257 | 59 | 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 |
4490 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 257 | 17 | 257 | 59 | 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 |
4499 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 257 | 17 | 257 | 59 | 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 |
4491 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 257 | 17 | 257 | 59 | 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 |
4500 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 267 | 56 | 269 | 76 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4492 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 267 | 56 | 269 | 76 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4501 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 267 | 56 | 269 | 76 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4493 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 267 | 56 | 269 | 76 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4502 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 270 | 21 | 270 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4494 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 270 | 21 | 270 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4503 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 270 | 21 | 270 | 38 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4495 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 270 | 21 | 270 | 38 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4504 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 288 | 25 | 288 | 53 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4496 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 288 | 25 | 288 | 53 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4505 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 288 | 25 | 288 | 53 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4497 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 288 | 25 | 288 | 53 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4506 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 300 | 25 | 300 | 53 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4498 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 300 | 25 | 300 | 53 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4507 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 300 | 25 | 300 | 53 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4499 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 300 | 25 | 300 | 53 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4508 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 317 | 21 | 317 | 85 | 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 |
4500 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 317 | 21 | 317 | 85 | 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 |
4509 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 317 | 21 | 317 | 85 | 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 |
4501 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 317 | 21 | 317 | 85 | 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 |
4510 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 320 | 21 | 320 | 116 | 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 |
4502 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 320 | 21 | 320 | 116 | 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 |
4511 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 320 | 21 | 320 | 116 | 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 |
4503 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 320 | 21 | 320 | 116 | 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 |
4512 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 326 | 20 | 389 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'saveSectionItems(Sales_Coach_Stage__c, Sales_Coach_Section__c, List |
4504 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 326 | 20 | 389 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'saveSectionItems(Sales_Coach_Stage__c, Sales_Coach_Section__c, List |
4513 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 326 | 20 | 389 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'saveSectionItems(Sales_Coach_Stage__c, Sales_Coach_Section__c, List |
4505 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 326 | 20 | 389 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'saveSectionItems(Sales_Coach_Stage__c, Sales_Coach_Section__c, List |
4514 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 326 | 20 | 389 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4506 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 326 | 20 | 389 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4515 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 326 | 20 | 389 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveSectionItems()' has an NCSS line count of 40 (limit: 40) |
4507 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 326 | 20 | 389 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveSectionItems()' has an NCSS line count of 40 (limit: 40) |
4516 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 326 | 20 | 389 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'saveSectionItems' has a Standard Cyclomatic Complexity of 13. |
4508 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 326 | 20 | 389 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'saveSectionItems' has a Standard Cyclomatic Complexity of 13. |
4517 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 342 | 21 | 342 | 67 | 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 |
4509 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 342 | 21 | 342 | 67 | 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 |
4518 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 342 | 21 | 342 | 67 | 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 |
4510 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 342 | 21 | 342 | 67 | 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 |
4519 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 353 | 58 | 355 | 76 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4511 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 353 | 58 | 355 | 76 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4520 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 353 | 58 | 355 | 76 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4512 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 353 | 58 | 355 | 76 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4521 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 356 | 21 | 356 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4513 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 356 | 21 | 356 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4522 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 356 | 21 | 356 | 35 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4514 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 356 | 21 | 356 | 35 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4523 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 371 | 21 | 371 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4515 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 371 | 21 | 371 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4524 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 371 | 21 | 371 | 35 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4516 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 371 | 21 | 371 | 35 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4525 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 383 | 21 | 383 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4517 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 383 | 21 | 383 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4526 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 383 | 21 | 383 | 34 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4518 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 383 | 21 | 383 | 34 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4527 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 508 | 13 | 508 | 59 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4519 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 508 | 13 | 508 | 59 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4528 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 511 | 13 | 511 | 62 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4520 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 511 | 13 | 511 | 62 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4529 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 514 | 13 | 514 | 61 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4521 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 514 | 13 | 514 | 61 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4530 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 517 | 13 | 517 | 66 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4522 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 517 | 13 | 517 | 66 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4531 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 540 | 17 | 540 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4523 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 540 | 17 | 540 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4532 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 549 | 12 | 562 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4524 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 549 | 12 | 562 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4533 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 553 | 16 | 556 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4525 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 553 | 16 | 556 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4534 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 558 | 16 | 558 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4526 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 558 | 16 | 558 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4535 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 559 | 16 | 559 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4527 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 559 | 16 | 559 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4536 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 560 | 16 | 560 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4528 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 560 | 16 | 560 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4537 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 561 | 16 | 561 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4529 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 561 | 16 | 561 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4538 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 564 | 12 | 576 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4530 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 564 | 12 | 576 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4539 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 569 | 16 | 569 | 88 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4531 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 569 | 16 | 569 | 88 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4540 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 570 | 16 | 570 | 109 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4532 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 570 | 16 | 570 | 109 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4541 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 572 | 16 | 575 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4533 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 572 | 16 | 575 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4542 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 578 | 12 | 595 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4534 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 578 | 12 | 595 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4543 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 584 | 16 | 584 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4535 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 584 | 16 | 584 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4544 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 585 | 16 | 585 | 101 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4536 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 585 | 16 | 585 | 101 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4545 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 586 | 16 | 586 | 86 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4537 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 586 | 16 | 586 | 86 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4546 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 587 | 16 | 587 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4538 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 587 | 16 | 587 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4547 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 589 | 16 | 594 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4539 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 589 | 16 | 594 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4548 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 589 | 16 | 594 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4540 | /sales-coach/main/default/classes/SalesCoachLightning.cls | 589 | 16 | 594 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
4549 | /sales-coach/main/default/classes/SalesCoachRedirect.cls | 1 | 21 | 14 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4541 | /sales-coach/main/default/classes/SalesCoachRedirect.cls | 1 | 21 | 14 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4550 | /sales-coach/main/default/classes/SalesCoachRedirect.cls | 5 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4542 | /sales-coach/main/default/classes/SalesCoachRedirect.cls | 5 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4551 | /sales-coach/main/default/classes/SalesCoachRedirect.cls | 9 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4543 | /sales-coach/main/default/classes/SalesCoachRedirect.cls | 9 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4552 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 1 | 21 | 520 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4544 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 1 | 21 | 520 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4553 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 1 | 21 | 520 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'SalesCoachSetup' has a total cognitive complexity of 206 (highest 45), current threshold is 50 |
4545 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 1 | 21 | 520 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'SalesCoachSetup' has a total cognitive complexity of 206 (highest 45), current threshold is 50 |
4554 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 1 | 21 | 520 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'SalesCoachSetup' has a total cyclomatic complexity of 117 (highest 16). |
4546 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 1 | 21 | 520 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'SalesCoachSetup' has a total cyclomatic complexity of 117 (highest 16). |
4555 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 1 | 21 | 520 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'SalesCoachSetup' has a Standard Cyclomatic Complexity of 4 (Highest = 12). |
4547 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 1 | 21 | 520 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'SalesCoachSetup' has a Standard Cyclomatic Complexity of 4 (Highest = 12). |
4556 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 1 | 21 | 520 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
4548 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 1 | 21 | 520 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
4557 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 10 | 12 | 10 | 62 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4549 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 10 | 12 | 10 | 62 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4558 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 11 | 12 | 11 | 62 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4550 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 11 | 12 | 11 | 62 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4559 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 13 | 12 | 13 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4551 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 13 | 12 | 13 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4560 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 14 | 12 | 14 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4552 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 14 | 12 | 14 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4561 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 15 | 12 | 15 | 86 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4553 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 15 | 12 | 15 | 86 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4562 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 16 | 12 | 16 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4554 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 16 | 12 | 16 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4563 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 18 | 12 | 19 | 8 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4555 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 18 | 12 | 19 | 8 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4564 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 18 | 5 | 18 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
4556 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 18 | 5 | 18 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
4565 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 22 | 19 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4557 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 22 | 19 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4566 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 28 | 12 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4558 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 28 | 12 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4567 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 42 | 31 | 48 | 56 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4559 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 42 | 31 | 48 | 56 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4568 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 53 | 13 | 53 | 47 | 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 |
4560 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 53 | 13 | 53 | 47 | 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 |
4569 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 53 | 13 | 53 | 47 | 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 |
4561 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 53 | 13 | 53 | 47 | 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 |
4570 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 61 | 37 | 66 | 85 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4562 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 61 | 37 | 66 | 85 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4571 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 77 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4563 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 77 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4572 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 91 | 9 | 91 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4564 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 91 | 9 | 91 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4573 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 91 | 9 | 91 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4565 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 91 | 9 | 91 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4574 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 99 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4566 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 99 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4575 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 106 | 13 | 106 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4567 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 106 | 13 | 106 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4576 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 114 | 12 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4568 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 114 | 12 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4577 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 114 | 12 | 164 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveSections()' has a cognitive complexity of 45, current threshold is 15 |
4569 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 114 | 12 | 164 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveSections()' has a cognitive complexity of 45, current threshold is 15 |
4578 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 114 | 12 | 164 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveSections()' has a cyclomatic complexity of 16. |
4570 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 114 | 12 | 164 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveSections()' has a cyclomatic complexity of 16. |
4579 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 114 | 12 | 164 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'saveSections' has a Standard Cyclomatic Complexity of 12. |
4571 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 114 | 12 | 164 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'saveSections' has a Standard Cyclomatic Complexity of 12. |
4580 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 135 | 25 | 152 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4572 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 135 | 25 | 152 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4581 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 139 | 32 | 139 | 57 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4573 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 139 | 32 | 139 | 57 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4582 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 141 | 35 | 141 | 134 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4574 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 141 | 35 | 141 | 134 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4583 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 141 | 35 | 141 | 134 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4575 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 141 | 35 | 141 | 134 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4584 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 143 | 35 | 143 | 77 | 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 |
4576 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 143 | 35 | 143 | 77 | 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 |
4585 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 143 | 35 | 143 | 77 | 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 |
4577 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 143 | 35 | 143 | 77 | 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 |
4586 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 151 | 31 | 151 | 67 | 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 |
4578 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 151 | 31 | 151 | 67 | 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 |
4587 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 151 | 31 | 151 | 67 | 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 |
4579 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 151 | 31 | 151 | 67 | 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 |
4588 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 157 | 17 | 157 | 41 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4580 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 157 | 17 | 157 | 41 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4589 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 157 | 17 | 157 | 41 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4581 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 157 | 17 | 157 | 41 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4590 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 158 | 17 | 158 | 45 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4582 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 158 | 17 | 158 | 45 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4591 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 158 | 17 | 158 | 45 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4583 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 158 | 17 | 158 | 45 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4592 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 166 | 12 | 186 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4584 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 166 | 12 | 186 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4593 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 175 | 31 | 177 | 59 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4585 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 175 | 31 | 177 | 59 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4594 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 179 | 17 | 179 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4586 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 179 | 17 | 179 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4595 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 190 | 12 | 212 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4587 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 190 | 12 | 212 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4596 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 201 | 29 | 203 | 57 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4588 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 201 | 29 | 203 | 57 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4597 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 205 | 17 | 205 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4589 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 205 | 17 | 205 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4598 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 214 | 12 | 235 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4590 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 214 | 12 | 235 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4599 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 224 | 33 | 226 | 61 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4591 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 224 | 33 | 226 | 61 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4600 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 228 | 17 | 228 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4592 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 228 | 17 | 228 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4601 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 250 | 13 | 250 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4593 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 250 | 13 | 250 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4602 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 284 | 26 | 296 | 120 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4594 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 284 | 26 | 296 | 120 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4603 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 284 | 26 | 296 | 120 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4595 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 284 | 26 | 296 | 120 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4604 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 315 | 12 | 337 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4596 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 315 | 12 | 337 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4605 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 315 | 62 | 315 | 98 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SCSList' doesn't match '[a-z][a-zA-Z0-9]*' |
4597 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 315 | 62 | 315 | 98 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SCSList' doesn't match '[a-z][a-zA-Z0-9]*' |
4606 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 340 | 12 | 347 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4598 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 340 | 12 | 347 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4607 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 342 | 16 | 342 | 72 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4599 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 342 | 16 | 342 | 72 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4608 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 344 | 16 | 346 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4600 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 344 | 16 | 346 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4609 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 354 | 16 | 354 | 77 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4601 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 354 | 16 | 354 | 77 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4610 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 355 | 16 | 355 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4602 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 355 | 16 | 355 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4611 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 357 | 16 | 364 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4603 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 357 | 16 | 364 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4612 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 484 | 13 | 484 | 59 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4604 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 484 | 13 | 484 | 59 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4613 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 487 | 13 | 487 | 62 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4605 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 487 | 13 | 487 | 62 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4614 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 490 | 13 | 490 | 61 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4606 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 490 | 13 | 490 | 61 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4615 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 493 | 13 | 493 | 66 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4607 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 493 | 13 | 493 | 66 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4616 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 499 | 23 | 519 | 12 | 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. |
4608 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 499 | 23 | 519 | 12 | 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. |
4617 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 499 | 23 | 519 | 12 | 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 'SalesCoachSetup' doesn't match '[a-z][a-zA-Z0-9]*' |
4609 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 499 | 23 | 519 | 12 | 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 'SalesCoachSetup' doesn't match '[a-z][a-zA-Z0-9]*' |
4618 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 499 | 23 | 519 | 12 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
4610 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 499 | 23 | 519 | 12 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
4619 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 500 | 23 | 500 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'SCS' doesn't match '[a-z][a-zA-Z0-9]*' |
4611 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 500 | 23 | 500 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'SCS' doesn't match '[a-z][a-zA-Z0-9]*' |
4620 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 518 | 7 | 518 | 64 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4612 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 518 | 7 | 518 | 64 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4621 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 518 | 7 | 518 | 64 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4613 | /sales-coach/main/default/classes/SalesCoachSetup.cls | 518 | 7 | 518 | 64 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4622 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 1 | 21 | 116 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4614 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 1 | 21 | 116 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4623 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 1 | 21 | 116 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
4615 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 1 | 21 | 116 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
4624 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 6 | 19 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4616 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 6 | 19 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4625 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 19 | 41 | 19 | 122 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4617 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 19 | 41 | 19 | 122 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4626 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 19 | 36 | 19 | 122 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OS' doesn't match '[a-z][a-zA-Z0-9]*' |
4618 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 19 | 36 | 19 | 122 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OS' doesn't match '[a-z][a-zA-Z0-9]*' |
4627 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 21 | 13 | 21 | 39 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4619 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 21 | 13 | 21 | 39 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4628 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 23 | 13 | 23 | 67 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4620 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 23 | 13 | 23 | 67 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4629 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 28 | 31 | 32 | 6 | 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. |
4621 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 28 | 31 | 32 | 6 | 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. |
4630 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 30 | 21 | 30 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4622 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 30 | 21 | 30 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4631 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 63 | 14 | 64 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
4623 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 63 | 14 | 64 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
4632 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 69 | 31 | 73 | 6 | 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. |
4624 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 69 | 31 | 73 | 6 | 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. |
4633 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 71 | 21 | 71 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4625 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 71 | 21 | 71 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4634 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 77 | 19 | 89 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4626 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 77 | 19 | 89 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4635 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 79 | 42 | 79 | 85 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'M' doesn't match '[a-z][a-zA-Z0-9]*' |
4627 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 79 | 42 | 79 | 85 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'M' doesn't match '[a-z][a-zA-Z0-9]*' |
4636 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 81 | 36 | 81 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'F' doesn't match '[a-z][a-zA-Z0-9]*' |
4628 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 81 | 36 | 81 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'F' doesn't match '[a-z][a-zA-Z0-9]*' |
4637 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 92 | 31 | 94 | 6 | 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. |
4629 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 92 | 31 | 94 | 6 | 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. |
4638 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 97 | 19 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4630 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 97 | 19 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4639 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 105 | 37 | 105 | 79 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4631 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 105 | 37 | 105 | 79 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4640 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 105 | 32 | 105 | 79 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OS' doesn't match '[a-z][a-zA-Z0-9]*' |
4632 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 105 | 32 | 105 | 79 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OS' doesn't match '[a-z][a-zA-Z0-9]*' |
4641 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 107 | 13 | 107 | 39 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4633 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 107 | 13 | 107 | 39 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4642 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 112 | 31 | 115 | 6 | 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. |
4634 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 112 | 31 | 115 | 6 | 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. |
4643 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 113 | 21 | 113 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4635 | /sales-coach/main/default/classes/SalesCoachUtil.cls | 113 | 21 | 113 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tu' defined but not used |
4644 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 3 | 23 | 11 | 6 | 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. |
4636 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 3 | 23 | 11 | 6 | 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. |
4645 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 5 | 9 | 5 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4637 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 5 | 9 | 5 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4646 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 6 | 9 | 6 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4638 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 6 | 9 | 6 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4647 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 9 | 9 | 9 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4639 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 9 | 9 | 9 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4648 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 10 | 9 | 10 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4640 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 10 | 9 | 10 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4649 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 13 | 23 | 19 | 6 | 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. |
4641 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 13 | 23 | 19 | 6 | 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. |
4650 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 17 | 9 | 17 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4642 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 17 | 9 | 17 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4651 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 18 | 9 | 18 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4643 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 18 | 9 | 18 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4652 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 21 | 23 | 40 | 6 | 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. |
4644 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 21 | 23 | 40 | 6 | 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. |
4653 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 21 | 23 | 40 | 6 | 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 'MegaObjectSubclass' doesn't match '[a-z][a-zA-Z0-9]*' |
4645 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 21 | 23 | 40 | 6 | 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 'MegaObjectSubclass' doesn't match '[a-z][a-zA-Z0-9]*' |
4654 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 36 | 9 | 36 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4646 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 36 | 9 | 36 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4655 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 37 | 9 | 37 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4647 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 37 | 9 | 37 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4656 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 38 | 9 | 38 | 104 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4648 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 38 | 9 | 38 | 104 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4657 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 39 | 9 | 39 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4649 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 39 | 9 | 39 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4658 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 42 | 23 | 49 | 6 | 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. |
4650 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 42 | 23 | 49 | 6 | 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. |
4659 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 48 | 9 | 48 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4651 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 48 | 9 | 48 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4660 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 51 | 23 | 63 | 6 | 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. |
4652 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 51 | 23 | 63 | 6 | 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. |
4661 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 62 | 9 | 62 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4653 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 62 | 9 | 62 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4662 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 65 | 23 | 122 | 6 | 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. |
4654 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 65 | 23 | 122 | 6 | 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. |
4663 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 72 | 9 | 72 | 80 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4655 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 72 | 9 | 72 | 80 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4664 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 73 | 9 | 73 | 75 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4656 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 73 | 9 | 73 | 75 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4665 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 74 | 9 | 74 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4657 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 74 | 9 | 74 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4666 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 75 | 9 | 75 | 108 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4658 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 75 | 9 | 75 | 108 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4667 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 83 | 9 | 83 | 80 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4659 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 83 | 9 | 83 | 80 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4668 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 84 | 9 | 84 | 75 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4660 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 84 | 9 | 84 | 75 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4669 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 85 | 9 | 85 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4661 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 85 | 9 | 85 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4670 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 86 | 9 | 86 | 108 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4662 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 86 | 9 | 86 | 108 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4671 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 118 | 9 | 118 | 83 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4663 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 118 | 9 | 118 | 83 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4672 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 119 | 9 | 119 | 75 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4664 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 119 | 9 | 119 | 75 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4673 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 120 | 9 | 120 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4665 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 120 | 9 | 120 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4674 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 121 | 9 | 121 | 108 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4666 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 121 | 9 | 121 | 108 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4675 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 125 | 31 | 152 | 6 | 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() |
4667 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 125 | 31 | 152 | 6 | 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() |
4676 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 125 | 31 | 152 | 6 | 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. |
4668 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 125 | 31 | 152 | 6 | 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. |
4677 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 154 | 31 | 180 | 6 | 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() |
4669 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 154 | 31 | 180 | 6 | 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() |
4678 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 154 | 31 | 180 | 6 | 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. |
4670 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 154 | 31 | 180 | 6 | 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. |
4679 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 156 | 30 | 156 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'stageObject' defined but not used |
4671 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 156 | 30 | 156 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'stageObject' defined but not used |
4680 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 182 | 31 | 193 | 6 | 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() |
4672 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 182 | 31 | 193 | 6 | 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() |
4681 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 182 | 31 | 193 | 6 | 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. |
4673 | /sales-coach/main/default/classes/TestSalesCoachLightning.cls | 182 | 31 | 193 | 6 | 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. |
4682 | /sales-coach/main/default/classes/TestingUtil.cls | 1 | 21 | 113 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4674 | /sales-coach/main/default/classes/TestingUtil.cls | 1 | 21 | 113 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4683 | /sales-coach/main/default/classes/TestingUtil.cls | 8 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4675 | /sales-coach/main/default/classes/TestingUtil.cls | 8 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4684 | /sales-coach/main/default/classes/TestingUtil.cls | 31 | 9 | 31 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4676 | /sales-coach/main/default/classes/TestingUtil.cls | 31 | 9 | 31 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4685 | /sales-coach/main/default/classes/TestingUtil.cls | 49 | 9 | 49 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4677 | /sales-coach/main/default/classes/TestingUtil.cls | 49 | 9 | 49 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4686 | /sales-coach/main/default/classes/TestingUtil.cls | 69 | 9 | 69 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4678 | /sales-coach/main/default/classes/TestingUtil.cls | 69 | 9 | 69 | 22 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4687 | /sales-coach/main/default/classes/TestingUtil.cls | 91 | 9 | 91 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4679 | /sales-coach/main/default/classes/TestingUtil.cls | 91 | 9 | 91 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4688 | /sales-coach/main/default/classes/TestingUtil.cls | 109 | 9 | 109 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4680 | /sales-coach/main/default/classes/TestingUtil.cls | 109 | 9 | 109 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4689 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 1 | 21 | 36 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4681 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 1 | 21 | 36 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4690 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 3 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4682 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 3 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4691 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 19 | 24 | 19 | 58 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'options' should be before method declarations in its class |
4683 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 19 | 24 | 19 | 58 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'options' should be before method declarations in its class |
4692 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 20 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4684 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 20 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4693 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 27 | 17 | 27 | 75 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4685 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 27 | 17 | 27 | 75 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
4694 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 33 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4686 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 33 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4695 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 34 | 9 | 34 | 31 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4687 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 34 | 9 | 34 | 31 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4696 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 34 | 9 | 34 | 31 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4688 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartConfigController.cls | 34 | 9 | 34 | 31 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4697 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 4 | 23 | 8 | 6 | 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. |
4689 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 4 | 23 | 8 | 6 | 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. |
4698 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 7 | 9 | 7 | 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. |
4690 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 7 | 9 | 7 | 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. |
4699 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 10 | 23 | 30 | 6 | 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. |
4691 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 10 | 23 | 30 | 6 | 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. |
4700 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 13 | 9 | 13 | 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. |
4692 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 13 | 9 | 13 | 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. |
4701 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 19 | 9 | 19 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
4693 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 19 | 9 | 19 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
4702 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 21 | 9 | 21 | 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. |
4694 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 21 | 9 | 21 | 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. |
4703 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 27 | 9 | 27 | 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. |
4695 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 27 | 9 | 27 | 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. |
4704 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 29 | 9 | 29 | 72 | 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. |
4696 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 29 | 9 | 29 | 72 | 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. |
4705 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 32 | 23 | 43 | 6 | 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. |
4697 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 32 | 23 | 43 | 6 | 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. |
4706 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 40 | 9 | 40 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
4698 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 40 | 9 | 40 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
4707 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 42 | 9 | 42 | 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. |
4699 | /salesforce-org-chart-for-ios-and-android/main/default/classes/OrgChartControllerTest.cls | 42 | 9 | 42 | 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. |
4708 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 7 | 21 | 245 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
4700 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 7 | 21 | 245 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
4709 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 14 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4701 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 14 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4710 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 35 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4702 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 35 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4711 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 42 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4703 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 42 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4712 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 52 | 58 | 52 | 129 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fieldMaskingRules' defined but not used |
4704 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 52 | 58 | 52 | 129 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fieldMaskingRules' defined but not used |
4713 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 62 | 13 | 62 | 31 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4705 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 62 | 13 | 62 | 31 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4714 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 62 | 13 | 62 | 31 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4706 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 62 | 13 | 62 | 31 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4715 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 71 | 19 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4707 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 71 | 19 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4716 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 103 | 12 | 202 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'execute(Database.BatchableContext, List |
4708 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 103 | 12 | 202 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'execute(Database.BatchableContext, List |
4717 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 103 | 12 | 202 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'execute(Database.BatchableContext, List |
4709 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 103 | 12 | 202 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'execute(Database.BatchableContext, List |
4718 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 103 | 12 | 202 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'execute()' has an NCSS line count of 53 (limit: 40) |
4710 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 103 | 12 | 202 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'execute()' has an NCSS line count of 53 (limit: 40) |
4719 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 119 | 53 | 119 | 62 | 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 |
4711 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 119 | 53 | 119 | 62 | 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 |
4720 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 119 | 53 | 119 | 62 | 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 |
4712 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 119 | 53 | 119 | 62 | 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 |
4721 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 180 | 29 | 180 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4713 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 180 | 29 | 180 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4722 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 180 | 29 | 180 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4714 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 180 | 29 | 180 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4723 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 223 | 12 | 232 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4715 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 223 | 12 | 232 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4724 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 223 | 12 | 232 | 6 | 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 |
4716 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 223 | 12 | 232 | 6 | 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 |
4725 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 238 | 12 | 243 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4717 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 238 | 12 | 243 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4726 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 238 | 12 | 243 | 6 | 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 |
4718 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxData.cls | 238 | 12 | 243 | 6 | 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 |
4727 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxDataTest.cls | 38 | 23 | 43 | 6 | 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() |
4719 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxDataTest.cls | 38 | 23 | 43 | 6 | 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() |
4728 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxDataTest.cls | 38 | 23 | 43 | 6 | 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. |
4720 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxDataTest.cls | 38 | 23 | 43 | 6 | 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. |
4729 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxDataTest.cls | 38 | 23 | 43 | 6 | 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 'testSBX_BatchMaskSandboxData' doesn't match '[a-z][a-zA-Z0-9]*' |
4721 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_BatchMaskSandboxDataTest.cls | 38 | 23 | 43 | 6 | 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 'testSBX_BatchMaskSandboxData' doesn't match '[a-z][a-zA-Z0-9]*' |
4730 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 5 | 1 | 5 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
4722 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 5 | 1 | 5 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
4731 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 14 | 9 | 14 | 47 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4723 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 14 | 9 | 14 | 47 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4732 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 14 | 9 | 14 | 47 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4724 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 14 | 9 | 14 | 47 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4733 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 15 | 9 | 15 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4725 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 15 | 9 | 15 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4734 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 15 | 9 | 15 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4726 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 15 | 9 | 15 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4735 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 16 | 9 | 16 | 44 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4727 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 16 | 9 | 16 | 44 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4736 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 16 | 9 | 16 | 44 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4728 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 16 | 9 | 16 | 44 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4737 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 20 | 13 | 20 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4729 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyDataMasker.cls | 20 | 13 | 20 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4738 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManager.cls | 11 | 21 | 21 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4730 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManager.cls | 11 | 21 | 21 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4739 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManager.cls | 13 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4731 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManager.cls | 13 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4740 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManagerTest.cls | 12 | 21 | 25 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4732 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManagerTest.cls | 12 | 21 | 25 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4741 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManagerTest.cls | 14 | 23 | 23 | 6 | 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() |
4733 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManagerTest.cls | 14 | 23 | 23 | 6 | 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() |
4742 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManagerTest.cls | 14 | 23 | 23 | 6 | 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. |
4734 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManagerTest.cls | 14 | 23 | 23 | 6 | 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. |
4743 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManagerTest.cls | 14 | 23 | 23 | 6 | 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 'testRunApexClass_InitiateSandboxRefresh_VerifyPostCopyLogsWereCreated' doesn't match '[a-z][a-zA-Z0-9]*' |
4735 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyManagerTest.cls | 14 | 23 | 23 | 6 | 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 'testRunApexClass_InitiateSandboxRefresh_VerifyPostCopyLogsWereCreated' doesn't match '[a-z][a-zA-Z0-9]*' |
4744 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyUtil.cls | 11 | 21 | 57 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4736 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyUtil.cls | 11 | 21 | 57 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4745 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyUtil.cls | 20 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4737 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyUtil.cls | 20 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4746 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyUtil.cls | 20 | 19 | 40 | 6 | 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 |
4738 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyUtil.cls | 20 | 19 | 40 | 6 | 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 |
4747 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyUtil.cls | 46 | 12 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4739 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyUtil.cls | 46 | 12 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4748 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 11 | 30 | 43 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4740 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 11 | 30 | 43 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4749 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 19 | 24 | 19 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4741 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 19 | 24 | 19 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4750 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 19 | 24 | 19 | 57 | 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 |
4742 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 19 | 24 | 19 | 57 | 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 |
4751 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 26 | 21 | 26 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4743 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 26 | 21 | 26 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4752 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 26 | 21 | 26 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4744 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 26 | 21 | 26 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4753 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 34 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4745 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 34 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4754 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 34 | 12 | 41 | 6 | 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 |
4746 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorker.cls | 34 | 12 | 41 | 6 | 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 |
4755 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactory.cls | 11 | 21 | 50 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4747 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactory.cls | 11 | 21 | 50 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4756 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactory.cls | 15 | 19 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4748 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactory.cls | 15 | 19 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4757 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactory.cls | 16 | 51 | 21 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4749 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactory.cls | 16 | 51 | 21 | 10 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4758 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactoryTest.cls | 20 | 21 | 39 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4750 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactoryTest.cls | 20 | 21 | 39 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4759 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactoryTest.cls | 25 | 23 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4751 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactoryTest.cls | 25 | 23 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4760 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactoryTest.cls | 25 | 23 | 28 | 6 | 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. |
4752 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactoryTest.cls | 25 | 23 | 28 | 6 | 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. |
4761 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactoryTest.cls | 25 | 23 | 28 | 6 | 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 'testGetWorkers_GetPostCopyWorkers_VerifySomeExist' doesn't match '[a-z][a-zA-Z0-9]*' |
4753 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactoryTest.cls | 25 | 23 | 28 | 6 | 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 'testGetWorkers_GetPostCopyWorkers_VerifySomeExist' doesn't match '[a-z][a-zA-Z0-9]*' |
4762 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactoryTest.cls | 27 | 9 | 27 | 56 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
4754 | /sandbox-postrefresh-masking-scripts/main/default/classes/SBX_PostCopyWorkerFactoryTest.cls | 27 | 9 | 27 | 56 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
4763 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 33 | 21 | 247 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4755 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 33 | 21 | 247 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4764 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4756 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4765 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 48 | 12 | 48 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4757 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 48 | 12 | 48 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4766 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 51 | 12 | 51 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4758 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 51 | 12 | 51 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4767 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 54 | 12 | 54 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4759 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 54 | 12 | 54 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4768 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 57 | 12 | 57 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4760 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 57 | 12 | 57 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4769 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 60 | 12 | 60 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4761 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 60 | 12 | 60 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4770 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 63 | 12 | 63 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4762 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 63 | 12 | 63 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4771 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 66 | 12 | 66 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4763 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 66 | 12 | 66 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4772 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 69 | 12 | 69 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4764 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 69 | 12 | 69 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4773 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 72 | 12 | 72 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4765 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 72 | 12 | 72 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4774 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 75 | 12 | 75 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4766 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 75 | 12 | 75 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4775 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 78 | 12 | 78 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4767 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 78 | 12 | 78 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4776 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 81 | 12 | 81 | 71 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4768 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 81 | 12 | 81 | 71 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4777 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 84 | 12 | 84 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4769 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 84 | 12 | 84 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4778 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 87 | 12 | 87 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4770 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 87 | 12 | 87 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4779 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 91 | 12 | 141 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4771 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 91 | 12 | 141 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4780 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 94 | 95 | 94 | 149 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
4772 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 94 | 95 | 94 | 149 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
4781 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 112 | 36 | 120 | 77 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4773 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 112 | 36 | 120 | 77 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4782 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 146 | 12 | 229 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4774 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 146 | 12 | 229 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4783 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 181 | 20 | 181 | 68 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4775 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 181 | 20 | 181 | 68 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4784 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 234 | 12 | 237 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4776 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 234 | 12 | 237 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4785 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 242 | 12 | 246 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4777 | /simple-asset-manager/main/default/classes/AM_AssetAssignController.cls | 242 | 12 | 246 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4786 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 45 | 20 | 100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4778 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 45 | 20 | 100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4787 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 54 | 9 | 54 | 84 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4779 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 54 | 9 | 54 | 84 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4788 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 55 | 9 | 55 | 84 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4780 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 55 | 9 | 55 | 84 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4789 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 70 | 9 | 70 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4781 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 70 | 9 | 70 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4790 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 81 | 9 | 81 | 116 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4782 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 81 | 9 | 81 | 116 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4791 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 89 | 9 | 90 | 77 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4783 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 89 | 9 | 90 | 77 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4792 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 96 | 9 | 96 | 202 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4784 | /simple-asset-manager/main/default/classes/AM_AssetAssignControllerTest.cls | 96 | 9 | 96 | 202 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assert' should have 2 parameters. |
4793 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 33 | 21 | 517 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4785 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 33 | 21 | 517 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4794 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 33 | 21 | 517 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'AM_AssetListController' has a total cognitive complexity of 77 (highest 41), current threshold is 50 |
4786 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 33 | 21 | 517 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'AM_AssetListController' has a total cognitive complexity of 77 (highest 41), current threshold is 50 |
4795 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 33 | 21 | 517 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'AM_AssetListController' has a total cyclomatic complexity of 40 (highest 15). |
4787 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 33 | 21 | 517 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'AM_AssetListController' has a total cyclomatic complexity of 40 (highest 15). |
4796 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 33 | 21 | 517 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'AM_AssetListController' has a Standard Cyclomatic Complexity of 2 (Highest = 14). |
4788 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 33 | 21 | 517 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'AM_AssetListController' has a Standard Cyclomatic Complexity of 2 (Highest = 14). |
4797 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4789 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4798 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 48 | 12 | 48 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4790 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 48 | 12 | 48 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4799 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 51 | 20 | 51 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'assetRecordType' should be before method declarations in its class |
4791 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 51 | 20 | 51 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'assetRecordType' should be before method declarations in its class |
4800 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 54 | 12 | 54 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4792 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 54 | 12 | 54 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4801 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 57 | 12 | 57 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4793 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 57 | 12 | 57 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4802 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 60 | 12 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4794 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 60 | 12 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4803 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 70 | 12 | 70 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4795 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 70 | 12 | 70 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4804 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 76 | 12 | 76 | 68 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4796 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 76 | 12 | 76 | 68 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4805 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 79 | 41 | 79 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'filterFieldList' should be before method declarations in its class |
4797 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 79 | 41 | 79 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'filterFieldList' should be before method declarations in its class |
4806 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 82 | 41 | 82 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'searchFieldList' should be before method declarations in its class |
4798 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 82 | 41 | 82 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'searchFieldList' should be before method declarations in its class |
4807 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 85 | 12 | 85 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4799 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 85 | 12 | 85 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4808 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 88 | 21 | 88 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'queryCalledAlready' should be before method declarations in its class |
4800 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 88 | 21 | 88 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'queryCalledAlready' should be before method declarations in its class |
4809 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 91 | 12 | 96 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4801 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 91 | 12 | 96 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4810 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 101 | 12 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4802 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 101 | 12 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4811 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 110 | 95 | 110 | 149 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
4803 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 110 | 95 | 110 | 149 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
4812 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 118 | 58 | 118 | 116 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
4804 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 118 | 58 | 118 | 116 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
4813 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4805 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4814 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4806 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4815 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getFilterSection()' has a cognitive complexity of 41, current threshold is 15 |
4807 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getFilterSection()' has a cognitive complexity of 41, current threshold is 15 |
4816 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getFilterSection()' has a cyclomatic complexity of 14. |
4808 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getFilterSection()' has a cyclomatic complexity of 14. |
4817 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getFilterSection()' has an NCSS line count of 55 (limit: 40) |
4809 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getFilterSection()' has an NCSS line count of 55 (limit: 40) |
4818 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getFilterSection' has a Standard Cyclomatic Complexity of 12. |
4810 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 143 | 12 | 313 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getFilterSection' has a Standard Cyclomatic Complexity of 12. |
4819 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 205 | 21 | 267 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4811 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 205 | 21 | 267 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4820 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 218 | 26 | 267 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4812 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 218 | 26 | 267 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4821 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 235 | 59 | 235 | 80 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4813 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 235 | 59 | 235 | 80 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4822 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 318 | 13 | 330 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4814 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 318 | 13 | 330 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4823 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 335 | 13 | 338 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4815 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 335 | 13 | 338 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4824 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 335 | 13 | 338 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4816 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 335 | 13 | 338 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4825 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4817 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4826 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4818 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4827 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'executeAssetQuery()' has a cognitive complexity of 28, current threshold is 15 |
4819 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'executeAssetQuery()' has a cognitive complexity of 28, current threshold is 15 |
4828 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'executeAssetQuery()' has a cyclomatic complexity of 15. |
4820 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'executeAssetQuery()' has a cyclomatic complexity of 15. |
4829 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'executeAssetQuery()' has an NCSS line count of 61 (limit: 40) |
4821 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'executeAssetQuery()' has an NCSS line count of 61 (limit: 40) |
4830 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'executeAssetQuery' has a Standard Cyclomatic Complexity of 14. |
4822 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 343 | 12 | 472 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'executeAssetQuery' has a Standard Cyclomatic Complexity of 14. |
4831 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 419 | 21 | 437 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4823 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 419 | 21 | 437 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4832 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 456 | 13 | 456 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4824 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 456 | 13 | 456 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4833 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 456 | 13 | 456 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4825 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 456 | 13 | 456 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4834 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 459 | 75 | 459 | 85 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
4826 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 459 | 75 | 459 | 85 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
4835 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 477 | 12 | 490 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4827 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 477 | 12 | 490 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4836 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 477 | 12 | 490 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4828 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 477 | 12 | 490 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4837 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 477 | 12 | 490 | 6 | 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 |
4829 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 477 | 12 | 490 | 6 | 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 |
4838 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 495 | 12 | 515 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4830 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 495 | 12 | 515 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4839 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 495 | 12 | 515 | 6 | 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 |
4831 | /simple-asset-manager/main/default/classes/AM_AssetListController.cls | 495 | 12 | 515 | 6 | 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 |
4840 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 33 | 20 | 63 | 6 | 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() |
4832 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 33 | 20 | 63 | 6 | 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() |
4841 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 33 | 20 | 63 | 6 | 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 'test_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
4833 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 33 | 20 | 63 | 6 | 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 'test_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
4842 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 34 | 27 | 34 | 75 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'assetList' defined but not used |
4834 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 34 | 27 | 34 | 75 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'assetList' defined but not used |
4843 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 48 | 9 | 48 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4835 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 48 | 9 | 48 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4844 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 48 | 9 | 48 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4836 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 48 | 9 | 48 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4845 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 50 | 33 | 50 | 56 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'msg' defined but not used |
4837 | /simple-asset-manager/main/default/classes/AM_AssetListController_Test.cls | 50 | 33 | 50 | 56 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'msg' defined but not used |
4846 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 33 | 21 | 293 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4838 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 33 | 21 | 293 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4847 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 33 | 21 | 293 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'AM_CaseController' has a Standard Cyclomatic Complexity of 2 (Highest = 11). |
4839 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 33 | 21 | 293 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'AM_CaseController' has a Standard Cyclomatic Complexity of 2 (Highest = 11). |
4848 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4840 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4849 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 48 | 12 | 48 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4841 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 48 | 12 | 48 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4850 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 51 | 12 | 51 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4842 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 51 | 12 | 51 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4851 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 54 | 12 | 54 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4843 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 54 | 12 | 54 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4852 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 57 | 12 | 57 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4844 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 57 | 12 | 57 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4853 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 60 | 12 | 60 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4845 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 60 | 12 | 60 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4854 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 63 | 12 | 63 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4846 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 63 | 12 | 63 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4855 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 66 | 12 | 66 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4847 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 66 | 12 | 66 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4856 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 69 | 12 | 69 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4848 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 69 | 12 | 69 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4857 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 72 | 12 | 72 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4849 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 72 | 12 | 72 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4858 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 75 | 12 | 75 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4850 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 75 | 12 | 75 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4859 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 78 | 12 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4851 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 78 | 12 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4860 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 81 | 69 | 81 | 123 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
4852 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 81 | 69 | 81 | 123 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
4861 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 95 | 30 | 98 | 77 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4853 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 95 | 30 | 98 | 77 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4862 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 125 | 12 | 282 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4854 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 125 | 12 | 282 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4863 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 125 | 12 | 282 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'createCase()' has a cognitive complexity of 38, current threshold is 15 |
4855 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 125 | 12 | 282 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'createCase()' has a cognitive complexity of 38, current threshold is 15 |
4864 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 125 | 12 | 282 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createCase()' has a cyclomatic complexity of 15. |
4856 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 125 | 12 | 282 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createCase()' has a cyclomatic complexity of 15. |
4865 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 125 | 12 | 282 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createCase()' has an NCSS line count of 46 (limit: 40) |
4857 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 125 | 12 | 282 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createCase()' has an NCSS line count of 46 (limit: 40) |
4866 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 125 | 12 | 282 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'createCase' has a Standard Cyclomatic Complexity of 11. |
4858 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 125 | 12 | 282 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'createCase' has a Standard Cyclomatic Complexity of 11. |
4867 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 152 | 45 | 152 | 132 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4859 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 152 | 45 | 152 | 132 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4868 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 158 | 20 | 158 | 50 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4860 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 158 | 20 | 158 | 50 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4869 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 191 | 33 | 228 | 34 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4861 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 191 | 33 | 228 | 34 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
4870 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 191 | 36 | 191 | 72 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4862 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 191 | 36 | 191 | 72 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
4871 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 287 | 12 | 291 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4863 | /simple-asset-manager/main/default/classes/AM_CaseController.cls | 287 | 12 | 291 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4872 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 46 | 9 | 46 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4864 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 46 | 9 | 46 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4873 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 53 | 9 | 53 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4865 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 53 | 9 | 53 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4874 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 59 | 9 | 59 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4866 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 59 | 9 | 59 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4875 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 71 | 9 | 71 | 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. |
4867 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 71 | 9 | 71 | 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. |
4876 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 72 | 9 | 72 | 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. |
4868 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 72 | 9 | 72 | 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. |
4877 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 73 | 9 | 73 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4869 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 73 | 9 | 73 | 39 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4878 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 82 | 9 | 82 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4870 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 82 | 9 | 82 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4879 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 83 | 9 | 83 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4871 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 83 | 9 | 83 | 45 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4880 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 91 | 27 | 91 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'con' defined but not used |
4872 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 91 | 27 | 91 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'con' defined but not used |
4881 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 92 | 9 | 92 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4873 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 92 | 9 | 92 | 47 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4882 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 112 | 9 | 112 | 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. |
4874 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 112 | 9 | 112 | 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. |
4883 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 113 | 9 | 113 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4875 | /simple-asset-manager/main/default/classes/AM_CaseController_Test.cls | 113 | 9 | 113 | 44 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4884 | /simple-asset-manager/main/default/classes/AM_Constants.cls | 33 | 21 | 63 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4876 | /simple-asset-manager/main/default/classes/AM_Constants.cls | 33 | 21 | 63 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4885 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 33 | 21 | 116 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4877 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 33 | 21 | 116 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4886 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4878 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4887 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 48 | 12 | 48 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4879 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 48 | 12 | 48 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4888 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 54 | 12 | 54 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4880 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 54 | 12 | 54 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4889 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 57 | 12 | 65 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4881 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 57 | 12 | 65 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4890 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 68 | 12 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4882 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 68 | 12 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4891 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 80 | 13 | 83 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4883 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 80 | 13 | 83 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4892 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 80 | 13 | 83 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4884 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 80 | 13 | 83 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4893 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 88 | 12 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4885 | /simple-asset-manager/main/default/classes/AM_ContactListController.cls | 88 | 12 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4894 | /simple-asset-manager/main/default/classes/AM_ContactListController_Test.cls | 41 | 20 | 66 | 6 | 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 'test_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
4886 | /simple-asset-manager/main/default/classes/AM_ContactListController_Test.cls | 41 | 20 | 66 | 6 | 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 'test_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
4895 | /simple-asset-manager/main/default/classes/AM_ContactListController_Test.cls | 48 | 9 | 48 | 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. |
4887 | /simple-asset-manager/main/default/classes/AM_ContactListController_Test.cls | 48 | 9 | 48 | 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. |
4896 | /simple-asset-manager/main/default/classes/AM_ContactListController_Test.cls | 53 | 9 | 53 | 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. |
4888 | /simple-asset-manager/main/default/classes/AM_ContactListController_Test.cls | 53 | 9 | 53 | 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. |
4897 | /simple-asset-manager/main/default/classes/AM_ContactListController_Test.cls | 59 | 9 | 59 | 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. |
4889 | /simple-asset-manager/main/default/classes/AM_ContactListController_Test.cls | 59 | 9 | 59 | 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. |
4898 | /simple-asset-manager/main/default/classes/AM_ContactListController_Test.cls | 64 | 9 | 64 | 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. |
4890 | /simple-asset-manager/main/default/classes/AM_ContactListController_Test.cls | 64 | 9 | 64 | 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. |
4899 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 33 | 21 | 333 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4891 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 33 | 21 | 333 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4900 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 37 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4892 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 37 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4901 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 49 | 30 | 53 | 91 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'rtList' should be before method declarations in its class |
4893 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 49 | 30 | 53 | 91 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'rtList' should be before method declarations in its class |
4902 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 56 | 12 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4894 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 56 | 12 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4903 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 71 | 12 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4895 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 71 | 12 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4904 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 80 | 18 | 84 | 75 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'loggedInUser' should be before method declarations in its class |
4896 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 80 | 18 | 84 | 75 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'loggedInUser' should be before method declarations in its class |
4905 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 87 | 12 | 87 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4897 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 87 | 12 | 87 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4906 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 91 | 12 | 91 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4898 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 91 | 12 | 91 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4907 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 94 | 12 | 94 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4899 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 94 | 12 | 94 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4908 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 97 | 12 | 97 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4900 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 97 | 12 | 97 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4909 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 100 | 12 | 100 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4901 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 100 | 12 | 100 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4910 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 103 | 12 | 103 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4902 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 103 | 12 | 103 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4911 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 106 | 12 | 106 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4903 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 106 | 12 | 106 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4912 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 109 | 12 | 109 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4904 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 109 | 12 | 109 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4913 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 112 | 12 | 112 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4905 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 112 | 12 | 112 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4914 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 115 | 12 | 115 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4906 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 115 | 12 | 115 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4915 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 121 | 12 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4907 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 121 | 12 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4916 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 134 | 12 | 182 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4908 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 134 | 12 | 182 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4917 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 187 | 12 | 212 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4909 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 187 | 12 | 212 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4918 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 217 | 12 | 302 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4910 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 217 | 12 | 302 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4919 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 231 | 27 | 235 | 68 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4911 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 231 | 27 | 235 | 68 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4920 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 275 | 34 | 277 | 68 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4912 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 275 | 34 | 277 | 68 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4921 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 307 | 12 | 330 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4913 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 307 | 12 | 330 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4922 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 312 | 29 | 322 | 39 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4914 | /simple-asset-manager/main/default/classes/AM_HomeController.cls | 312 | 29 | 322 | 39 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4923 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 45 | 17 | 60 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4915 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 45 | 17 | 60 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4924 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 59 | 3 | 59 | 68 | 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. |
4916 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 59 | 3 | 59 | 68 | 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. |
4925 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 69 | 17 | 105 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4917 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 69 | 17 | 105 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4926 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 99 | 4 | 99 | 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. |
4918 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 99 | 4 | 99 | 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. |
4927 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 102 | 4 | 102 | 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. |
4919 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 102 | 4 | 102 | 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. |
4928 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 113 | 17 | 157 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4920 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 113 | 17 | 157 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4929 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 122 | 21 | 122 | 75 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'availableAssets' defined but not used |
4921 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 122 | 21 | 122 | 75 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'availableAssets' defined but not used |
4930 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 153 | 4 | 153 | 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. |
4922 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 153 | 4 | 153 | 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. |
4931 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 154 | 4 | 154 | 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. |
4923 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 154 | 4 | 154 | 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. |
4932 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 155 | 4 | 155 | 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. |
4924 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 155 | 4 | 155 | 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. |
4933 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 165 | 17 | 195 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4925 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 165 | 17 | 195 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4934 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 186 | 15 | 186 | 81 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newCases' defined but not used |
4926 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 186 | 15 | 186 | 81 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newCases' defined but not used |
4935 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 192 | 4 | 192 | 57 | 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. |
4927 | /simple-asset-manager/main/default/classes/AM_HomeControllerTest.cls | 192 | 4 | 192 | 57 | 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. |
4936 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 33 | 21 | 180 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4928 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 33 | 21 | 180 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4937 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4929 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 36 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4938 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 48 | 12 | 48 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4930 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 48 | 12 | 48 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4939 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 51 | 12 | 51 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4931 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 51 | 12 | 51 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4940 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 54 | 12 | 54 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4932 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 54 | 12 | 54 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4941 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 57 | 12 | 57 | 68 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4933 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 57 | 12 | 57 | 68 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4942 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 60 | 12 | 60 | 66 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4934 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 60 | 12 | 60 | 66 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4943 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 63 | 12 | 63 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4935 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 63 | 12 | 63 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4944 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 66 | 12 | 66 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4936 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 66 | 12 | 66 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4945 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 69 | 12 | 69 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4937 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 69 | 12 | 69 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4946 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 72 | 12 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4938 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 72 | 12 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4947 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 72 | 5 | 72 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
4939 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 72 | 5 | 72 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
4948 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 76 | 12 | 178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4940 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 76 | 12 | 178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4949 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 76 | 12 | 178 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'runQuery()' has a cognitive complexity of 17, current threshold is 15 |
4941 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 76 | 12 | 178 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'runQuery()' has a cognitive complexity of 17, current threshold is 15 |
4950 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 76 | 12 | 178 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'runQuery()' has a cyclomatic complexity of 10. |
4942 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController.cls | 76 | 12 | 178 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'runQuery()' has a cyclomatic complexity of 10. |
4951 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController_Test.cls | 33 | 20 | 54 | 6 | 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() |
4943 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController_Test.cls | 33 | 20 | 54 | 6 | 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() |
4952 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController_Test.cls | 42 | 27 | 42 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'assets' defined but not used |
4944 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController_Test.cls | 42 | 27 | 42 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'assets' defined but not used |
4953 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController_Test.cls | 56 | 20 | 63 | 6 | 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() |
4945 | /simple-asset-manager/main/default/classes/AM_LookUpComponentController_Test.cls | 56 | 20 | 63 | 6 | 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() |
4954 | /simple-asset-manager/main/default/classes/AM_SetAssetOOS_Test.cls | 43 | 9 | 43 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.Assert' should have 2 parameters. |
4946 | /simple-asset-manager/main/default/classes/AM_SetAssetOOS_Test.cls | 43 | 9 | 43 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.Assert' should have 2 parameters. |
4955 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 34 | 21 | 124 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4947 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 34 | 21 | 124 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4956 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 41 | 19 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4948 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 41 | 19 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4957 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 41 | 19 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4949 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 41 | 19 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4958 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 41 | 19 | 64 | 6 | 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 |
4950 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 41 | 19 | 64 | 6 | 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 |
4959 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 46 | 29 | 46 | 83 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4951 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 46 | 29 | 46 | 83 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
4960 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 69 | 19 | 101 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4952 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 69 | 19 | 101 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4961 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 69 | 19 | 101 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4953 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 69 | 19 | 101 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4962 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 69 | 19 | 101 | 6 | 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 |
4954 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 69 | 19 | 101 | 6 | 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 |
4963 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 108 | 19 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4955 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 108 | 19 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4964 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 108 | 19 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4956 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 108 | 19 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
4965 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 108 | 19 | 123 | 6 | 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 |
4957 | /simple-asset-manager/main/default/classes/AM_SettingsUtil.cls | 108 | 19 | 123 | 6 | 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 |
4966 | /simple-asset-manager/main/default/classes/AM_SettingsUtil_Test.cls | 33 | 20 | 48 | 6 | 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() |
4958 | /simple-asset-manager/main/default/classes/AM_SettingsUtil_Test.cls | 33 | 20 | 48 | 6 | 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() |
4967 | /simple-asset-manager/main/default/classes/AM_SettingsUtil_Test.cls | 33 | 20 | 48 | 6 | 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 'test_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
4959 | /simple-asset-manager/main/default/classes/AM_SettingsUtil_Test.cls | 33 | 20 | 48 | 6 | 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 'test_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
4968 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 42 | 19 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4960 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 42 | 19 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4969 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 59 | 19 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4961 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 59 | 19 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4970 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 71 | 19 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4962 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 71 | 19 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4971 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 81 | 19 | 90 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4963 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 81 | 19 | 90 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4972 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 93 | 19 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4964 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 93 | 19 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4973 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 101 | 19 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4965 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 101 | 19 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4974 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 106 | 19 | 124 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4966 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 106 | 19 | 124 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4975 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 127 | 19 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4967 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 127 | 19 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4976 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 140 | 23 | 145 | 6 | 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() |
4968 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 140 | 23 | 145 | 6 | 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() |
4977 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 140 | 23 | 145 | 6 | 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. |
4969 | /simple-asset-manager/main/default/classes/AM_TestUtilities.cls | 140 | 23 | 145 | 6 | 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. |
4978 | /simple-asset-manager/main/default/classes/AM_ValidateDates_Test.cls | 41 | 20 | 50 | 6 | 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 'test_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
4970 | /simple-asset-manager/main/default/classes/AM_ValidateDates_Test.cls | 41 | 20 | 50 | 6 | 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 'test_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
4979 | /simple-asset-manager/main/default/classes/AM_ValidateDates_Test.cls | 48 | 13 | 48 | 60 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4971 | /simple-asset-manager/main/default/classes/AM_ValidateDates_Test.cls | 48 | 13 | 48 | 60 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
4980 | /simple-asset-manager/main/default/components/AM_LookupComponent.component | 59 | 181 | 59 | 201 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4972 | /simple-asset-manager/main/default/components/AM_LookupComponent.component | 59 | 181 | 59 | 201 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4981 | /simple-asset-manager/main/default/components/AM_LookupComponent.component | 78 | 74 | 78 | 86 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4973 | /simple-asset-manager/main/default/components/AM_LookupComponent.component | 78 | 74 | 78 | 86 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
4982 | /simple-asset-manager/main/default/triggers/AM_SetAssetOOS_CaseTrigger.trigger | 38 | 1 | 56 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
4974 | /simple-asset-manager/main/default/triggers/AM_SetAssetOOS_CaseTrigger.trigger | 38 | 1 | 56 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
4983 | /simple-asset-manager/main/default/triggers/AM_SetAssetOOS_CaseTrigger.trigger | 39 | 24 | 39 | 119 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
4984 | /simple-asset-manager/main/default/triggers/AM_SetAssetOOS_CaseTrigger.trigger | 54 | 9 | 54 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
4985 | /simple-asset-manager/main/default/triggers/AM_ValidateDates_AllocationTrigger.trigger | 37 | 1 | 58 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
4975 | /simple-asset-manager/main/default/triggers/AM_ValidateDates_AllocationTrigger.trigger | 37 | 1 | 58 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
4986 | /simple-asset-manager/main/default/triggers/AM_ValidateDates_AllocationTrigger.trigger | 37 | 1 | 58 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'AM_ValidateDates_AllocationTrigger' has a cyclomatic complexity of 14. |
4976 | /simple-asset-manager/main/default/triggers/AM_ValidateDates_AllocationTrigger.trigger | 37 | 1 | 58 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'AM_ValidateDates_AllocationTrigger' has a cyclomatic complexity of 12. |
4987 | /simple-asset-manager/main/default/triggers/AM_ValidateDates_AllocationTrigger.trigger | 42 | 35 | 42 | 89 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
4988 | /simple-asset-manager/main/default/triggers/AM_ValidateDates_AllocationTrigger.trigger | 43 | 50 | 43 | 195 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
4989 | /simple-asset-manager/main/default/triggers/AM_ValidateDates_AllocationTrigger.trigger | 44 | 5 | 44 | 72 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4977 | /simple-asset-manager/main/default/triggers/AM_ValidateDates_AllocationTrigger.trigger | 44 | 5 | 44 | 72 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4990 | /simple-asset-manager/main/default/triggers/AM_ValidateDates_AllocationTrigger.trigger | 44 | 5 | 44 | 72 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4978 | /simple-asset-manager/main/default/triggers/AM_ValidateDates_AllocationTrigger.trigger | 44 | 5 | 44 | 72 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
4991 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 1 | 21 | 66 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4979 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 1 | 21 | 66 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4992 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 1 | 21 | 66 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
4980 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 1 | 21 | 66 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
4993 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 4 | 19 | 55 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4981 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 4 | 19 | 55 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4994 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 15 | 78 | 15 | 214 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4982 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 15 | 78 | 15 | 214 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4995 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 35 | 48 | 35 | 140 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'feedElement' defined but not used |
4983 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 35 | 48 | 35 | 140 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'feedElement' defined but not used |
4996 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 57 | 12 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4984 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 57 | 12 | 65 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4997 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 57 | 12 | 65 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'chatterSAActionRequest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4985 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ChatterPost.cls | 57 | 12 | 65 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'chatterSAActionRequest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4998 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 1 | 21 | 52 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4986 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 1 | 21 | 52 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4999 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 1 | 21 | 52 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
4987 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 1 | 21 | 52 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5000 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 4 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4988 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 4 | 19 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5001 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 18 | 80 | 18 | 178 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4989 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 18 | 80 | 18 | 178 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5002 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 30 | 9 | 33 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
4990 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 30 | 9 | 33 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
5003 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 37 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4991 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 37 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5004 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 37 | 12 | 43 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'convertDTResponse' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4992 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 37 | 12 | 43 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'convertDTResponse' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5005 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 45 | 12 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4993 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 45 | 12 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5006 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 45 | 12 | 51 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'convertDTRequest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
4994 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_ConvertDT.cls | 45 | 12 | 51 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'convertDTRequest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5007 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 1 | 21 | 40 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4995 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 1 | 21 | 40 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5008 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 1 | 21 | 40 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
4996 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 1 | 21 | 40 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5009 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 4 | 19 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4997 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 4 | 19 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5010 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 12 | 99 | 12 | 182 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4998 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 12 | 99 | 12 | 182 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5011 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 14 | 74 | 14 | 181 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
4999 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 14 | 74 | 14 | 181 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5012 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 18 | 28 | 18 | 127 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'result' defined but not used |
5000 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 18 | 28 | 18 | 127 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'result' defined but not used |
5013 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 33 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5001 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 33 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5014 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 33 | 12 | 39 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'sendFISRequest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5002 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 33 | 12 | 39 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'sendFISRequest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5015 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 36 | 23 | 36 | 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 'PolicyName' doesn't match '[a-z][a-zA-Z0-9]*' |
5003 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_FillInSchedule.cls | 36 | 23 | 36 | 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 'PolicyName' doesn't match '[a-z][a-zA-Z0-9]*' |
5016 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 1 | 21 | 133 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5004 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 1 | 21 | 133 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5017 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 1 | 21 | 133 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5005 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 1 | 21 | 133 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5018 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 1 | 21 | 133 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Tracker_GetAppointmentStatus' has a total cognitive complexity of 53 (highest 53), current threshold is 50 |
5006 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 1 | 21 | 133 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Tracker_GetAppointmentStatus' has a total cognitive complexity of 53 (highest 53), current threshold is 50 |
5019 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 1 | 21 | 133 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Tracker_GetAppointmentStatus' has a Standard Cyclomatic Complexity of 15 (Highest = 14). |
5007 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 1 | 21 | 133 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Tracker_GetAppointmentStatus' has a Standard Cyclomatic Complexity of 15 (Highest = 14). |
5020 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 4 | 19 | 112 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5008 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 4 | 19 | 112 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5021 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 4 | 19 | 112 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'getStatusDialog(List |
5009 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 4 | 19 | 112 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'getStatusDialog(List |
5022 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 4 | 19 | 112 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'getStatusDialog(List |
5010 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 4 | 19 | 112 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'getStatusDialog(List |
5023 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 4 | 19 | 112 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getStatusDialog()' has an NCSS line count of 55 (limit: 40) |
5011 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 4 | 19 | 112 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getStatusDialog()' has an NCSS line count of 55 (limit: 40) |
5024 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 4 | 19 | 112 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getStatusDialog' has a Standard Cyclomatic Complexity of 14. |
5012 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 4 | 19 | 112 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getStatusDialog' has a Standard Cyclomatic Complexity of 14. |
5025 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 20 | 28 | 20 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'SAFields' doesn't match '[a-z][a-zA-Z0-9]*' |
5013 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 20 | 28 | 20 | 41 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'SAFields' doesn't match '[a-z][a-zA-Z0-9]*' |
5026 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 21 | 28 | 21 | 51 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'SAID' doesn't match '[a-z][a-zA-Z0-9]*' |
5014 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 21 | 28 | 21 | 51 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'SAID' doesn't match '[a-z][a-zA-Z0-9]*' |
5027 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 22 | 63 | 22 | 89 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
5015 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 22 | 63 | 22 | 89 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
5028 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 28 | 55 | 28 | 136 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5016 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 28 | 55 | 28 | 136 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5029 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 36 | 25 | 44 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
5017 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 36 | 25 | 44 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
5030 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 39 | 88 | 39 | 190 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5018 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 39 | 88 | 39 | 190 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5031 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 47 | 64 | 47 | 178 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5019 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 47 | 64 | 47 | 178 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5032 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 47 | 64 | 47 | 178 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5020 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 47 | 64 | 47 | 178 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5033 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 48 | 25 | 53 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
5021 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 48 | 25 | 53 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
5034 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 55 | 25 | 92 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
5022 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 55 | 25 | 92 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
5035 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 74 | 41 | 74 | 97 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5023 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 74 | 41 | 74 | 97 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5036 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 74 | 41 | 74 | 97 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5024 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 74 | 41 | 74 | 97 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5037 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 83 | 33 | 86 | 34 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
5025 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 83 | 33 | 86 | 34 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
5038 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 114 | 12 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5026 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 114 | 12 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5039 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 114 | 12 | 122 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'getStatusDialogResult' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5027 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 114 | 12 | 122 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'getStatusDialogResult' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5040 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 124 | 12 | 132 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5028 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 124 | 12 | 132 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5041 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 124 | 12 | 132 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'getStatusDialogRequest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5029 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 124 | 12 | 132 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'getStatusDialogRequest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5042 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 131 | 23 | 131 | 54 | 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 'MessagingTemplate_DeveloperName' doesn't match '[a-z][a-zA-Z0-9]*' |
5030 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetAppointmentStatus.cls | 131 | 23 | 131 | 54 | 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 'MessagingTemplate_DeveloperName' doesn't match '[a-z][a-zA-Z0-9]*' |
5043 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetFirstLastMonth.cls | 1 | 21 | 21 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5031 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetFirstLastMonth.cls | 1 | 21 | 21 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5044 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetFirstLastMonth.cls | 1 | 21 | 21 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5032 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetFirstLastMonth.cls | 1 | 21 | 21 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5045 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetFirstLastMonth.cls | 4 | 19 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5033 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetFirstLastMonth.cls | 4 | 19 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5046 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetFirstLastMonth.cls | 14 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5034 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetFirstLastMonth.cls | 14 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5047 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetFirstLastMonth.cls | 14 | 12 | 20 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'getFLMonthActionResponse' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5035 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_GetFirstLastMonth.cls | 14 | 12 | 20 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'getFLMonthActionResponse' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5048 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 4 | 23 | 54 | 6 | 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. |
5036 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 4 | 23 | 54 | 6 | 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. |
5049 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 52 | 9 | 52 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
5037 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 52 | 9 | 52 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
5050 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 56 | 23 | 108 | 6 | 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. |
5038 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 56 | 23 | 108 | 6 | 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. |
5051 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 106 | 9 | 106 | 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. |
5039 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 106 | 9 | 106 | 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. |
5052 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 110 | 23 | 130 | 6 | 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. |
5040 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 110 | 23 | 130 | 6 | 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. |
5053 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 129 | 9 | 129 | 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. |
5041 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 129 | 9 | 129 | 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. |
5054 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 132 | 23 | 206 | 6 | 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. |
5042 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 132 | 23 | 206 | 6 | 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. |
5055 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 195 | 9 | 195 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
5043 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 195 | 9 | 195 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
5056 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 205 | 22 | 205 | 98 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dtResult' defined but not used |
5044 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 205 | 22 | 205 | 98 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dtResult' defined but not used |
5057 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 208 | 23 | 212 | 6 | 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. |
5045 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 208 | 23 | 212 | 6 | 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. |
5058 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 211 | 9 | 211 | 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. |
5046 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_Tests.cls | 211 | 9 | 211 | 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. |
5059 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 1 | 21 | 64 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5047 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 1 | 21 | 64 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5060 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 1 | 21 | 64 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5048 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 1 | 21 | 64 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5061 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 4 | 19 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5049 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 4 | 19 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5062 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 4 | 19 | 53 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'updateDisplayStartTime(List |
5050 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 4 | 19 | 53 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'updateDisplayStartTime(List |
5063 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 4 | 19 | 53 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'updateDisplayStartTime(List |
5051 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 4 | 19 | 53 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'updateDisplayStartTime(List |
5064 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 24 | 84 | 24 | 182 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5052 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 24 | 84 | 24 | 182 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5065 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 25 | 25 | 29 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
5053 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 25 | 25 | 29 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
5066 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 36 | 84 | 36 | 173 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5054 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 36 | 84 | 36 | 173 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5067 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 40 | 25 | 40 | 42 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5055 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 40 | 25 | 40 | 42 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5068 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 45 | 13 | 48 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
5056 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 45 | 13 | 48 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
5069 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 55 | 12 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5057 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 55 | 12 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5070 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 55 | 12 | 63 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'updateDisplayStartTimeRequest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5058 | /tracker-bot-field-service-lightning-contractor-engagement/force-app/main/default/classes/Tracker_UpdateDisplayStartTime.cls | 55 | 12 | 63 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'updateDisplayStartTimeRequest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5071 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 39 | 8 | 324 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5059 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 39 | 8 | 324 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5072 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 39 | 8 | 324 | 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 'fflib_SObjectDescribe' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5060 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 39 | 8 | 324 | 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 'fflib_SObjectDescribe' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5073 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 39 | 8 | 324 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'fflib_SObjectDescribe' has a total cognitive complexity of 301 (highest 6), current threshold is 50 |
5061 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 39 | 8 | 324 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'fflib_SObjectDescribe' has a total cognitive complexity of 301 (highest 6), current threshold is 50 |
5074 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 46 | 5 | 46 | 36 | 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 |
5062 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 46 | 5 | 46 | 36 | 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 |
5075 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 46 | 5 | 46 | 36 | 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 |
5063 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 46 | 5 | 46 | 36 | 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 |
5076 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 54 | 5 | 54 | 39 | 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 |
5064 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 54 | 5 | 54 | 39 | 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 |
5077 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 54 | 5 | 54 | 39 | 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 |
5065 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 54 | 5 | 54 | 39 | 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 |
5078 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 62 | 5 | 62 | 45 | 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 |
5066 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 62 | 5 | 62 | 45 | 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 |
5079 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 62 | 5 | 62 | 45 | 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 |
5067 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 62 | 5 | 62 | 45 | 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 |
5080 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 79 | 4 | 79 | 69 | 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 |
5068 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 79 | 4 | 79 | 69 | 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 |
5081 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 79 | 4 | 79 | 69 | 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 |
5069 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 79 | 4 | 79 | 69 | 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 |
5082 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 81 | 4 | 81 | 86 | 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 |
5070 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 81 | 4 | 81 | 86 | 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 |
5083 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 81 | 4 | 81 | 86 | 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 |
5071 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 81 | 4 | 81 | 86 | 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 |
5084 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 90 | 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 @description |
5072 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 90 | 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 @description |
5085 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 90 | 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 @return |
5073 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 90 | 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 @return |
5086 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 90 | 9 | 92 | 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 |
5074 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 90 | 9 | 92 | 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 |
5087 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 98 | 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 @description |
5075 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 98 | 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 @description |
5088 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 98 | 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 @return |
5076 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 98 | 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 @return |
5089 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 98 | 9 | 109 | 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 |
5077 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 98 | 9 | 109 | 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 |
5090 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 114 | 9 | 125 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5078 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 114 | 9 | 125 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5091 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 114 | 9 | 125 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
5079 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 114 | 9 | 125 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
5092 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 130 | 9 | 132 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5080 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 130 | 9 | 132 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5093 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 130 | 9 | 132 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
5081 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 130 | 9 | 132 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
5094 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 137 | 9 | 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 |
5082 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 137 | 9 | 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 |
5095 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 137 | 9 | 139 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
5083 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 137 | 9 | 139 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
5096 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 140 | 9 | 142 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5084 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 140 | 9 | 142 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5097 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 143 | 9 | 145 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5085 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 143 | 9 | 145 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5098 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 152 | 5 | 152 | 52 | 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 |
5086 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 152 | 5 | 152 | 52 | 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 |
5099 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 152 | 5 | 152 | 52 | 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 |
5087 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 152 | 5 | 152 | 52 | 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 |
5100 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 171 | 17 | 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 |
5088 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 171 | 17 | 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 |
5101 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 173 | 5 | 173 | 61 | 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 |
5089 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 173 | 5 | 173 | 61 | 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 |
5102 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 173 | 5 | 173 | 61 | 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 |
5090 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 173 | 5 | 173 | 61 | 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 |
5103 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 178 | 16 | 188 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5091 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 178 | 16 | 188 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5104 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 183 | 5 | 183 | 19 | 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 |
5092 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 183 | 5 | 183 | 19 | 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 |
5105 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 183 | 5 | 183 | 19 | 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 |
5093 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 183 | 5 | 183 | 19 | 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 |
5106 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 185 | 5 | 185 | 47 | 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 |
5094 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 185 | 5 | 185 | 47 | 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 |
5107 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 189 | 16 | 194 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5095 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 189 | 16 | 194 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5108 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 192 | 4 | 192 | 46 | 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 |
5096 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 192 | 4 | 192 | 46 | 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 |
5109 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 192 | 4 | 192 | 46 | 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 |
5097 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 192 | 4 | 192 | 46 | 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 |
5110 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 195 | 16 | 200 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5098 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 195 | 16 | 200 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5111 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 198 | 4 | 198 | 72 | 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 |
5099 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 198 | 4 | 198 | 72 | 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 |
5112 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 198 | 4 | 198 | 72 | 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 |
5100 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 198 | 4 | 198 | 72 | 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 |
5113 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 201 | 16 | 203 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5101 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 201 | 16 | 203 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5114 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 206 | 16 | 208 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5102 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 206 | 16 | 208 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5115 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 209 | 16 | 211 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5103 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 209 | 16 | 211 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5116 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 214 | 16 | 217 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5104 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 214 | 16 | 217 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5117 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 228 | 19 | 277 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5105 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 228 | 19 | 277 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5118 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 245 | 21 | 247 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5106 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 245 | 21 | 247 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5119 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 245 | 21 | 247 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
5107 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 245 | 21 | 247 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
5120 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 245 | 21 | 247 | 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 |
5108 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 245 | 21 | 247 | 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 |
5121 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 251 | 21 | 260 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5109 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 251 | 21 | 260 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5122 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 251 | 21 | 260 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
5110 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 251 | 21 | 260 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
5123 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 251 | 21 | 260 | 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 |
5111 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 251 | 21 | 260 | 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 |
5124 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 261 | 18 | 263 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5112 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 261 | 18 | 263 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5125 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 264 | 18 | 270 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5113 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 264 | 18 | 270 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5126 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 271 | 18 | 273 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5114 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 271 | 18 | 273 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5127 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 274 | 18 | 276 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5115 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 274 | 18 | 276 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5128 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 282 | 9 | 299 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5116 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 282 | 9 | 299 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5129 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 289 | 10 | 291 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5117 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 289 | 10 | 291 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5130 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 292 | 10 | 294 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5118 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 292 | 10 | 294 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5131 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 295 | 10 | 297 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5119 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 295 | 10 | 297 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5132 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 303 | 9 | 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 |
5120 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 303 | 9 | 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 |
5133 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 309 | 10 | 311 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5121 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 309 | 10 | 311 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5134 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 312 | 10 | 314 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5122 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 312 | 10 | 314 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5135 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 315 | 10 | 317 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5123 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 315 | 10 | 317 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5136 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 321 | 18 | 321 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5124 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 321 | 18 | 321 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5137 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 322 | 9 | 322 | 69 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5125 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 322 | 9 | 322 | 69 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5138 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 323 | 9 | 323 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5126 | /visitor1/main/default/classes/fflib_SObjectDescribe.cls | 323 | 9 | 323 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5139 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 32 | 9 | 138 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5127 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 32 | 9 | 138 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5140 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 32 | 9 | 138 | 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 'fflib_SObjectDescribeTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5128 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 32 | 9 | 138 | 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 'fflib_SObjectDescribeTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5141 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 35 | 9 | 47 | 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 'NamespacedAttributeMap_implementations' doesn't match '[a-z][a-zA-Z0-9]*' |
5129 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 35 | 9 | 47 | 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 'NamespacedAttributeMap_implementations' doesn't match '[a-z][a-zA-Z0-9]*' |
5142 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 38 | 3 | 38 | 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. |
5130 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 38 | 3 | 38 | 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. |
5143 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 39 | 3 | 39 | 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. |
5131 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 39 | 3 | 39 | 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. |
5144 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 43 | 3 | 43 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
5132 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 43 | 3 | 43 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
5145 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 45 | 3 | 45 | 75 | 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. |
5133 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 45 | 3 | 45 | 75 | 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. |
5146 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 46 | 3 | 46 | 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. |
5134 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 46 | 3 | 46 | 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. |
5147 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 50 | 9 | 65 | 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 'FieldsMap' doesn't match '[a-z][a-zA-Z0-9]*' |
5135 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 50 | 9 | 65 | 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 'FieldsMap' doesn't match '[a-z][a-zA-Z0-9]*' |
5148 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 59 | 3 | 59 | 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. |
5136 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 59 | 3 | 59 | 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. |
5149 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 60 | 3 | 60 | 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. |
5137 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 60 | 3 | 60 | 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. |
5150 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 61 | 3 | 61 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
5138 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 61 | 3 | 61 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
5151 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 64 | 3 | 64 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
5139 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 64 | 3 | 64 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
5152 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 68 | 9 | 83 | 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 'GlobalDescribeMap' doesn't match '[a-z][a-zA-Z0-9]*' |
5140 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 68 | 9 | 83 | 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 'GlobalDescribeMap' doesn't match '[a-z][a-zA-Z0-9]*' |
5153 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 77 | 3 | 77 | 57 | 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. |
5141 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 77 | 3 | 77 | 57 | 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. |
5154 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 78 | 3 | 78 | 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. |
5142 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 78 | 3 | 78 | 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. |
5155 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 79 | 3 | 79 | 75 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
5143 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 79 | 3 | 79 | 75 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
5156 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 82 | 3 | 82 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
5144 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 82 | 3 | 82 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
5157 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 90 | 3 | 90 | 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. |
5145 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 90 | 3 | 90 | 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. |
5158 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 102 | 3 | 102 | 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. |
5146 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 102 | 3 | 102 | 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. |
5159 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 106 | 9 | 114 | 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() |
5147 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 106 | 9 | 114 | 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() |
5160 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 120 | 10 | 120 | 72 | 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. |
5148 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 120 | 10 | 120 | 72 | 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. |
5161 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 135 | 3 | 135 | 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. |
5149 | /visitor1/main/default/classes/fflib_SObjectDescribeTest.cls | 135 | 3 | 135 | 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. |
5162 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 31 | 8 | 348 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5150 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 31 | 8 | 348 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5163 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 31 | 8 | 348 | 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 'fflib_SecurityUtils' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5151 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 31 | 8 | 348 | 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 'fflib_SecurityUtils' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5164 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 31 | 8 | 348 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'fflib_SecurityUtils' has a total cognitive complexity of 120 (highest 2), current threshold is 50 |
5152 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 31 | 8 | 348 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'fflib_SecurityUtils' has a total cognitive complexity of 120 (highest 2), current threshold is 50 |
5165 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 31 | 8 | 348 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'fflib_SecurityUtils' has a total cyclomatic complexity of 46 (highest 4). |
5153 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 31 | 8 | 348 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'fflib_SecurityUtils' has a total cyclomatic complexity of 46 (highest 4). |
5166 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 41 | 20 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5154 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 41 | 20 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5167 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 42 | 33 | 42 | 44 | 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_operation' doesn't match '[a-z][a-zA-Z0-9]*' |
5155 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 42 | 33 | 42 | 44 | 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_operation' doesn't match '[a-z][a-zA-Z0-9]*' |
5168 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 43 | 38 | 43 | 50 | 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_objectType' doesn't match '[a-z][a-zA-Z0-9]*' |
5156 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 43 | 38 | 43 | 50 | 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_objectType' doesn't match '[a-z][a-zA-Z0-9]*' |
5169 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 50 | 12 | 73 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5157 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 50 | 12 | 73 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5170 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 56 | 8 | 56 | 68 | 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 |
5158 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 56 | 8 | 56 | 68 | 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 |
5171 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 56 | 8 | 56 | 68 | 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 |
5159 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 56 | 8 | 56 | 68 | 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 |
5172 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 58 | 8 | 58 | 66 | 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 |
5160 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 58 | 8 | 58 | 66 | 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 |
5173 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 58 | 8 | 58 | 66 | 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 |
5161 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 58 | 8 | 58 | 66 | 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 |
5174 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 60 | 8 | 60 | 68 | 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 |
5162 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 60 | 8 | 60 | 68 | 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 |
5175 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 60 | 8 | 60 | 68 | 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 |
5163 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 60 | 8 | 60 | 68 | 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 |
5176 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 62 | 8 | 62 | 68 | 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 |
5164 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 62 | 8 | 62 | 68 | 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 |
5177 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 62 | 8 | 62 | 68 | 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 |
5165 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 62 | 8 | 62 | 68 | 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 |
5178 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 78 | 12 | 102 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5166 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 78 | 12 | 102 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5179 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 79 | 34 | 79 | 46 | 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_fieldToken' doesn't match '[a-z][a-zA-Z0-9]*' |
5167 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 79 | 34 | 79 | 46 | 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_fieldToken' doesn't match '[a-z][a-zA-Z0-9]*' |
5180 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 86 | 8 | 86 | 81 | 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 |
5168 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 86 | 8 | 86 | 81 | 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 |
5181 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 86 | 8 | 86 | 81 | 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 |
5169 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 86 | 8 | 86 | 81 | 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 |
5182 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 88 | 8 | 88 | 83 | 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 |
5170 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 88 | 8 | 88 | 83 | 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 |
5183 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 88 | 8 | 88 | 83 | 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 |
5171 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 88 | 8 | 88 | 83 | 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 |
5184 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 90 | 8 | 90 | 85 | 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 |
5172 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 90 | 8 | 90 | 85 | 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 |
5185 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 90 | 8 | 90 | 85 | 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 |
5173 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 90 | 8 | 90 | 85 | 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 |
5186 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 110 | 27 | 110 | 63 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'BYPASS_INTERNAL_FLS_AND_CRUD' should be before method declarations in its class |
5174 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 110 | 27 | 110 | 63 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'BYPASS_INTERNAL_FLS_AND_CRUD' should be before method declarations in its class |
5187 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 110 | 27 | 110 | 63 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'BYPASS_INTERNAL_FLS_AND_CRUD' doesn't match '[a-z][a-zA-Z0-9]*' |
5175 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 110 | 27 | 110 | 63 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'BYPASS_INTERNAL_FLS_AND_CRUD' doesn't match '[a-z][a-zA-Z0-9]*' |
5188 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 121 | 19 | 128 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5176 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 121 | 19 | 128 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5189 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 121 | 19 | 128 | 6 | 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 |
5177 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 121 | 19 | 128 | 6 | 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 |
5190 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 135 | 19 | 142 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5178 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 135 | 19 | 142 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5191 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 135 | 19 | 142 | 6 | 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 |
5179 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 135 | 19 | 142 | 6 | 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 |
5192 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 149 | 19 | 156 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5180 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 149 | 19 | 156 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5193 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 149 | 19 | 156 | 6 | 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 |
5181 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 149 | 19 | 156 | 6 | 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 |
5194 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 163 | 19 | 170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5182 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 163 | 19 | 170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5195 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 163 | 19 | 170 | 6 | 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 |
5183 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 163 | 19 | 170 | 6 | 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 |
5196 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 177 | 19 | 184 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5184 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 177 | 19 | 184 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5197 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 177 | 19 | 184 | 6 | 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 |
5185 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 177 | 19 | 184 | 6 | 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 |
5198 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 191 | 19 | 198 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5186 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 191 | 19 | 198 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5199 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 191 | 19 | 198 | 6 | 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 |
5187 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 191 | 19 | 198 | 6 | 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 |
5200 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 208 | 19 | 211 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5188 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 208 | 19 | 211 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5201 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 208 | 19 | 211 | 6 | 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 |
5189 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 208 | 19 | 211 | 6 | 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 |
5202 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 217 | 19 | 220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5190 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 217 | 19 | 220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5203 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 217 | 19 | 220 | 6 | 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 |
5191 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 217 | 19 | 220 | 6 | 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 |
5204 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 226 | 19 | 232 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5192 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 226 | 19 | 232 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5205 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 226 | 19 | 232 | 6 | 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 |
5193 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 226 | 19 | 232 | 6 | 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 |
5206 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 229 | 10 | 229 | 17 | 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 |
5194 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 229 | 10 | 229 | 17 | 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 |
5207 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 229 | 10 | 229 | 17 | 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 |
5195 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 229 | 10 | 229 | 17 | 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 |
5208 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 231 | 13 | 231 | 100 | 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 |
5196 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 231 | 13 | 231 | 100 | 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 |
5209 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 231 | 13 | 231 | 100 | 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 |
5197 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 231 | 13 | 231 | 100 | 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 |
5210 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 238 | 19 | 241 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5198 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 238 | 19 | 241 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5211 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 238 | 19 | 241 | 6 | 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 |
5199 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 238 | 19 | 241 | 6 | 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 |
5212 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 247 | 19 | 250 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5200 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 247 | 19 | 250 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5213 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 247 | 19 | 250 | 6 | 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 |
5201 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 247 | 19 | 250 | 6 | 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 |
5214 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 256 | 19 | 262 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5202 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 256 | 19 | 262 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5215 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 256 | 19 | 262 | 6 | 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 |
5203 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 256 | 19 | 262 | 6 | 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 |
5216 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 259 | 13 | 259 | 20 | 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 |
5204 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 259 | 13 | 259 | 20 | 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 |
5217 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 259 | 13 | 259 | 20 | 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 |
5205 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 259 | 13 | 259 | 20 | 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 |
5218 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 261 | 13 | 261 | 98 | 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 |
5206 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 261 | 13 | 261 | 98 | 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 |
5219 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 261 | 13 | 261 | 98 | 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 |
5207 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 261 | 13 | 261 | 98 | 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 |
5220 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 269 | 19 | 272 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5208 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 269 | 19 | 272 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5221 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 269 | 19 | 272 | 6 | 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 |
5209 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 269 | 19 | 272 | 6 | 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 |
5222 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 278 | 19 | 281 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5210 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 278 | 19 | 281 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5223 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 278 | 19 | 281 | 6 | 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 |
5211 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 278 | 19 | 281 | 6 | 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 |
5224 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 287 | 19 | 293 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5212 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 287 | 19 | 293 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5225 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 287 | 19 | 293 | 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 |
5213 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 287 | 19 | 293 | 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 |
5226 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 290 | 13 | 290 | 20 | 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 |
5214 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 290 | 13 | 290 | 20 | 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 |
5227 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 290 | 13 | 290 | 20 | 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 |
5215 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 290 | 13 | 290 | 20 | 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 |
5228 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 292 | 13 | 292 | 100 | 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 |
5216 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 292 | 13 | 292 | 100 | 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 |
5229 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 292 | 13 | 292 | 100 | 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 |
5217 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 292 | 13 | 292 | 100 | 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 |
5230 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 303 | 19 | 311 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5218 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 303 | 19 | 311 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5231 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 303 | 19 | 311 | 6 | 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 |
5219 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 303 | 19 | 311 | 6 | 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 |
5232 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 306 | 13 | 306 | 20 | 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 |
5220 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 306 | 13 | 306 | 20 | 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 |
5233 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 306 | 13 | 306 | 20 | 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 |
5221 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 306 | 13 | 306 | 20 | 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 |
5234 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 317 | 19 | 323 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5222 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 317 | 19 | 323 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5235 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 317 | 19 | 323 | 6 | 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 |
5223 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 317 | 19 | 323 | 6 | 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 |
5236 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 320 | 13 | 320 | 20 | 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 |
5224 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 320 | 13 | 320 | 20 | 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 |
5237 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 320 | 13 | 320 | 20 | 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 |
5225 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 320 | 13 | 320 | 20 | 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 |
5238 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 322 | 10 | 322 | 63 | 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 |
5226 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 322 | 10 | 322 | 63 | 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 |
5239 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 322 | 10 | 322 | 63 | 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 |
5227 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 322 | 10 | 322 | 63 | 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 |
5240 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 329 | 19 | 335 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5228 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 329 | 19 | 335 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5241 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 329 | 19 | 335 | 6 | 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 |
5229 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 329 | 19 | 335 | 6 | 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 |
5242 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 332 | 13 | 332 | 20 | 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 |
5230 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 332 | 13 | 332 | 20 | 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 |
5243 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 332 | 13 | 332 | 20 | 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 |
5231 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 332 | 13 | 332 | 20 | 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 |
5244 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 334 | 10 | 334 | 65 | 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 |
5232 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 334 | 10 | 334 | 65 | 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 |
5245 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 334 | 10 | 334 | 65 | 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 |
5233 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 334 | 10 | 334 | 65 | 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 |
5246 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 341 | 19 | 347 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5234 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 341 | 19 | 347 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5247 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 341 | 19 | 347 | 6 | 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 |
5235 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 341 | 19 | 347 | 6 | 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 |
5248 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 344 | 13 | 344 | 20 | 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 |
5236 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 344 | 13 | 344 | 20 | 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 |
5249 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 344 | 13 | 344 | 20 | 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 |
5237 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 344 | 13 | 344 | 20 | 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 |
5250 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 346 | 13 | 346 | 65 | 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 |
5238 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 346 | 13 | 346 | 65 | 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 |
5251 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 346 | 13 | 346 | 65 | 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 |
5239 | /visitor1/main/default/classes/fflib_SecurityUtils.cls | 346 | 13 | 346 | 65 | 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 |
5252 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 28 | 9 | 267 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5240 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 28 | 9 | 267 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5253 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 28 | 9 | 267 | 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 'fflib_SecurityUtilsTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5241 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 28 | 9 | 267 | 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 'fflib_SecurityUtilsTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5254 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 55 | 9 | 95 | 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 'readonly_field_access' doesn't match '[a-z][a-zA-Z0-9]*' |
5242 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 55 | 9 | 95 | 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 'readonly_field_access' doesn't match '[a-z][a-zA-Z0-9]*' |
5255 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 98 | 9 | 149 | 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 'readonly_object_access' doesn't match '[a-z][a-zA-Z0-9]*' |
5243 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 98 | 9 | 149 | 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 'readonly_object_access' doesn't match '[a-z][a-zA-Z0-9]*' |
5256 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 152 | 9 | 234 | 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 'readonly_objectAndField_access' doesn't match '[a-z][a-zA-Z0-9]*' |
5244 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 152 | 9 | 234 | 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 'readonly_objectAndField_access' doesn't match '[a-z][a-zA-Z0-9]*' |
5257 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 237 | 9 | 265 | 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() |
5245 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 237 | 9 | 265 | 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() |
5258 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 237 | 9 | 265 | 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 'sysadmin_objectAndField_access' doesn't match '[a-z][a-zA-Z0-9]*' |
5246 | /visitor1/main/default/classes/fflib_SecurityUtilsTest.cls | 237 | 9 | 265 | 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 'sysadmin_objectAndField_access' doesn't match '[a-z][a-zA-Z0-9]*' |
5259 | /visitor1/main/default/classes/v1AttendeeModel.cls | 1 | 21 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5247 | /visitor1/main/default/classes/v1AttendeeModel.cls | 1 | 21 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5260 | /visitor1/main/default/classes/v1AttendeeModel.cls | 1 | 21 | 11 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5248 | /visitor1/main/default/classes/v1AttendeeModel.cls | 1 | 21 | 11 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5261 | /visitor1/main/default/classes/v1AttendeeModel.cls | 1 | 21 | 11 | 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 'v1AttendeeModel' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5249 | /visitor1/main/default/classes/v1AttendeeModel.cls | 1 | 21 | 11 | 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 'v1AttendeeModel' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5262 | /visitor1/main/default/classes/v1AttendeeModel.cls | 2 | 12 | 2 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5250 | /visitor1/main/default/classes/v1AttendeeModel.cls | 2 | 12 | 2 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5263 | /visitor1/main/default/classes/v1AttendeeModel.cls | 2 | 19 | 2 | 28 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'FirstName' doesn't match '[a-z][a-zA-Z0-9]*' |
5251 | /visitor1/main/default/classes/v1AttendeeModel.cls | 2 | 19 | 2 | 28 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'FirstName' doesn't match '[a-z][a-zA-Z0-9]*' |
5264 | /visitor1/main/default/classes/v1AttendeeModel.cls | 3 | 12 | 3 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5252 | /visitor1/main/default/classes/v1AttendeeModel.cls | 3 | 12 | 3 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5265 | /visitor1/main/default/classes/v1AttendeeModel.cls | 3 | 19 | 3 | 27 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'LastName' doesn't match '[a-z][a-zA-Z0-9]*' |
5253 | /visitor1/main/default/classes/v1AttendeeModel.cls | 3 | 19 | 3 | 27 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'LastName' doesn't match '[a-z][a-zA-Z0-9]*' |
5266 | /visitor1/main/default/classes/v1AttendeeModel.cls | 4 | 12 | 4 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5254 | /visitor1/main/default/classes/v1AttendeeModel.cls | 4 | 12 | 4 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5267 | /visitor1/main/default/classes/v1AttendeeModel.cls | 4 | 19 | 4 | 26 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Company' doesn't match '[a-z][a-zA-Z0-9]*' |
5255 | /visitor1/main/default/classes/v1AttendeeModel.cls | 4 | 19 | 4 | 26 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Company' doesn't match '[a-z][a-zA-Z0-9]*' |
5268 | /visitor1/main/default/classes/v1AttendeeModel.cls | 5 | 12 | 5 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5256 | /visitor1/main/default/classes/v1AttendeeModel.cls | 5 | 12 | 5 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5269 | /visitor1/main/default/classes/v1AttendeeModel.cls | 5 | 19 | 5 | 28 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Telephone' doesn't match '[a-z][a-zA-Z0-9]*' |
5257 | /visitor1/main/default/classes/v1AttendeeModel.cls | 5 | 19 | 5 | 28 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Telephone' doesn't match '[a-z][a-zA-Z0-9]*' |
5270 | /visitor1/main/default/classes/v1AttendeeModel.cls | 6 | 12 | 6 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5258 | /visitor1/main/default/classes/v1AttendeeModel.cls | 6 | 12 | 6 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5271 | /visitor1/main/default/classes/v1AttendeeModel.cls | 6 | 19 | 6 | 24 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
5259 | /visitor1/main/default/classes/v1AttendeeModel.cls | 6 | 19 | 6 | 24 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
5272 | /visitor1/main/default/classes/v1AttendeeModel.cls | 7 | 12 | 7 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5260 | /visitor1/main/default/classes/v1AttendeeModel.cls | 7 | 12 | 7 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5273 | /visitor1/main/default/classes/v1AttendeeModel.cls | 7 | 19 | 7 | 27 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HostName' doesn't match '[a-z][a-zA-Z0-9]*' |
5261 | /visitor1/main/default/classes/v1AttendeeModel.cls | 7 | 19 | 7 | 27 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HostName' doesn't match '[a-z][a-zA-Z0-9]*' |
5274 | /visitor1/main/default/classes/v1AttendeeModel.cls | 8 | 12 | 8 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5262 | /visitor1/main/default/classes/v1AttendeeModel.cls | 8 | 12 | 8 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5275 | /visitor1/main/default/classes/v1AttendeeModel.cls | 8 | 19 | 8 | 25 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HostId' doesn't match '[a-z][a-zA-Z0-9]*' |
5263 | /visitor1/main/default/classes/v1AttendeeModel.cls | 8 | 19 | 8 | 25 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'HostId' doesn't match '[a-z][a-zA-Z0-9]*' |
5276 | /visitor1/main/default/classes/v1AttendeeModel.cls | 9 | 12 | 9 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5264 | /visitor1/main/default/classes/v1AttendeeModel.cls | 9 | 12 | 9 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5277 | /visitor1/main/default/classes/v1AttendeeModel.cls | 9 | 19 | 9 | 28 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'ContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
5265 | /visitor1/main/default/classes/v1AttendeeModel.cls | 9 | 19 | 9 | 28 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'ContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
5278 | /visitor1/main/default/classes/v1AttendeeModel.cls | 10 | 12 | 10 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5266 | /visitor1/main/default/classes/v1AttendeeModel.cls | 10 | 12 | 10 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5279 | /visitor1/main/default/classes/v1AttendeeModel.cls | 10 | 19 | 10 | 25 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'LeadId' doesn't match '[a-z][a-zA-Z0-9]*' |
5267 | /visitor1/main/default/classes/v1AttendeeModel.cls | 10 | 19 | 10 | 25 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'LeadId' doesn't match '[a-z][a-zA-Z0-9]*' |
5280 | /visitor1/main/default/classes/v1EventModel.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5268 | /visitor1/main/default/classes/v1EventModel.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5281 | /visitor1/main/default/classes/v1EventModel.cls | 1 | 21 | 13 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5269 | /visitor1/main/default/classes/v1EventModel.cls | 1 | 21 | 13 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5282 | /visitor1/main/default/classes/v1EventModel.cls | 1 | 21 | 13 | 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 'v1EventModel' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5270 | /visitor1/main/default/classes/v1EventModel.cls | 1 | 21 | 13 | 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 'v1EventModel' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5283 | /visitor1/main/default/classes/v1EventModel.cls | 2 | 12 | 2 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5271 | /visitor1/main/default/classes/v1EventModel.cls | 2 | 12 | 2 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5284 | /visitor1/main/default/classes/v1EventModel.cls | 2 | 18 | 2 | 23 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Event' doesn't match '[a-z][a-zA-Z0-9]*' |
5272 | /visitor1/main/default/classes/v1EventModel.cls | 2 | 18 | 2 | 23 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Event' doesn't match '[a-z][a-zA-Z0-9]*' |
5285 | /visitor1/main/default/classes/v1EventModel.cls | 3 | 12 | 3 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5273 | /visitor1/main/default/classes/v1EventModel.cls | 3 | 12 | 3 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5286 | /visitor1/main/default/classes/v1EventModel.cls | 3 | 34 | 3 | 44 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Organisers' doesn't match '[a-z][a-zA-Z0-9]*' |
5274 | /visitor1/main/default/classes/v1EventModel.cls | 3 | 34 | 3 | 44 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Organisers' doesn't match '[a-z][a-zA-Z0-9]*' |
5287 | /visitor1/main/default/classes/v1EventModel.cls | 4 | 12 | 4 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5275 | /visitor1/main/default/classes/v1EventModel.cls | 4 | 12 | 4 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5288 | /visitor1/main/default/classes/v1EventModel.cls | 4 | 34 | 4 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'InternalAttendees' doesn't match '[a-z][a-zA-Z0-9]*' |
5276 | /visitor1/main/default/classes/v1EventModel.cls | 4 | 34 | 4 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'InternalAttendees' doesn't match '[a-z][a-zA-Z0-9]*' |
5289 | /visitor1/main/default/classes/v1EventModel.cls | 5 | 12 | 5 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5277 | /visitor1/main/default/classes/v1EventModel.cls | 5 | 12 | 5 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5290 | /visitor1/main/default/classes/v1EventModel.cls | 5 | 34 | 5 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'ExternalAttendees' doesn't match '[a-z][a-zA-Z0-9]*' |
5278 | /visitor1/main/default/classes/v1EventModel.cls | 5 | 34 | 5 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'ExternalAttendees' doesn't match '[a-z][a-zA-Z0-9]*' |
5291 | /visitor1/main/default/classes/v1EventModel.cls | 7 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5279 | /visitor1/main/default/classes/v1EventModel.cls | 7 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5292 | /visitor1/main/default/classes/v1LocationModel.cls | 1 | 21 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5280 | /visitor1/main/default/classes/v1LocationModel.cls | 1 | 21 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5293 | /visitor1/main/default/classes/v1LocationModel.cls | 1 | 21 | 11 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5281 | /visitor1/main/default/classes/v1LocationModel.cls | 1 | 21 | 11 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5294 | /visitor1/main/default/classes/v1LocationModel.cls | 1 | 21 | 11 | 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 'v1LocationModel' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5282 | /visitor1/main/default/classes/v1LocationModel.cls | 1 | 21 | 11 | 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 'v1LocationModel' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5295 | /visitor1/main/default/classes/v1LocationModel.cls | 2 | 12 | 2 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5283 | /visitor1/main/default/classes/v1LocationModel.cls | 2 | 12 | 2 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5296 | /visitor1/main/default/classes/v1LocationModel.cls | 2 | 19 | 2 | 21 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Id' doesn't match '[a-z][a-zA-Z0-9]*' |
5284 | /visitor1/main/default/classes/v1LocationModel.cls | 2 | 19 | 2 | 21 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Id' doesn't match '[a-z][a-zA-Z0-9]*' |
5297 | /visitor1/main/default/classes/v1LocationModel.cls | 3 | 12 | 3 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5285 | /visitor1/main/default/classes/v1LocationModel.cls | 3 | 12 | 3 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5298 | /visitor1/main/default/classes/v1LocationModel.cls | 3 | 19 | 3 | 23 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Name' doesn't match '[a-z][a-zA-Z0-9]*' |
5286 | /visitor1/main/default/classes/v1LocationModel.cls | 3 | 19 | 3 | 23 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Name' doesn't match '[a-z][a-zA-Z0-9]*' |
5299 | /visitor1/main/default/classes/v1LocationModel.cls | 4 | 12 | 4 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5287 | /visitor1/main/default/classes/v1LocationModel.cls | 4 | 12 | 4 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5300 | /visitor1/main/default/classes/v1LocationModel.cls | 4 | 20 | 4 | 33 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'IsUserDefault' doesn't match '[a-z][a-zA-Z0-9]*' |
5288 | /visitor1/main/default/classes/v1LocationModel.cls | 4 | 20 | 4 | 33 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'IsUserDefault' doesn't match '[a-z][a-zA-Z0-9]*' |
5301 | /visitor1/main/default/classes/v1LocationModel.cls | 6 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5289 | /visitor1/main/default/classes/v1LocationModel.cls | 6 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5302 | /visitor1/main/default/classes/v1RelationModel.cls | 1 | 21 | 113 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5290 | /visitor1/main/default/classes/v1RelationModel.cls | 1 | 21 | 113 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5303 | /visitor1/main/default/classes/v1RelationModel.cls | 1 | 21 | 113 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5291 | /visitor1/main/default/classes/v1RelationModel.cls | 1 | 21 | 113 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5304 | /visitor1/main/default/classes/v1RelationModel.cls | 1 | 21 | 113 | 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 'v1RelationModel' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5292 | /visitor1/main/default/classes/v1RelationModel.cls | 1 | 21 | 113 | 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 'v1RelationModel' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5305 | /visitor1/main/default/classes/v1RelationModel.cls | 2 | 12 | 2 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5293 | /visitor1/main/default/classes/v1RelationModel.cls | 2 | 12 | 2 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5306 | /visitor1/main/default/classes/v1RelationModel.cls | 2 | 19 | 2 | 25 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Status' doesn't match '[a-z][a-zA-Z0-9]*' |
5294 | /visitor1/main/default/classes/v1RelationModel.cls | 2 | 19 | 2 | 25 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Status' doesn't match '[a-z][a-zA-Z0-9]*' |
5307 | /visitor1/main/default/classes/v1RelationModel.cls | 3 | 12 | 3 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5295 | /visitor1/main/default/classes/v1RelationModel.cls | 3 | 12 | 3 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5308 | /visitor1/main/default/classes/v1RelationModel.cls | 3 | 19 | 3 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'RelationType' doesn't match '[a-z][a-zA-Z0-9]*' |
5296 | /visitor1/main/default/classes/v1RelationModel.cls | 3 | 19 | 3 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'RelationType' doesn't match '[a-z][a-zA-Z0-9]*' |
5309 | /visitor1/main/default/classes/v1RelationModel.cls | 5 | 12 | 5 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5297 | /visitor1/main/default/classes/v1RelationModel.cls | 5 | 12 | 5 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5310 | /visitor1/main/default/classes/v1RelationModel.cls | 5 | 19 | 5 | 21 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Id' doesn't match '[a-z][a-zA-Z0-9]*' |
5298 | /visitor1/main/default/classes/v1RelationModel.cls | 5 | 19 | 5 | 21 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Id' doesn't match '[a-z][a-zA-Z0-9]*' |
5311 | /visitor1/main/default/classes/v1RelationModel.cls | 6 | 12 | 6 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5299 | /visitor1/main/default/classes/v1RelationModel.cls | 6 | 12 | 6 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5312 | /visitor1/main/default/classes/v1RelationModel.cls | 6 | 19 | 6 | 23 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Name' doesn't match '[a-z][a-zA-Z0-9]*' |
5300 | /visitor1/main/default/classes/v1RelationModel.cls | 6 | 19 | 6 | 23 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Name' doesn't match '[a-z][a-zA-Z0-9]*' |
5313 | /visitor1/main/default/classes/v1RelationModel.cls | 7 | 12 | 7 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5301 | /visitor1/main/default/classes/v1RelationModel.cls | 7 | 12 | 7 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5314 | /visitor1/main/default/classes/v1RelationModel.cls | 7 | 19 | 7 | 28 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'FirstName' doesn't match '[a-z][a-zA-Z0-9]*' |
5302 | /visitor1/main/default/classes/v1RelationModel.cls | 7 | 19 | 7 | 28 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'FirstName' doesn't match '[a-z][a-zA-Z0-9]*' |
5315 | /visitor1/main/default/classes/v1RelationModel.cls | 8 | 12 | 8 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5303 | /visitor1/main/default/classes/v1RelationModel.cls | 8 | 12 | 8 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5316 | /visitor1/main/default/classes/v1RelationModel.cls | 8 | 19 | 8 | 27 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'LastName' doesn't match '[a-z][a-zA-Z0-9]*' |
5304 | /visitor1/main/default/classes/v1RelationModel.cls | 8 | 19 | 8 | 27 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'LastName' doesn't match '[a-z][a-zA-Z0-9]*' |
5317 | /visitor1/main/default/classes/v1RelationModel.cls | 9 | 12 | 9 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5305 | /visitor1/main/default/classes/v1RelationModel.cls | 9 | 12 | 9 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5318 | /visitor1/main/default/classes/v1RelationModel.cls | 9 | 19 | 9 | 24 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Title' doesn't match '[a-z][a-zA-Z0-9]*' |
5306 | /visitor1/main/default/classes/v1RelationModel.cls | 9 | 19 | 9 | 24 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Title' doesn't match '[a-z][a-zA-Z0-9]*' |
5319 | /visitor1/main/default/classes/v1RelationModel.cls | 10 | 12 | 10 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5307 | /visitor1/main/default/classes/v1RelationModel.cls | 10 | 12 | 10 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5320 | /visitor1/main/default/classes/v1RelationModel.cls | 10 | 19 | 10 | 30 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'CompanyName' doesn't match '[a-z][a-zA-Z0-9]*' |
5308 | /visitor1/main/default/classes/v1RelationModel.cls | 10 | 19 | 10 | 30 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'CompanyName' doesn't match '[a-z][a-zA-Z0-9]*' |
5321 | /visitor1/main/default/classes/v1RelationModel.cls | 11 | 12 | 11 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5309 | /visitor1/main/default/classes/v1RelationModel.cls | 11 | 12 | 11 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5322 | /visitor1/main/default/classes/v1RelationModel.cls | 11 | 19 | 11 | 24 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
5310 | /visitor1/main/default/classes/v1RelationModel.cls | 11 | 19 | 11 | 24 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
5323 | /visitor1/main/default/classes/v1RelationModel.cls | 12 | 12 | 12 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5311 | /visitor1/main/default/classes/v1RelationModel.cls | 12 | 12 | 12 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5324 | /visitor1/main/default/classes/v1RelationModel.cls | 12 | 19 | 12 | 24 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
5312 | /visitor1/main/default/classes/v1RelationModel.cls | 12 | 19 | 12 | 24 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
5325 | /visitor1/main/default/classes/v1RelationModel.cls | 13 | 12 | 13 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5313 | /visitor1/main/default/classes/v1RelationModel.cls | 13 | 12 | 13 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5326 | /visitor1/main/default/classes/v1RelationModel.cls | 13 | 19 | 13 | 32 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'SmallPhotoUrl' doesn't match '[a-z][a-zA-Z0-9]*' |
5314 | /visitor1/main/default/classes/v1RelationModel.cls | 13 | 19 | 13 | 32 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'SmallPhotoUrl' doesn't match '[a-z][a-zA-Z0-9]*' |
5327 | /visitor1/main/default/classes/v1RelationModel.cls | 14 | 12 | 14 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5315 | /visitor1/main/default/classes/v1RelationModel.cls | 14 | 12 | 14 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5328 | /visitor1/main/default/classes/v1RelationModel.cls | 14 | 19 | 14 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'FullPhotoUrl' doesn't match '[a-z][a-zA-Z0-9]*' |
5316 | /visitor1/main/default/classes/v1RelationModel.cls | 14 | 19 | 14 | 31 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'FullPhotoUrl' doesn't match '[a-z][a-zA-Z0-9]*' |
5329 | /visitor1/main/default/classes/v1RelationModel.cls | 16 | 19 | 112 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5317 | /visitor1/main/default/classes/v1RelationModel.cls | 16 | 19 | 112 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5330 | /visitor1/main/default/classes/v1RelationModel.cls | 16 | 19 | 112 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'FromSObject' doesn't match '[a-z][a-zA-Z0-9]*' |
5318 | /visitor1/main/default/classes/v1RelationModel.cls | 16 | 19 | 112 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'FromSObject' doesn't match '[a-z][a-zA-Z0-9]*' |
5331 | /visitor1/main/default/classes/v1RelationModel.cls | 17 | 9 | 17 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5319 | /visitor1/main/default/classes/v1RelationModel.cls | 17 | 9 | 17 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5332 | /visitor1/main/default/classes/v1RelationModel.cls | 17 | 9 | 17 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5320 | /visitor1/main/default/classes/v1RelationModel.cls | 17 | 9 | 17 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5333 | /visitor1/main/default/classes/v1RelationModel.cls | 24 | 13 | 24 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5321 | /visitor1/main/default/classes/v1RelationModel.cls | 24 | 13 | 24 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5334 | /visitor1/main/default/classes/v1RelationModel.cls | 24 | 13 | 24 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5322 | /visitor1/main/default/classes/v1RelationModel.cls | 24 | 13 | 24 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5335 | /visitor1/main/default/classes/v1RelationModel.cls | 40 | 22 | 40 | 148 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5323 | /visitor1/main/default/classes/v1RelationModel.cls | 40 | 22 | 40 | 148 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5336 | /visitor1/main/default/classes/v1RelationModel.cls | 54 | 13 | 54 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5324 | /visitor1/main/default/classes/v1RelationModel.cls | 54 | 13 | 54 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5337 | /visitor1/main/default/classes/v1RelationModel.cls | 54 | 13 | 54 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5325 | /visitor1/main/default/classes/v1RelationModel.cls | 54 | 13 | 54 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5338 | /visitor1/main/default/classes/v1RelationModel.cls | 71 | 25 | 71 | 136 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5326 | /visitor1/main/default/classes/v1RelationModel.cls | 71 | 25 | 71 | 136 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5339 | /visitor1/main/default/classes/v1RelationModel.cls | 85 | 13 | 85 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5327 | /visitor1/main/default/classes/v1RelationModel.cls | 85 | 13 | 85 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5340 | /visitor1/main/default/classes/v1RelationModel.cls | 85 | 13 | 85 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5328 | /visitor1/main/default/classes/v1RelationModel.cls | 85 | 13 | 85 | 63 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5341 | /visitor1/main/default/classes/v1RelationModel.cls | 99 | 22 | 99 | 115 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5329 | /visitor1/main/default/classes/v1RelationModel.cls | 99 | 22 | 99 | 115 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5342 | /visitor1/main/default/classes/v1RemoteActions.cls | 1 | 21 | 233 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5330 | /visitor1/main/default/classes/v1RemoteActions.cls | 1 | 21 | 233 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5343 | /visitor1/main/default/classes/v1RemoteActions.cls | 1 | 21 | 233 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5331 | /visitor1/main/default/classes/v1RemoteActions.cls | 1 | 21 | 233 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
5344 | /visitor1/main/default/classes/v1RemoteActions.cls | 1 | 21 | 233 | 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 'v1RemoteActions' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5332 | /visitor1/main/default/classes/v1RemoteActions.cls | 1 | 21 | 233 | 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 'v1RemoteActions' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5345 | /visitor1/main/default/classes/v1RemoteActions.cls | 5 | 19 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5333 | /visitor1/main/default/classes/v1RemoteActions.cls | 5 | 19 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5346 | /visitor1/main/default/classes/v1RemoteActions.cls | 10 | 19 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5334 | /visitor1/main/default/classes/v1RemoteActions.cls | 10 | 19 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5347 | /visitor1/main/default/classes/v1RemoteActions.cls | 36 | 25 | 36 | 152 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5335 | /visitor1/main/default/classes/v1RemoteActions.cls | 36 | 25 | 36 | 152 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5348 | /visitor1/main/default/classes/v1RemoteActions.cls | 41 | 19 | 41 | 112 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5336 | /visitor1/main/default/classes/v1RemoteActions.cls | 41 | 19 | 41 | 112 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5349 | /visitor1/main/default/classes/v1RemoteActions.cls | 47 | 23 | 47 | 136 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5337 | /visitor1/main/default/classes/v1RemoteActions.cls | 47 | 23 | 47 | 136 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5350 | /visitor1/main/default/classes/v1RemoteActions.cls | 56 | 36 | 56 | 144 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5338 | /visitor1/main/default/classes/v1RemoteActions.cls | 56 | 36 | 56 | 144 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5351 | /visitor1/main/default/classes/v1RemoteActions.cls | 56 | 36 | 56 | 144 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5339 | /visitor1/main/default/classes/v1RemoteActions.cls | 56 | 36 | 56 | 144 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5352 | /visitor1/main/default/classes/v1RemoteActions.cls | 60 | 48 | 60 | 77 | 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 |
5340 | /visitor1/main/default/classes/v1RemoteActions.cls | 60 | 48 | 60 | 77 | 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 |
5353 | /visitor1/main/default/classes/v1RemoteActions.cls | 60 | 48 | 60 | 77 | 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 |
5341 | /visitor1/main/default/classes/v1RemoteActions.cls | 60 | 48 | 60 | 77 | 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 |
5354 | /visitor1/main/default/classes/v1RemoteActions.cls | 61 | 22 | 61 | 51 | 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 |
5342 | /visitor1/main/default/classes/v1RemoteActions.cls | 61 | 22 | 61 | 51 | 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 |
5355 | /visitor1/main/default/classes/v1RemoteActions.cls | 71 | 19 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5343 | /visitor1/main/default/classes/v1RemoteActions.cls | 71 | 19 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5356 | /visitor1/main/default/classes/v1RemoteActions.cls | 79 | 31 | 79 | 90 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5344 | /visitor1/main/default/classes/v1RemoteActions.cls | 79 | 31 | 79 | 90 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5357 | /visitor1/main/default/classes/v1RemoteActions.cls | 87 | 19 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5345 | /visitor1/main/default/classes/v1RemoteActions.cls | 87 | 19 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5358 | /visitor1/main/default/classes/v1RemoteActions.cls | 108 | 19 | 108 | 166 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5346 | /visitor1/main/default/classes/v1RemoteActions.cls | 108 | 19 | 108 | 166 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5359 | /visitor1/main/default/classes/v1RemoteActions.cls | 115 | 9 | 115 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5347 | /visitor1/main/default/classes/v1RemoteActions.cls | 115 | 9 | 115 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5360 | /visitor1/main/default/classes/v1RemoteActions.cls | 119 | 9 | 119 | 18 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5348 | /visitor1/main/default/classes/v1RemoteActions.cls | 119 | 9 | 119 | 18 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5361 | /visitor1/main/default/classes/v1RemoteActions.cls | 125 | 19 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5349 | /visitor1/main/default/classes/v1RemoteActions.cls | 125 | 19 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5362 | /visitor1/main/default/classes/v1RemoteActions.cls | 145 | 9 | 145 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5350 | /visitor1/main/default/classes/v1RemoteActions.cls | 145 | 9 | 145 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5363 | /visitor1/main/default/classes/v1RemoteActions.cls | 145 | 9 | 145 | 70 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5351 | /visitor1/main/default/classes/v1RemoteActions.cls | 145 | 9 | 145 | 70 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5364 | /visitor1/main/default/classes/v1RemoteActions.cls | 146 | 19 | 146 | 181 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5352 | /visitor1/main/default/classes/v1RemoteActions.cls | 146 | 19 | 146 | 181 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5365 | /visitor1/main/default/classes/v1RemoteActions.cls | 155 | 32 | 155 | 140 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5353 | /visitor1/main/default/classes/v1RemoteActions.cls | 155 | 32 | 155 | 140 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5366 | /visitor1/main/default/classes/v1RemoteActions.cls | 159 | 44 | 159 | 77 | 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 |
5354 | /visitor1/main/default/classes/v1RemoteActions.cls | 159 | 44 | 159 | 77 | 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 |
5367 | /visitor1/main/default/classes/v1RemoteActions.cls | 159 | 44 | 159 | 77 | 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 |
5355 | /visitor1/main/default/classes/v1RemoteActions.cls | 159 | 44 | 159 | 77 | 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 |
5368 | /visitor1/main/default/classes/v1RemoteActions.cls | 160 | 18 | 160 | 51 | 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 |
5356 | /visitor1/main/default/classes/v1RemoteActions.cls | 160 | 18 | 160 | 51 | 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 |
5369 | /visitor1/main/default/classes/v1RemoteActions.cls | 167 | 19 | 232 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5357 | /visitor1/main/default/classes/v1RemoteActions.cls | 167 | 19 | 232 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5370 | /visitor1/main/default/classes/v1RemoteActions.cls | 169 | 9 | 169 | 48 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5358 | /visitor1/main/default/classes/v1RemoteActions.cls | 169 | 9 | 169 | 48 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5371 | /visitor1/main/default/classes/v1RemoteActions.cls | 169 | 9 | 169 | 48 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5359 | /visitor1/main/default/classes/v1RemoteActions.cls | 169 | 9 | 169 | 48 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
5372 | /visitor1/main/default/classes/v1RemoteActions.cls | 199 | 13 | 199 | 23 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5360 | /visitor1/main/default/classes/v1RemoteActions.cls | 199 | 13 | 199 | 23 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5373 | /visitor1/main/default/classes/v1RemoteActions.cls | 202 | 18 | 202 | 79 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5361 | /visitor1/main/default/classes/v1RemoteActions.cls | 202 | 18 | 202 | 79 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5374 | /visitor1/main/default/classes/v1RemoteActions.cls | 215 | 17 | 215 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5362 | /visitor1/main/default/classes/v1RemoteActions.cls | 215 | 17 | 215 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5375 | /visitor1/main/default/classes/v1RemoteActions.cls | 215 | 17 | 215 | 26 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5363 | /visitor1/main/default/classes/v1RemoteActions.cls | 215 | 17 | 215 | 26 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5376 | /visitor1/main/default/classes/v1RemoteActions.cls | 221 | 53 | 221 | 79 | 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 |
5364 | /visitor1/main/default/classes/v1RemoteActions.cls | 221 | 53 | 221 | 79 | 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 |
5377 | /visitor1/main/default/classes/v1RemoteActions.cls | 221 | 53 | 221 | 79 | 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 |
5365 | /visitor1/main/default/classes/v1RemoteActions.cls | 221 | 53 | 221 | 79 | 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 |
5378 | /visitor1/main/default/classes/v1RemoteActions.cls | 222 | 53 | 222 | 85 | 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 |
5366 | /visitor1/main/default/classes/v1RemoteActions.cls | 222 | 53 | 222 | 85 | 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 |
5379 | /visitor1/main/default/classes/v1RemoteActions.cls | 222 | 53 | 222 | 85 | 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 |
5367 | /visitor1/main/default/classes/v1RemoteActions.cls | 222 | 53 | 222 | 85 | 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 |
5380 | /visitor1/main/default/classes/v1RemoteActions.cls | 225 | 13 | 225 | 23 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5368 | /visitor1/main/default/classes/v1RemoteActions.cls | 225 | 13 | 225 | 23 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5381 | /visitor1/main/default/classes/v1RemoteActions.cls | 225 | 13 | 225 | 23 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5369 | /visitor1/main/default/classes/v1RemoteActions.cls | 225 | 13 | 225 | 23 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
5382 | /visitor1/main/default/classes/v1RemoteActions.cls | 229 | 9 | 229 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5370 | /visitor1/main/default/classes/v1RemoteActions.cls | 229 | 9 | 229 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5383 | /visitor1/main/default/classes/v1Test_DataFactory.cls | 2 | 8 | 90 | 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 'v1Test_DataFactory' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5371 | /visitor1/main/default/classes/v1Test_DataFactory.cls | 2 | 8 | 90 | 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 'v1Test_DataFactory' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5384 | /visitor1/main/default/classes/v1Test_DataFactory.cls | 7 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5372 | /visitor1/main/default/classes/v1Test_DataFactory.cls | 7 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5385 | /visitor1/main/default/classes/v1Test_DataFactory.cls | 35 | 19 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5373 | /visitor1/main/default/classes/v1Test_DataFactory.cls | 35 | 19 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5386 | /visitor1/main/default/classes/v1Test_DataFactory.cls | 64 | 19 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5374 | /visitor1/main/default/classes/v1Test_DataFactory.cls | 64 | 19 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5387 | /visitor1/main/default/classes/v1Test_DataFactory.cls | 72 | 19 | 89 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5375 | /visitor1/main/default/classes/v1Test_DataFactory.cls | 72 | 19 | 89 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5388 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 2 | 9 | 113 | 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 'v1Test_v1RemoteActions' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5376 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 2 | 9 | 113 | 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 'v1Test_v1RemoteActions' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5389 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 4 | 23 | 8 | 6 | 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. |
5377 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 4 | 23 | 8 | 6 | 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. |
5390 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 7 | 9 | 7 | 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. |
5378 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 7 | 9 | 7 | 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. |
5391 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 10 | 23 | 26 | 6 | 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. |
5379 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 10 | 23 | 26 | 6 | 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. |
5392 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 13 | 15 | 13 | 56 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'e' defined but not used |
5380 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 13 | 15 | 13 | 56 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'e' defined but not used |
5393 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 23 | 13 | 23 | 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. |
5381 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 23 | 13 | 23 | 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. |
5394 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 24 | 13 | 24 | 72 | 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. |
5382 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 24 | 13 | 24 | 72 | 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. |
5395 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 28 | 23 | 44 | 6 | 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. |
5383 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 28 | 23 | 44 | 6 | 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. |
5396 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 37 | 22 | 37 | 173 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'd' defined but not used |
5384 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 37 | 22 | 37 | 173 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'd' defined but not used |
5397 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 42 | 13 | 42 | 68 | 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. |
5385 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 42 | 13 | 42 | 68 | 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. |
5398 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 46 | 23 | 63 | 6 | 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. |
5386 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 46 | 23 | 63 | 6 | 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. |
5399 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 60 | 13 | 60 | 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. |
5387 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 60 | 13 | 60 | 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. |
5400 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 61 | 13 | 61 | 68 | 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. |
5388 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 61 | 13 | 61 | 68 | 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. |
5401 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 65 | 23 | 98 | 6 | 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. |
5389 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 65 | 23 | 98 | 6 | 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. |
5402 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 75 | 20 | 75 | 48 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HostId' doesn't match '[a-z][a-zA-Z0-9]*' |
5390 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 75 | 20 | 75 | 48 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HostId' doesn't match '[a-z][a-zA-Z0-9]*' |
5403 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 76 | 20 | 76 | 52 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HostName' doesn't match '[a-z][a-zA-Z0-9]*' |
5391 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 76 | 20 | 76 | 52 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HostName' doesn't match '[a-z][a-zA-Z0-9]*' |
5404 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 87 | 50 | 87 | 69 | 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 |
5392 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 87 | 50 | 87 | 69 | 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 |
5405 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 87 | 50 | 87 | 69 | 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 |
5393 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 87 | 50 | 87 | 69 | 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 |
5406 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 88 | 52 | 88 | 68 | 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 |
5394 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 88 | 52 | 88 | 68 | 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 |
5407 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 88 | 52 | 88 | 68 | 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 |
5395 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 88 | 52 | 88 | 68 | 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 |
5408 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 96 | 13 | 96 | 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. |
5396 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 96 | 13 | 96 | 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. |
5409 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 100 | 23 | 112 | 6 | 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. |
5397 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 100 | 23 | 112 | 6 | 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. |
5410 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 103 | 23 | 103 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'l' defined but not used |
5398 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 103 | 23 | 103 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'l' defined but not used |
5411 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 110 | 13 | 110 | 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. |
5399 | /visitor1/main/default/classes/v1Test_v1RemoteActions.cls | 110 | 13 | 110 | 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. |
5412 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 2 | 21 | 24 | 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 'v1Test_v1Utility' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5400 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 2 | 21 | 24 | 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 'v1Test_v1Utility' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5413 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 3 | 20 | 8 | 6 | 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. |
5401 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 3 | 20 | 8 | 6 | 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. |
5414 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 3 | 20 | 8 | 6 | 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 'IsNullOrEmpty_Null' doesn't match '[a-z][a-zA-Z0-9]*' |
5402 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 3 | 20 | 8 | 6 | 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 'IsNullOrEmpty_Null' doesn't match '[a-z][a-zA-Z0-9]*' |
5415 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 7 | 9 | 7 | 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. |
5403 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 7 | 9 | 7 | 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. |
5416 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 10 | 23 | 15 | 6 | 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. |
5404 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 10 | 23 | 15 | 6 | 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. |
5417 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 10 | 23 | 15 | 6 | 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 'IsNullOrEmpty_Empty' doesn't match '[a-z][a-zA-Z0-9]*' |
5405 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 10 | 23 | 15 | 6 | 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 'IsNullOrEmpty_Empty' doesn't match '[a-z][a-zA-Z0-9]*' |
5418 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 14 | 9 | 14 | 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. |
5406 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 14 | 9 | 14 | 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. |
5419 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 17 | 20 | 22 | 6 | 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. |
5407 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 17 | 20 | 22 | 6 | 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. |
5420 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 17 | 20 | 22 | 6 | 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 'IsNullOrEmpty_NotNullOrEmpty' doesn't match '[a-z][a-zA-Z0-9]*' |
5408 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 17 | 20 | 22 | 6 | 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 'IsNullOrEmpty_NotNullOrEmpty' doesn't match '[a-z][a-zA-Z0-9]*' |
5421 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 21 | 9 | 21 | 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. |
5409 | /visitor1/main/default/classes/v1Test_v1Utility.cls | 21 | 9 | 21 | 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. |
5422 | /visitor1/main/default/classes/v1Utility.cls | 1 | 21 | 6 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5410 | /visitor1/main/default/classes/v1Utility.cls | 1 | 21 | 6 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5423 | /visitor1/main/default/classes/v1Utility.cls | 1 | 21 | 6 | 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 'v1Utility' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5411 | /visitor1/main/default/classes/v1Utility.cls | 1 | 21 | 6 | 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 'v1Utility' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5424 | /visitor1/main/default/classes/v1Utility.cls | 3 | 19 | 5 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5412 | /visitor1/main/default/classes/v1Utility.cls | 3 | 19 | 5 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5425 | /visitor1/main/default/classes/v1Utility.cls | 3 | 19 | 5 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'IsNullOrEmpty' doesn't match '[a-z][a-zA-Z0-9]*' |
5413 | /visitor1/main/default/classes/v1Utility.cls | 3 | 19 | 5 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'IsNullOrEmpty' doesn't match '[a-z][a-zA-Z0-9]*' |
5426 | /visitor1/main/default/classes/v1VisitorEvent_ctrlExt.cls | 1 | 21 | 28 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5414 | /visitor1/main/default/classes/v1VisitorEvent_ctrlExt.cls | 1 | 21 | 28 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5427 | /visitor1/main/default/classes/v1VisitorEvent_ctrlExt.cls | 1 | 21 | 28 | 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 'v1VisitorEvent_ctrlExt' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5415 | /visitor1/main/default/classes/v1VisitorEvent_ctrlExt.cls | 1 | 21 | 28 | 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 'v1VisitorEvent_ctrlExt' doesn't match '[A-Z][a-zA-Z0-9_]*' |
5428 | /visitor1/main/default/classes/v1VisitorEvent_ctrlExt.cls | 7 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5416 | /visitor1/main/default/classes/v1VisitorEvent_ctrlExt.cls | 7 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5429 | /visitor1/main/default/classes/v1VisitorEvent_ctrlExt.cls | 16 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5417 | /visitor1/main/default/classes/v1VisitorEvent_ctrlExt.cls | 16 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5430 | /visitor1/main/default/classes/v1VisitorEvent_ctrlExt.cls | 26 | 16 | 26 | 116 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5418 | /visitor1/main/default/classes/v1VisitorEvent_ctrlExt.cls | 26 | 16 | 26 | 116 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
5431 | /visitor1/main/default/pages/v1TerminalIndex.page | 33 | 66 | 33 | 84 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
5419 | /visitor1/main/default/pages/v1TerminalIndex.page | 33 | 66 | 33 | 84 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
5432 | /visitor1/main/default/triggers/v1Attendance_afterInsert.trigger | 2 | 26 | 2 | 40 | pmd | AvoidDirectAccessTriggerMap | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoiddirectaccesstriggermap | Avoid directly accessing Trigger.old and Trigger.new |
5420 | /visitor1/main/default/triggers/v1Attendance_afterInsert.trigger | 2 | 26 | 2 | 40 | pmd | AvoidDirectAccessTriggerMap | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoiddirectaccesstriggermap | Avoid directly accessing Trigger.old and Trigger.new |
5433 | /visitor1/main/default/triggers/v1Attendance_afterInsert.trigger | 4 | 24 | 4 | 93 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
0 | 0 | 0 | 0 | 0 | 0 |