I'm assuming then that when edit the text inside an apex class, and go to save, that it's not over-writing the current apex class; rather, that it's trying to make a separate instance of the same class with the same name, and is throwing an error. I would appreciate any assistance on to how I can successfully edit this APEX class!
Ok - so I checked, and it looks like when I had previously saved one of these apex classes, the class name in the code is module3registrationhandler and it auto created another class in the drop down list. so when I tried again to save it from the autocreatedhandler, it said that you had previously done this. Error found. Salesforce rejects duplicates.
When attempting to delete Apex classes & triggers from production, you can be faced with a number of issues. This is due to the fact you cannot modify Apex code directly in production.Within this article, I will go through a lightweight, and flexible solution, that enables you to delete Apex classes and triggers from production, quickly, and easily.
760c119bf3