Run Sf Scanner #22
Annotations
10 errors
|
force-app/main/default/classes/AccountService.cls#L1
Apex classes should declare a sharing model if DML or SOQL/SOSL is used
|
force-app/main/default/classes/AccountService.cls#L4
Validate CRUD permission before SOQL/DML operation or enforce user mode
|
force-app/main/default/classes/AccountService.cls#L10
Avoid DML statements inside loops
|
force-app/main/default/classes/AccountService.cls#L10
Avoid operations in loops that may hit governor limits
|
force-app/main/default/classes/AccountService.cls#L10
Validate CRUD permission before SOQL/DML operation or enforce user mode
|
force-app/main/default/classes/AccountService.cls#L15
Validate CRUD permission before SOQL/DML operation or enforce user mode
|
force-app/main/default/classes/AccountService.cls#L17
Avoid DML statements inside loops
|
force-app/main/default/classes/AccountService.cls#L17
Avoid operations in loops that may hit governor limits
|
force-app/main/default/classes/AccountService.cls#L17
Validate CRUD permission before SOQL/DML operation or enforce user mode
|
The logs for this run have expired and are no longer available.
Loading