# | File | Line | Problem |
1 |
ChangePasswordControllerTest.cls |
5 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
2 |
CommunitiesLandingControllerTest.cls |
5 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
3 |
CommunitiesLoginController.cls |
4 |
Avoid using global modifier |
4 |
CommunitiesLoginControllerTest.cls |
4 |
Avoid using global modifier |
5 |
CommunitiesLoginControllerTest.cls |
6 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
6 |
CommunitiesSelfRegConfirmControllerTest.cls |
5 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
7 |
CommunitiesSelfRegConfirmControllerTest.cls |
5 |
Apex unit test classes should have at least one System.assert() or assertEquals() or AssertNotEquals() call |
8 |
CommunitiesSelfRegController.cls |
64 |
Apex classes should escape Strings obtained from URL parameters |
9 |
CommunitiesSelfRegControllerTest.cls |
6 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
10 |
DataManager_Activity.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
11 |
DataManager_Activity.cls |
6 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_Events' is not final. |
12 |
DataManager_Activity.cls |
6 |
Variables should start with a lowercase character, 'DTC_Events' starts with uppercase character. |
13 |
DataManager_Activity.cls |
9 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_Tasks' is not final. |
14 |
DataManager_Activity.cls |
9 |
Variables should start with a lowercase character, 'DTC_Tasks' starts with uppercase character. |
15 |
DataManager_Activity.cls |
12 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_Telephony' is not final. |
16 |
DataManager_Activity.cls |
12 |
Variables should start with a lowercase character, 'DTC_Telephony' starts with uppercase character. |
17 |
DataManager_Activity.cls |
52 |
Variables should start with a lowercase character, 'Events' starts with uppercase character. |
18 |
DataManager_Activity.cls |
90 |
Variables should start with a lowercase character, 'Tasks' starts with uppercase character. |
19 |
DataManager_Activity.cls |
129 |
Variables should start with a lowercase character, 'Telephony' starts with uppercase character. |
20 |
DataManager_CleanUp.cls |
2 |
Apex classes should declare a sharing model if DML or SOQL is used |
21 |
DataManager_CleanUp.cls |
6 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_Accs' is not final. |
22 |
DataManager_CleanUp.cls |
6 |
Variables should start with a lowercase character, 'DTC_Accs' starts with uppercase character. |
23 |
DataManager_CleanUp.cls |
19 |
Validate CRUD permission before SOQL/DML operation |
24 |
DataManager_CleanUp.cls |
22 |
Validate CRUD permission before SOQL/DML operation |
25 |
DataManager_CleanUp.cls |
26 |
Validate CRUD permission before SOQL/DML operation |
26 |
DataManager_CleanUp.cls |
29 |
Validate CRUD permission before SOQL/DML operation |
27 |
DataManager_CleanUp.cls |
33 |
Validate CRUD permission before SOQL/DML operation |
28 |
DataManager_CleanUp.cls |
36 |
Validate CRUD permission before SOQL/DML operation |
29 |
DataManager_CleanUp.cls |
40 |
Validate CRUD permission before SOQL/DML operation |
30 |
DataManager_CleanUp.cls |
43 |
Validate CRUD permission before SOQL/DML operation |
31 |
DataManager_CleanUp.cls |
47 |
Validate CRUD permission before SOQL/DML operation |
32 |
DataManager_CleanUp.cls |
50 |
Validate CRUD permission before SOQL/DML operation |
33 |
DataManager_CleanUp.cls |
54 |
Validate CRUD permission before SOQL/DML operation |
34 |
DataManager_CleanUp.cls |
57 |
Validate CRUD permission before SOQL/DML operation |
35 |
DataManager_CleanUp.cls |
77 |
Variables should start with a lowercase character, 'Accs' starts with uppercase character. |
36 |
DataManager_Dataflow.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
37 |
DataManager_Dataflow.cls |
10 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'URL_DATAFLOW_API' is not final. |
38 |
DataManager_Dataflow.cls |
10 |
Variables should start with a lowercase character, 'URL_DATAFLOW_API' starts with uppercase character. |
39 |
DataManager_Dataflow.cls |
11 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'URL_LENS_APEX' is not final. |
40 |
DataManager_Dataflow.cls |
11 |
Variables should start with a lowercase character, 'URL_LENS_APEX' starts with uppercase character. |
41 |
DataManager_Dataflow.cls |
128 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sr_DataflowEdits' is not final. |
42 |
DataManager_Dataflow.cls |
128 |
Validate CRUD permission before SOQL/DML operation |
43 |
DataManager_Dataflow.cls |
159 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'computeTrending_params' is not final. |
44 |
DataManager_Dataflow.cls |
228 |
Consider using named credentials for authenticated callouts |
45 |
DataManager_Dataflow.cls |
240 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sr_DataflowEdits' is not final. |
46 |
DataManager_Dataflow.cls |
240 |
Validate CRUD permission before SOQL/DML operation |
47 |
DataManager_Opportunity.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
48 |
DataManager_Opportunity.cls |
6 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_Opps' is not final. |
49 |
DataManager_Opportunity.cls |
6 |
Variables should start with a lowercase character, 'DTC_Opps' starts with uppercase character. |
50 |
DataManager_Opportunity.cls |
9 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_ServiceCases' is not final. |
51 |
DataManager_Opportunity.cls |
9 |
Variables should start with a lowercase character, 'DTC_ServiceCases' starts with uppercase character. |
52 |
DataManager_Opportunity.cls |
67 |
Variables should start with a lowercase character, 'ClosedDate' starts with uppercase character. |
53 |
DataManager_Opportunity.cls |
116 |
Variables should start with a lowercase character, 'Opps' starts with uppercase character. |
54 |
DataManager_OpportunityRelated.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
55 |
DataManager_OpportunityRelated.cls |
6 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_Opp_toDel' is not final. |
56 |
DataManager_OpportunityRelated.cls |
6 |
Variables should start with a lowercase character, 'DTC_Opp_toDel' starts with uppercase character. |
57 |
DataManager_OpportunityRelated.cls |
9 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_OppLI' is not final. |
58 |
DataManager_OpportunityRelated.cls |
9 |
Variables should start with a lowercase character, 'DTC_OppLI' starts with uppercase character. |
59 |
DataManager_OpportunityRelated.cls |
12 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_OppHists' is not final. |
60 |
DataManager_OpportunityRelated.cls |
12 |
Variables should start with a lowercase character, 'DTC_OppHists' starts with uppercase character. |
61 |
DataManager_OpportunityRelated.cls |
64 |
Validate CRUD permission before SOQL/DML operation |
62 |
DataManager_OpportunityRelated.cls |
65 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'opps_toDel' is not final. |
63 |
DataManager_OpportunityRelated.cls |
105 |
Variables should start with a lowercase character, 'OppLI' starts with uppercase character. |
64 |
DataManager_OpportunityRelated.cls |
117 |
Variables should start with a lowercase character, 'PBEId' starts with uppercase character. |
65 |
DataManager_OpportunityRelated.cls |
146 |
Variables should start with a lowercase character, 'OppHists' starts with uppercase character. |
66 |
DataManager_Quota.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
67 |
DataManager_TestUtils.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
68 |
DataManager_TestUtils.cls |
8 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_Accs' is not final. |
69 |
DataManager_TestUtils.cls |
8 |
Variables should start with a lowercase character, 'DTC_Accs' starts with uppercase character. |
70 |
DataManager_TestUtils.cls |
30 |
Validate CRUD permission before SOQL/DML operation |
71 |
DataManager_TestUtils.cls |
36 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DTC_Products' is not final. |
72 |
DataManager_TestUtils.cls |
36 |
Variables should start with a lowercase character, 'DTC_Products' starts with uppercase character. |
73 |
DataManager_TestUtils.cls |
45 |
Validate CRUD permission before SOQL/DML operation |
74 |
DataManager_TestUtils.cls |
54 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Default_PricebookEntry' is not final. |
75 |
DataManager_TestUtils.cls |
54 |
Variables should start with a lowercase character, 'Default_PricebookEntry' starts with uppercase character. |
76 |
DataManager_TestUtils.cls |
63 |
Validate CRUD permission before SOQL/DML operation |
77 |
DataManager_Utils.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
78 |
DataManager_Utils.cls |
7 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ROLLBACK_DAYS_ALL' is not final. |
79 |
DataManager_Utils.cls |
7 |
Variables should start with a lowercase character, 'ROLLBACK_DAYS_ALL' starts with uppercase character. |
80 |
DataManager_Utils.cls |
8 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ROLLBACK_DAYS_HALF' is not final. |
81 |
DataManager_Utils.cls |
8 |
Variables should start with a lowercase character, 'ROLLBACK_DAYS_HALF' starts with uppercase character. |
82 |
DataManager_Utils.cls |
9 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ROLLBACK_DAYS_THIRD' is not final. |
83 |
DataManager_Utils.cls |
9 |
Variables should start with a lowercase character, 'ROLLBACK_DAYS_THIRD' starts with uppercase character. |
84 |
DataManager_Utils.cls |
11 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ROLLBACK_HIST_DAYS' is not final. |
85 |
DataManager_Utils.cls |
11 |
Variables should start with a lowercase character, 'ROLLBACK_HIST_DAYS' starts with uppercase character. |
86 |
DataManager_Utils.cls |
13 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ROLLBACK_SUB_DAYS' is not final. |
87 |
DataManager_Utils.cls |
13 |
Variables should start with a lowercase character, 'ROLLBACK_SUB_DAYS' starts with uppercase character. |
88 |
DataManager_Utils.cls |
72 |
Avoid long parameter lists |
89 |
DataManager_Utils.cls |
72 |
Variables should start with a lowercase character, 'ContentType' starts with uppercase character. |
90 |
DataManager_Utils.cls |
72 |
Variables should start with a lowercase character, 'Type' starts with uppercase character. |
91 |
DataManager_Utils.cls |
74 |
Validate CRUD permission before SOQL/DML operation |
92 |
DataManager_Utils.cls |
95 |
Validate CRUD permission before SOQL/DML operation |
93 |
DataManager_Utils.cls |
95 |
Validate CRUD permission before SOQL/DML operation |
94 |
DataManager_Utils.cls |
116 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'srs_DTC_Opps' is not final. |
95 |
DataManager_Utils.cls |
119 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sr_DTC_Opps' is not final. |
96 |
DataManager_Utils.cls |
167 |
Variables should start with a lowercase character, 'PBE' starts with uppercase character. |
97 |
DataManager_controller.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
98 |
DataManager_controller.cls |
1 |
This class has too many public methods and attributes |
99 |
DataManager_controller.cls |
1 |
Too many fields |
100 |
DataManager_controller.cls |
10 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'is_up_to_date' is not final. |
101 |
DataManager_controller.cls |
11 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'act_days_diff' is not final. |
102 |
DataManager_controller.cls |
12 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sref_date' is not final. |
103 |
DataManager_controller.cls |
16 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'clean_data' is not final. |
104 |
DataManager_controller.cls |
18 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'accounts_count' is not final. |
105 |
DataManager_controller.cls |
19 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'opps_count' is not final. |
106 |
DataManager_controller.cls |
20 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'opplis_count' is not final. |
107 |
DataManager_controller.cls |
21 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'opphists_count' is not final. |
108 |
DataManager_controller.cls |
22 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'events_count' is not final. |
109 |
DataManager_controller.cls |
23 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tasks_count' is not final. |
110 |
DataManager_controller.cls |
24 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cases_count' is not final. |
111 |
DataManager_controller.cls |
36 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'job_id' is not final. |
112 |
DataManager_controller.cls |
38 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cleanup_isrunning' is not final. |
113 |
DataManager_controller.cls |
39 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'acc_isrunning' is not final. |
114 |
DataManager_controller.cls |
40 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'opp_isrunning' is not final. |
115 |
DataManager_controller.cls |
41 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'opprel_isrunning' is not final. |
116 |
DataManager_controller.cls |
42 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'activity_isrunning' is not final. |
117 |
DataManager_controller.cls |
134 |
Validate CRUD permission before SOQL/DML operation |
118 |
DataManager_controller.cls |
164 |
Validate CRUD permission before SOQL/DML operation |
119 |
DataManager_controller.cls |
196 |
Validate CRUD permission before SOQL/DML operation |
120 |
DataManager_controller.cls |
197 |
Validate CRUD permission before SOQL/DML operation |
121 |
DataManager_controller.cls |
198 |
Validate CRUD permission before SOQL/DML operation |
122 |
DataManager_controller.cls |
199 |
Validate CRUD permission before SOQL/DML operation |
123 |
DataManager_controller.cls |
200 |
Validate CRUD permission before SOQL/DML operation |
124 |
DataManager_controller.cls |
201 |
Validate CRUD permission before SOQL/DML operation |
125 |
DataManager_controller.cls |
202 |
Validate CRUD permission before SOQL/DML operation |
126 |
DataManager_controller.cls |
220 |
Validate CRUD permission before SOQL/DML operation |
127 |
ForgotPasswordControllerTest.cls |
5 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
128 |
LightningForgotPasswordController.cls |
1 |
Avoid using global modifier |
129 |
LightningForgotPasswordController.cls |
11 |
Apex classes should safely redirect to a known location |
130 |
LightningForgotPasswordControllerTest.cls |
2 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
131 |
LightningForgotPasswordControllerTest.cls |
21 |
Method names should not start with capital letters |
132 |
LightningLoginFormController.cls |
1 |
Avoid using global modifier |
133 |
LightningLoginFormControllerTest.cls |
2 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
134 |
LightningLoginFormControllerTest.cls |
10 |
Method names should not start with capital letters |
135 |
LightningSelfRegisterController.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
136 |
LightningSelfRegisterController.cls |
1 |
Avoid using global modifier |
137 |
LightningSelfRegisterController.cls |
1 |
The class 'LightningSelfRegisterController' has a Standard Cyclomatic Complexity of 4 (Highest = 15). |
138 |
LightningSelfRegisterController.cls |
27 |
Avoid long parameter lists |
139 |
LightningSelfRegisterController.cls |
27 |
The method 'selfRegister' has a Standard Cyclomatic Complexity of 15. |
140 |
LightningSelfRegisterController.cls |
27 |
The method selfRegister() has an NCSS line count of 68 |
141 |
LightningSelfRegisterController.cls |
91 |
Apex classes should safely redirect to a known location |
142 |
LightningSelfRegisterControllerTest.cls |
2 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
143 |
LightningSelfRegisterControllerTest.cls |
74 |
Method names should not start with capital letters |
144 |
MyProfilePageControllerTest.cls |
7 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
145 |
ServiceWaveConfigurationModifier.cls |
7 |
The class 'ServiceWaveConfigurationModifier' has a Standard Cyclomatic Complexity of 5 (Highest = 19). |
146 |
ServiceWaveConfigurationModifier.cls |
38 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ScanOrg_ans' is not final. |
147 |
ServiceWaveConfigurationModifier.cls |
38 |
Variables should start with a lowercase character, 'ScanOrg_ans' starts with uppercase character. |
148 |
ServiceWaveConfigurationModifier.cls |
80 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ScanOrg_ans' is not final. |
149 |
ServiceWaveConfigurationModifier.cls |
80 |
Variables should start with a lowercase character, 'ScanOrg_ans' starts with uppercase character. |
150 |
ServiceWaveConfigurationModifier.cls |
129 |
Variables should start with a lowercase character, 'CsatErrorMessage' starts with uppercase character. |
151 |
ServiceWaveConfigurationModifier.cls |
182 |
Variables should start with a lowercase character, 'FiscalMonth' starts with uppercase character. |
152 |
ServiceWaveConfigurationModifier.cls |
197 |
Variables should start with a lowercase character, 'Month' starts with uppercase character. |
153 |
ServiceWaveConfigurationModifier.cls |
210 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Queues_ans' is not final. |
154 |
ServiceWaveConfigurationModifier.cls |
210 |
Variables should start with a lowercase character, 'Queues_ans' starts with uppercase character. |
155 |
ServiceWaveConfigurationModifier.cls |
227 |
Variables should start with a lowercase character, 'Page2of5' starts with uppercase character. |
156 |
ServiceWaveConfigurationModifier.cls |
249 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'IncludeCaseHistory_ans' is not final. |
157 |
ServiceWaveConfigurationModifier.cls |
249 |
Variables should start with a lowercase character, 'IncludeCaseHistory_ans' starts with uppercase character. |
158 |
ServiceWaveConfigurationModifier.cls |
265 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'IncludeTelephony_ans' is not final. |
159 |
ServiceWaveConfigurationModifier.cls |
265 |
Variables should start with a lowercase character, 'IncludeTelephony_ans' starts with uppercase character. |
160 |
ServiceWaveConfigurationModifier.cls |
278 |
Method names should not start with capital letters |
161 |
ServiceWaveConfigurationModifier.cls |
281 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'IncludeOpportunity_ans' is not final. |
162 |
ServiceWaveConfigurationModifier.cls |
281 |
Variables should start with a lowercase character, 'IncludeOpportunity_ans' starts with uppercase character. |
163 |
ServiceWaveConfigurationModifier.cls |
284 |
Variables should start with a lowercase character, 'Page3of5' starts with uppercase character. |
164 |
ServiceWaveConfigurationModifier.cls |
285 |
Variables should start with a lowercase character, 'Opptyrecords' starts with uppercase character. |
165 |
ServiceWaveConfigurationModifier.cls |
299 |
Variables should start with a lowercase character, 'Page3of5' starts with uppercase character. |
166 |
ServiceWaveConfigurationModifier.cls |
322 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'IncludeEvent_ans' is not final. |
167 |
ServiceWaveConfigurationModifier.cls |
322 |
Variables should start with a lowercase character, 'IncludeEvent_ans' starts with uppercase character. |
168 |
ServiceWaveConfigurationModifier.cls |
325 |
Variables should start with a lowercase character, 'Page3of5' starts with uppercase character. |
169 |
ServiceWaveConfigurationModifier.cls |
339 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'IncludeBusinessHours_ans' is not final. |
170 |
ServiceWaveConfigurationModifier.cls |
339 |
Variables should start with a lowercase character, 'IncludeBusinessHours_ans' starts with uppercase character. |
171 |
ServiceWaveConfigurationModifier.cls |
342 |
Variables should start with a lowercase character, 'Page3of5' starts with uppercase character. |
172 |
ServiceWaveConfigurationModifier.cls |
436 |
The method 'checkIntegrationUserAccessToDefaults' has a Standard Cyclomatic Complexity of 19. |
173 |
ServiceWaveConfigurationModifier.cls |
436 |
The method checkIntegrationUserAccessToDefaults() has an NCSS line count of 106 |
174 |
ServiceWaveConfigurationModifier.cls |
579 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'KnowledgeObject_Prefix' is not final. |
175 |
ServiceWaveConfigurationModifier.cls |
579 |
Variables should start with a lowercase character, 'KnowledgeObject_Prefix' starts with uppercase character. |
176 |
ServiceWaveConfigurationModifier.cls |
582 |
Variables should start with a lowercase character, 'DataCategorySelectionObject' starts with uppercase character. |
177 |
ServiceWaveConfigurationModifier.cls |
585 |
Variables should start with a lowercase character, 'ViewStatObject' starts with uppercase character. |
178 |
ServiceWaveConfigurationModifier.cls |
588 |
Variables should start with a lowercase character, 'VoteStatObject' starts with uppercase character. |
179 |
ServiceWaveConfigurationModifier.cls |
591 |
Variables should start with a lowercase character, 'KaObject' starts with uppercase character. |
180 |
ServiceWaveConfigurationModifier.cls |
594 |
Variables should start with a lowercase character, 'KavObject' starts with uppercase character. |
181 |
ServiceWaveConfigurationModifier.cls |
638 |
The method 'checkIntegrationUserAccessToEverything' has a Standard Cyclomatic Complexity of 15. |
182 |
ServiceWaveConfigurationModifier.cls |
638 |
The method checkIntegrationUserAccessToEverything() has an NCSS line count of 76 |
183 |
ServiceWaveConfigurationModifier.cls |
675 |
Deeply nested if..else statements are hard to read |
184 |
ServiceWaveConfigurationModifier.cls |
771 |
Variables should start with a lowercase character, 'ErrorCount' starts with uppercase character. |
185 |
ServiceWaveConfigurationModifier.cls |
772 |
Variables should start with a lowercase character, 'ErrorString' starts with uppercase character. |
186 |
ServiceWaveConfigurationModifier.cls |
774 |
Variables should start with a lowercase character, 'IntegrationMessage' starts with uppercase character. |
187 |
SiteLoginController.cls |
4 |
Avoid using global modifier |
188 |
SiteLoginControllerTest.cls |
4 |
Avoid using global modifier |
189 |
SiteLoginControllerTest.cls |
5 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
190 |
SiteRegisterController.cls |
7 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'PORTAL_ACCOUNT_ID' is not final. |
191 |
SiteRegisterController.cls |
7 |
Variables should start with a lowercase character, 'PORTAL_ACCOUNT_ID' starts with uppercase character. |
192 |
SiteRegisterControllerTest.cls |
5 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
193 |
Upload_Init_EM.cls |
5 |
Apex classes should declare a sharing model if DML or SOQL is used |
194 |
Upload_Init_EM.cls |
54 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'query_Dataset' is not final. |
195 |
Upload_Init_EM.cls |
54 |
Validate CRUD permission before SOQL/DML operation |
196 |
Upload_Init_EM.cls |
55 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'query_DatasetSchema' is not final. |
197 |
Upload_Init_EM.cls |
55 |
Validate CRUD permission before SOQL/DML operation |
198 |
Upload_Init_EM.cls |
58 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sr_Dataset' is not final. |
199 |
Upload_Init_EM.cls |
59 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'blob_Dataset' is not final. |
200 |
Upload_Init_EM.cls |
71 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'blob_DatasetSchema' is not final. |
201 |
Upload_Init_EM.cls |
87 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'blob_Dataset' is not final. |
202 |
Upload_Init_EM.cls |
87 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'blob_DatasetSchema' is not final. |
203 |
Upload_Init_EM.cls |
120 |
Validate CRUD permission before SOQL/DML operation |
204 |
Upload_Init_EM.cls |
175 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'timestamp_derived' is not final. |
205 |
Upload_Init_EM.cls |
189 |
Validate CRUD permission before SOQL/DML operation |
206 |
Upload_Init_EM.cls |
190 |
Validate CRUD permission before SOQL/DML operation |
207 |
Upload_Init_EM.cls |
251 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'timestamp_derived' is not final. |
208 |
Upload_Init_EMTest.cls |
5 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
209 |
Upload_Init_EMTest.cls |
23 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |
210 |
Upload_ProcessTest_EM.cls |
3 |
Apex unit test classes should have at least one System.assert() or assertEquals() or AssertNotEquals() call |
211 |
Upload_Process_EM.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
212 |
Upload_controller_EM.cls |
1 |
Apex classes should declare a sharing model if DML or SOQL is used |
213 |
Upload_controller_EM.cls |
10 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'job_id' is not final. |
214 |
Upload_controller_EM.cls |
11 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'job_id2' is not final. |
215 |
Upload_controller_EM.cls |
13 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'init_isrunning' is not final. |
216 |
Upload_controller_EM.cls |
14 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'process_isrunning' is not final. |
217 |
Upload_controller_EM.cls |
15 |
Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'process_iscompleted' is not final. |
218 |
Upload_controller_EM.cls |
33 |
Validate CRUD permission before SOQL/DML operation |
219 |
Upload_controller_EM.cls |
106 |
Validate CRUD permission before SOQL/DML operation |
220 |
Upload_controller_EM.cls |
121 |
Validate CRUD permission before SOQL/DML operation |
221 |
Upload_controller_EMTest.cls |
36 |
@isTest(seeAllData=true) should not be used in Apex unit tests because it opens up the existing database data for unexpected modification by tests |