Incorrect highlight on global class which implements the Batchable interface

Issue #973 resolved
Renato Oliveira created an issue

A class with the following declaration is wrongly highlighted by the IDE as missing the Batchable methods (finish and start, but not the execute method).

global class GoogleDriveIntegrationBatch implements Database.AllowsCallouts, Database.Batchable<CustomObject__c> {
...

Comments (2)

  1. Log in to comment