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
JiriteachJiriteach 

Remove Default Apex Page Classes?

Hi There,

Is it possible to remove the default apex page classes?
The screenshot below shows the classes I am talking about.

The reason for this is code-coverage.

Any ideas what I can do?

Thanks

User-added image
bob_buzzardbob_buzzard
These are helper classes for when you are using Force.com sites.  You should be able to delete them from a sandbox and then apply that change to production by deploying the classes directory from eclipse.  Are they really that big a problem though?
JiriteachJiriteach
Thanks!

Yess these classes appeared when I enabled sites and as mentioned, the reason for wanting to remove these? Code completion. Some of the test classes that turn up are not fully code-complete and its is effecting my overall code completion.

So I might back them up using the IDE and then delete them.

Thanks