function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DavidPSGDavidPSG 

IDE, StarthereController.cls : What is it?

When I created my first project with the Eclipse IDE, it added a class called starthereController.cls.  I didn't pay any attention to it, but now its forcing me to, because it's interfering with test coverage.   I can't delete it, because it is apparently referenced elsewhere in the project (though where I cannot see). 

 

Can someone point me to an explanation of this class?  What is it, why is it needed, can it be gotten rid of and how?

 

Thanks.

Best Answer chosen by Admin (Salesforce Developers) 
shillyershillyer

That is the custom controller behind the Start Here Visualforce Page in your Developer Edition. It's part of the Force.com custom app.

 

Hope that helps,

Sati