Classify Find Usages

Issue #986 new
Phil W created an issue

Generalizing this for overall classification of Find Usages.

ORIGINAL DESCRIPTION

For SObject usage it would be very helpful if usages could be classified with at least:

  • Read (Read from field)
  • Write (Assign to field)
  • Create (constructor call)
  • Insert (DB operation)
  • Update (DB operation)
  • Upsert (DB operation)
  • Delete (DB operation)

Comments (3)

  1. Log in to comment