Tag: Code Analyzer

Salesforce Code Analyzer report in HTML format
Salesforce

Prevent Null Pointer Exceptions with Salesforce Graph Engine

Salesforce Graph Engine performs more complex checks than an average static analysis tool because Graph Engine uses data flow analysis, which is a technique for gathering information about the possible set of values calculated at various points in the application.

View Salesforce Code Analyzer Results
Salesforce

Getting Started with the Salesforce Code Analyzer

Salesforce recently announced the general availability of their own code analyzer tool, which brings popular quality scans to the local development environment, including PMD, ESLint, RetireJS, Cop/Paste Detector and Salesforce Graph Engine.