-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for logging instances of Database.EmptyRecycleBinResult a…
…nd List<Database.EmptyRecycleBinResult> (#806) * Add new instance method overloads in LogEntryEventBuilder for setDatabaseResult() to support logging Database.EmptyRecycleBinResult and List<Database.EmptyRecycleBinResult> * Added new static method overloads in Logger to make it easier to log instances of Database.EmptyRecycleBinResult and List<Database.EmptyRecycleBinResult> * Simplified + improved readability of some older Apex code throughout the codebase by using the safe navigator operator ?. and null coalescing operator ?? in several places * Fixed some existing code that caused PMD scan violations in newer versions of PMD/sf code analyzer --------- Co-authored-by: Marek Madejski <[email protected]> Co-authored-by: Jonathan Gillespie <[email protected]>
- Loading branch information
1 parent
9484c4b
commit b5ac18e
Showing
24 changed files
with
6,223 additions
and
1,679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.